Skip to content

Commit bb494c4

Browse files
Bump io.netty:netty-codec-http from 4.2.2.Final to 4.2.5.Final
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.2.2.Final to 4.2.5.Final. - [Commits](netty/netty@netty-4.2.2.Final...netty-4.2.5.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.5.Final dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b46444c commit bb494c4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

commercetools/commercetools-async-http-client/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ dependencies {
33
api project(":rmf:rmf-java-base")
44
api "org.asynchttpclient:async-http-client:2.12.4"
55
api commons.io version commons.io_version
6-
api "io.netty:netty-codec:4.2.2.Final"
7-
api "io.netty:netty-codec-http:4.2.2.Final"
8-
api "io.netty:netty-codec-socks:4.2.2.Final"
9-
api "io.netty:netty-handler-proxy:4.2.2.Final"
10-
api "io.netty:netty-handler:4.2.2.Final"
6+
api "io.netty:netty-codec:4.2.5.Final"
7+
api "io.netty:netty-codec-http:4.2.5.Final"
8+
api "io.netty:netty-codec-socks:4.2.5.Final"
9+
api "io.netty:netty-handler-proxy:4.2.5.Final"
10+
api "io.netty:netty-handler:4.2.5.Final"
1111
implementation javax.validation
1212
}

commercetools/commercetools-sdk-compat-v1/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies {
2121
api project(':commercetools:commercetools-sdk-java-api')
2222
api ctsdkv1.client version ctsdkv1.version
2323
api ctsdkv1.models version ctsdkv1.version
24-
api "io.netty:netty-codec:4.2.2.Final"
25-
api "io.netty:netty-codec-http:4.2.2.Final"
24+
api "io.netty:netty-codec:4.2.5.Final"
25+
api "io.netty:netty-codec-http:4.2.5.Final"
2626

2727
jmhImplementation project(':commercetools:commercetools-async-http-client')
2828
jmhImplementation project(':commercetools:commercetools-apachehttp-client')

0 commit comments

Comments
 (0)