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 15817d2

Browse files
committedJul 20, 2024·
Update dependency io.netty:netty-codec to v4.1.112.Final
1 parent 13dfbe3 commit 15817d2

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
@@ -47,7 +47,7 @@ dependencies {
4747
implementation("commons-validator:commons-validator:1.9.0")
4848

4949
// Force transient dependencies to use a newer version to avoid vulnerabilities in ktor-server-netty
50-
implementation("io.netty:netty-codec:4.1.111.Final")
50+
implementation("io.netty:netty-codec:4.1.112.Final")
5151

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

0 commit comments

Comments
 (0)
Please sign in to comment.