This is an automated email from the ASF dual-hosted git repository. zakelly pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit c7aa1748cfeb8f81ebf5a032f20d386bf0cf924b Author: Zakelly <[email protected]> AuthorDate: Mon Mar 10 03:25:12 2025 +0800 [FLINK-37437][state/forst] Bump forstjni version to 0.1.8 --- flink-dist/src/main/resources/META-INF/NOTICE | 2 +- flink-state-backends/flink-statebackend-forst/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flink-dist/src/main/resources/META-INF/NOTICE b/flink-dist/src/main/resources/META-INF/NOTICE index 8dfbc3cc739..7441d62f16a 100644 --- a/flink-dist/src/main/resources/META-INF/NOTICE +++ b/flink-dist/src/main/resources/META-INF/NOTICE @@ -8,7 +8,7 @@ This project bundles the following dependencies under the Apache Software Licens - com.google.code.findbugs:jsr305:1.3.9 - com.ververica:frocksdbjni:8.10.0-ververica-1.0 -- com.ververica:forstjni:0.1.7 +- com.ververica:forstjni:0.1.8 - commons-cli:commons-cli:1.5.0 - commons-collections:commons-collections:3.2.2 - commons-io:commons-io:2.15.1 diff --git a/flink-state-backends/flink-statebackend-forst/pom.xml b/flink-state-backends/flink-statebackend-forst/pom.xml index d6a20db4faa..a302838b9ca 100644 --- a/flink-state-backends/flink-statebackend-forst/pom.xml +++ b/flink-state-backends/flink-statebackend-forst/pom.xml @@ -63,7 +63,7 @@ under the License. <dependency> <groupId>com.ververica</groupId> <artifactId>forstjni</artifactId> - <version>0.1.7</version> + <version>0.1.8</version> </dependency> <!-- test dependencies -->
