Skip to content

Commit

Permalink
Upgrade web3j 4.8.1 -> 4.9.0
Browse files Browse the repository at this point in the history
I'm not upgrading to 4.9.1 because at the time of this commit, there is no 4.9.1 version of the Gradle plugin and I would prefer to keep both of them in sync. 4.9.0 is good enough because it upgrades the `jnr-unixsocket` dependency which carries the upgraded version of `jnr-posix` [fixing the CVE](hyperledger-web3j/web3j#1616) for which it is was excluded previously from Besu

Signed-off-by: Diego López León <dieguitoll@gmail.com>
  • Loading branch information
diega committed May 11, 2022
1 parent 3869459 commit bcde83a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion acceptance-tests/tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

plugins {
id 'org.web3j' version '4.8.9'
id 'org.web3j' version '4.9.0'
id 'org.web3j.solidity' version '0.3.3'
}

Expand Down
1 change: 0 additions & 1 deletion gradle/check-licenses.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ downloadLicenses {
(group('javax.persistence')) : epl1,

// jnr-posix is released under a tri EPL v2.0/GPL/LGPL license
'com.github.jnr:jnr-posix:3.0.47' : epl2,
'com.github.jnr:jnr-posix:3.1.15' : epl2,

// io.netty:netty-tcnative-boringssl-static license markings are not machine readable.
Expand Down
12 changes: 7 additions & 5 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,13 @@ dependencyManagement {

dependency 'org.testcontainers:testcontainers:1.16.3'

dependency 'org.web3j:abi:4.8.9'
dependency 'org.web3j:besu:4.8.9'
dependency 'org.web3j:core:4.8.9'
dependency 'org.web3j:crypto:4.8.9'
dependency 'org.web3j:quorum:4.8.4'
dependencySet(group: 'org.web3j', version: '4.9.0') {
entry 'abi'
entry 'besu'
entry 'core'
entry 'crypto'
entry 'quorum'
}

dependency 'org.xerial.snappy:snappy-java:1.1.8.4'

Expand Down

0 comments on commit bcde83a

Please sign in to comment.