Skip to content

Commit

Permalink
update deps version (#802)
Browse files Browse the repository at this point in the history
* update deps version

* update netty sm ssl contextVersion version to 1.5.2
  • Loading branch information
ywy2090 authored Jul 11, 2023
1 parent a913c30 commit 251e617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ ext {
ossrhPassword="xxx"
}
// jackson version
jacksonVersion = "2.14.2"
jacksonVersion = "2.15.2"
commonsIOVersion = "2.4"
commonsLang3Version = "3.1"
javapoetVersion = "1.7.0"
picocliVersion = "3.6.0"
nettySMSSLContextVersion = "1.5.1"
nettySMSSLContextVersion = "1.5.2"
toml4jVersion = "0.7.2"
bcprovJDK15onVersion = "1.60"
webankJavaCryptoVersion = "1.0.2"
Expand All @@ -29,7 +29,7 @@ ext {
slf4jVersion = "1.7.36"
junitVersion = '4.13.1'
commonsCollections4Version = "4.4"
guavaVersion = "29.0-jre"
guavaVersion = "32.1.1-jre"
}

// check.dependsOn integrationTest
Expand Down

0 comments on commit 251e617

Please sign in to comment.