Skip to content

Commit

Permalink
update netty packages to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Dec 20, 2024
1 parent 4afa7d4 commit e92dea7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions commercetools/commercetools-async-http-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ dependencies {
api project(":rmf:rmf-java-base")
api "org.asynchttpclient:async-http-client:2.12.4"
api commons.io version commons.io_version
api "io.netty:netty-codec:4.1.115.Final"
api "io.netty:netty-codec-http:4.1.115.Final"
api "io.netty:netty-codec-socks:4.1.115.Final"
api "io.netty:netty-handler-proxy:4.1.115.Final"
api "io.netty:netty-handler:4.1.115.Final"
api "io.netty:netty-codec:4.1.116.Final"
api "io.netty:netty-codec-http:4.1.116.Final"
api "io.netty:netty-codec-socks:4.1.116.Final"
api "io.netty:netty-handler-proxy:4.1.116.Final"
api "io.netty:netty-handler:4.1.116.Final"
implementation javax.validation
}
4 changes: 2 additions & 2 deletions commercetools/commercetools-sdk-compat-v1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {
api project(':commercetools:commercetools-sdk-java-api')
api ctsdkv1.client version ctsdkv1.version
api ctsdkv1.models version ctsdkv1.version
api "io.netty:netty-codec:4.1.115.Final"
api "io.netty:netty-codec-http:4.1.115.Final"
api "io.netty:netty-codec:4.1.116.Final"
api "io.netty:netty-codec-http:4.1.116.Final"

jmhImplementation project(':commercetools:commercetools-async-http-client')
jmhImplementation project(':commercetools:commercetools-apachehttp-client')
Expand Down

0 comments on commit e92dea7

Please sign in to comment.