Skip to content

Commit

Permalink
<fix>(build): update netty to 4.1.100.Final (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay authored Dec 15, 2023
1 parent 59b13fe commit 950f36b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ dependencies {
compile ("org.fisco-bcos:netty-sm-ssl-context:${nettySMSSLContextVersion}"){
exclude group: "org.bouncycastle"
}
implementation ('io.netty:netty-all:4.1.100.Final')
compile ("com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}")
compile ("commons-io:commons-io:${commonsIOVersion}")
compile ("com.squareup:javapoet:${javapoetVersion}")
Expand All @@ -204,6 +205,8 @@ dependencies {
}
compile ("com.webank:webank-blockchain-hsm-crypto:${webankHsmCryptoVersion}")
testCompile ("org.apache.commons:commons-collections4:${commonsCollections4Version}")
testImplementation('io.netty:netty-all:4.1.100.Final')
integrationTestImplementation('io.netty:netty-all:4.1.100.Final')
}

javadoc {
Expand Down

0 comments on commit 950f36b

Please sign in to comment.