Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8fa6e5b

Browse files
authoredJul 31, 2023
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

+1-1
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)
Please sign in to comment.