Skip to content

Commit ff4243a

Browse files
tomncooperafedulov
authored andcommitted
[FLINK-36593][runtime] Backport io.airlift:aircompressor upgrade to 0.27
Signed-off-by: Thomas Cooper <[email protected]>
1 parent 2eda53a commit ff4243a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flink-runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ under the License.
232232
<dependency>
233233
<groupId>io.airlift</groupId>
234234
<artifactId>aircompressor</artifactId>
235-
<version>0.21</version>
235+
<version>0.27</version>
236236
<optional>${flink.markBundledAsOptional}</optional>
237237
</dependency>
238238

flink-runtime/src/main/resources/META-INF/NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ The Apache Software Foundation (http://www.apache.org/).
66

77
This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
88

9-
- io.airlift:aircompressor:0.21
9+
- io.airlift:aircompressor:0.27

0 commit comments

Comments
 (0)