We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62694fa commit 9baec0bCopy full SHA for 9baec0b
flink-dist/src/main/resources/META-INF/NOTICE
@@ -8,7 +8,7 @@ This project bundles the following dependencies under the Apache Software Licens
8
9
- com.google.code.findbugs:jsr305:1.3.9
10
- com.ververica:frocksdbjni:8.10.0-ververica-1.0
11
-- com.ververica:forstjni:0.1.7
+- com.ververica:forstjni:0.1.8
12
- commons-cli:commons-cli:1.5.0
13
- commons-collections:commons-collections:3.2.2
14
- commons-io:commons-io:2.15.1
flink-state-backends/flink-statebackend-forst/pom.xml
@@ -63,7 +63,7 @@ under the License.
63
<dependency>
64
<groupId>com.ververica</groupId>
65
<artifactId>forstjni</artifactId>
66
- <version>0.1.7</version>
+ <version>0.1.8</version>
67
</dependency>
68
69
<!-- test dependencies -->
0 commit comments