Skip to content

Commit 4dc2d6d

Browse files
chore(deps): bump software.amazon.awssdk:netty-nio-client (#2028)
Bumps software.amazon.awssdk:netty-nio-client from 2.31.54 to 2.31.59. --- updated-dependencies: - dependency-name: software.amazon.awssdk:netty-nio-client dependency-version: 2.31.59 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64cf9b7 commit 4dc2d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ allprojects {
7272
implementation("com.azure:azure-core-http-netty:1.15.11") {
7373
because("Depends on netty-handler:4.1.115.Final that has a vulnerability: https://ossindex.sonatype.org/component/pkg:maven/io.netty/netty-handler@4.1.115.Final")
7474
}
75-
implementation("software.amazon.awssdk:netty-nio-client:2.31.54") {
75+
implementation("software.amazon.awssdk:netty-nio-client:2.31.59") {
7676
because("Depends on netty-handler:4.1.115.Final that has a vulnerability: https://ossindex.sonatype.org/component/pkg:maven/io.netty/netty-handler@4.1.115.Final")
7777
}
7878
testImplementation("com.networknt:json-schema-validator:1.5.7") {

0 commit comments

Comments
 (0)