Skip to content

Commit

Permalink
feat(db/leveldb): update leveldbjni
Browse files Browse the repository at this point in the history
  • Loading branch information
halibobo1205 committed Jun 3, 2024
1 parent d383177 commit d4b1cc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ if (isWindows()) {
}
} else {
ext {
leveldbGroup = "org.fusesource.leveldbjni"
leveldbGroup = "io.github.tronprotocol"
leveldbName = "leveldbjni-all"
leveldbVersion = "1.8"
leveldbVersion = "1.18.3"
}
}

Expand Down
4 changes: 2 additions & 2 deletions plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies {
compile group: 'me.tongfei', name: 'progressbar', version: '0.9.3'
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.69'
compile group: 'org.rocksdb', name: 'rocksdbjni', version: '5.15.10'
compile 'io.github.tronprotocol:leveldbjni-all:1.18.2'
compile 'io.github.tronprotocol:leveldb:1.18.2'
compile 'io.github.tronprotocol:leveldbjni-all:1.18.3'
compile 'io.github.tronprotocol:leveldb:1.18.3'
compile project(":protocol")
}

Expand Down

0 comments on commit d4b1cc4

Please sign in to comment.