Skip to content

Commit d241da4

Browse files
⬆ Bump io.netty:netty-codec-http from 4.1.119.Final to 4.2.0.Final
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.119.Final to 4.2.0.Final. - [Commits](netty/netty@netty-4.1.119.Final...netty-4.2.0.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92b8834 commit d241da4

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
@@ -42,7 +42,7 @@ allprojects {
4242
implementation("commons-io:commons-io:[2.14.0,)") {
4343
because("Sårbarhet CVE-2024-47554")
4444
}
45-
implementation("io.netty:netty-codec-http:4.1.119.Final") {
45+
implementation("io.netty:netty-codec-http:4.2.0.Final") {
4646
because("sårbarhet i >= 4.1.91.Final, <= 4.1.117.Final")
4747
}
4848
implementation("org.apache.commons:commons-compress:1.27.1") {

0 commit comments

Comments
 (0)