Skip to content

Commit

Permalink
[FLINK-36593][runtime] Backport io.airlift:aircompressor upgrade to 0.27
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Cooper <[email protected]>
  • Loading branch information
tomncooper authored and afedulov committed Jan 5, 2025
1 parent 2eda53a commit ff4243a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flink-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ under the License.
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
<version>0.21</version>
<version>0.27</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion flink-runtime/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The Apache Software Foundation (http://www.apache.org/).

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

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

0 comments on commit ff4243a

Please sign in to comment.