Skip to content

Commit

Permalink
migrated from jdk15 to jdk18
Browse files Browse the repository at this point in the history
Signed-off-by: Talha Ali <[email protected]>
  • Loading branch information
Talhaali00 committed Apr 11, 2024
1 parent 954354f commit ee8945b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {


ext {
bouncycastleVersion = '1.70'
bouncycastleVersion = '1.77'
jacksonVersion = '2.14.2'
javaPoetVersion = '1.7.0'
kotlinVersion = '1.3.72'
Expand Down
2 changes: 1 addition & 1 deletion utils/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

description 'Minimal set of web3j utility classes'

dependencies { compile "org.bouncycastle:bcprov-jdk15on:$bouncycastleVersion" }
dependencies { compile "org.bouncycastle:bcprov-jdk18on:$bouncycastleVersion" }

0 comments on commit ee8945b

Please sign in to comment.