Skip to content

Commit e943b51

Browse files
Bump io.netty:netty-codec from 4.1.95.Final to 4.1.96.Final
Bumps [io.netty:netty-codec](https://github.com/netty/netty) from 4.1.95.Final to 4.1.96.Final. - [Commits](netty/netty@netty-4.1.95.Final...netty-4.1.96.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f413bf commit e943b51

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
@@ -48,7 +48,7 @@ dependencies {
4848
implementation("commons-validator:commons-validator:1.7")
4949

5050
// Force transient dependencies to use a newer version to avoid vulnerabilities in ktor-server-netty
51-
implementation("io.netty:netty-codec:4.1.95.Final")
51+
implementation("io.netty:netty-codec:4.1.96.Final")
5252

5353
testImplementation(kotlin("test"))
5454
}

0 commit comments

Comments
 (0)