Skip to content

Commit 4f413bf

Browse files
Merge pull request #39 from bennesp/dependabot/gradle/io.netty-netty-codec-4.1.95.Final
2 parents 2e94c46 + 8a989eb commit 4f413bf

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.94.Final")
51+
implementation("io.netty:netty-codec:4.1.95.Final")
5252

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

0 commit comments

Comments
 (0)