Skip to content

Commit 0d4734f

Browse files
fix(deps): update dependency io.netty:netty-codec-http to v4.2.17.final [security] (#1145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71c4956 commit 0d4734f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
prefer '2.22.0'
88
}
99
api "io.netty:netty-codec:4.2.17.Final"
10-
api "io.netty:netty-codec-http:4.2.16.Final"
10+
api "io.netty:netty-codec-http:4.2.17.Final"
1111
api "io.netty:netty-codec-socks:4.2.17.Final"
1212
api "io.netty:netty-handler-proxy:4.2.17.Final"
1313
api "io.netty:netty-handler:4.2.17.Final"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
api ctsdkv1.client version ctsdkv1.version
2323
api ctsdkv1.models version ctsdkv1.version
2424
api "io.netty:netty-codec:4.2.17.Final"
25-
api "io.netty:netty-codec-http:4.2.16.Final"
25+
api "io.netty:netty-codec-http:4.2.17.Final"
2626

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

0 commit comments

Comments
 (0)