Skip to content

Commit ffc1593

Browse files
committed
Pin RocksDB version to 10.2.1
Updated pom.xml to use RocksDB version 10.2.1 and configured Dependabot to pin org.rocksdb:rocksdbjni to this version for all update types.
1 parent da77eb6 commit ffc1593

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ updates:
99
# Ignore minor version updates for dependencies with group ID "com.google.errorprone"
1010
- dependency-name: "com.google.errorprone:*"
1111
update-types: [ "version-update:semver-minor" ]
12+
# Pin RocksDB to version 10.2.1
13+
- dependency-name: "org.rocksdb:rocksdbjni"
14+
update-types: [ "version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch" ]
1215
groups:
1316
security:
1417
# Group security updates into a single pull request

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<slf4j.version>2.0.17</slf4j.version>
5757
<jasypt.version>1.9.3</jasypt.version>
5858
<h2.version>2.4.240</h2.version>
59-
<rocksdb.version>10.4.2</rocksdb.version>
59+
<rocksdb.version>10.2.1</rocksdb.version>
6060
<kryo5.version>5.6.2</kryo5.version>
6161
<jts.version>1.20.0</jts.version>
6262
<commons-codec.version>1.19.0</commons-codec.version>

0 commit comments

Comments
 (0)