Skip to content

Commit

Permalink
<fix>(build): update spring and bouncycastle deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay committed Feb 27, 2024
1 parent 349e85f commit 8b32e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
exclude group : 'io.netty'
}
implementation 'io.netty:netty-all:4.1.101.Final'
implementation 'com.google.guava:guava:32.1.3-jre'
implementation 'com.google.guava:guava:32.0.1-jre'
compile 'commons-codec:commons-codec:1.14'
compile 'org.bouncycastle:bcprov-jdk18on:1.77'
compile 'junit:junit:4.13.1'
Expand Down

0 comments on commit 8b32e53

Please sign in to comment.