Skip to content

Commit

Permalink
upgrade web3j plugins (#8296)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla authored Feb 14, 2025
1 parent 89aca7f commit 84621f8
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 5 deletions.
4 changes: 2 additions & 2 deletions acceptance-tests/tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
*/

plugins {
id 'org.web3j' version '4.11.3'
id 'org.web3j.solidity' version '0.4.1'
id 'org.web3j' version '4.12.2'
id 'org.web3j.solidity' version '0.5.2'
}

web3j { generatedPackageName = 'org.hyperledger.besu.tests.web3j.generated' }
Expand Down
4 changes: 2 additions & 2 deletions acceptance-tests/tests/shanghai/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

plugins {
id 'org.web3j' version '4.11.3'
id 'org.web3j.solidity' version '0.4.1'
id 'org.web3j' version '4.12.2'
id 'org.web3j.solidity' version '0.5.2'
}

jar { enabled = true }
Expand Down
Loading

0 comments on commit 84621f8

Please sign in to comment.