Skip to content

Commit 80d3aac

Browse files
authored
upgrade rocksdb version to 7.9.2 (apache#3795)
### Motivation Related to apache#3734 ### Modification Upgrade RocksDB version to 7.9.2
1 parent 58cdd49 commit 80d3aac

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Apache Software License, Version 2.
271271
- lib/org.eclipse.jetty-jetty-servlet-9.4.48.v20220622.jar [22]
272272
- lib/org.eclipse.jetty-jetty-util-9.4.48.v20220622.jar [22]
273273
- lib/org.eclipse.jetty-jetty-util-ajax-9.4.48.v20220622.jar [22]
274-
- lib/org.rocksdb-rocksdbjni-6.29.4.1.jar [23]
274+
- lib/org.rocksdb-rocksdbjni-7.9.2.jar [23]
275275
- lib/com.beust-jcommander-1.82.jar [24]
276276
- lib/com.yahoo.datasketches-memory-0.8.3.jar [25]
277277
- lib/com.yahoo.datasketches-sketches-core-0.8.3.jar [25]
@@ -600,7 +600,7 @@ This private header is also used by Apple's open source
600600
* http://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h
601601

602602
------------------------------------------------------------------------------------
603-
lib/org.rocksdb-rocksdbjni-6.29.4.1.jar is derived from leveldb, which is under the following license.
603+
lib/org.rocksdb-rocksdbjni-7.9.2.jar is derived from leveldb, which is under the following license.
604604

605605
Copyright (c) 2011 The LevelDB Authors. All rights reserved.
606606

bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Apache Software License, Version 2.
271271
- lib/org.eclipse.jetty-jetty-servlet-9.4.48.v20220622.jar [22]
272272
- lib/org.eclipse.jetty-jetty-util-9.4.48.v20220622.jar [22]
273273
- lib/org.eclipse.jetty-jetty-util-ajax-9.4.48.v20220622.jar [22]
274-
- lib/org.rocksdb-rocksdbjni-6.29.4.1.jar [23]
274+
- lib/org.rocksdb-rocksdbjni-7.9.2.jar [23]
275275
- lib/com.beust-jcommander-1.82.jar [24]
276276
- lib/com.yahoo.datasketches-memory-0.8.3.jar [25]
277277
- lib/com.yahoo.datasketches-sketches-core-0.8.3.jar [25]
@@ -595,7 +595,7 @@ This private header is also used by Apple's open source
595595
* http://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h
596596

597597
------------------------------------------------------------------------------------
598-
lib/org.rocksdb-rocksdbjni-6.29.4.1.jar is derived from leveldb, which is under the following license.
598+
lib/org.rocksdb-rocksdbjni-7.9.2.jar is derived from leveldb, which is under the following license.
599599

600600
Copyright (c) 2011 The LevelDB Authors. All rights reserved.
601601

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<protoc3.version>3.19.6</protoc3.version>
167167
<protoc-gen-grpc-java.version>${grpc.version}</protoc-gen-grpc-java.version>
168168
<reflections.version>0.9.11</reflections.version>
169-
<rocksdb.version>6.29.4.1</rocksdb.version>
169+
<rocksdb.version>7.9.2</rocksdb.version>
170170
<shrinkwrap.version>3.0.1</shrinkwrap.version>
171171
<slf4j.version>1.7.32</slf4j.version>
172172
<snakeyaml.version>1.33</snakeyaml.version>

0 commit comments

Comments
 (0)