Skip to content

Commit 8fa6e5b

Browse files
Merge pull request #40 from bennesp/dependabot/gradle/io.netty-netty-codec-4.1.96.Final
2 parents 4f413bf + e943b51 commit 8fa6e5b

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)