Skip to content

Commit 7921ed7

Browse files
build(deps): bump io.projectreactor.netty:reactor-netty-http (#242)
Bumps [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty) from 1.2.8 to 1.2.9. - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](reactor/reactor-netty@v1.2.8...v1.2.9) --- updated-dependencies: - dependency-name: io.projectreactor.netty:reactor-netty-http dependency-version: 1.2.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Boos <[email protected]>
1 parent a632864 commit 7921ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ subprojects {
7878
implementation("org.apache.commons:commons-lang3:3.18.0") {
7979
because("versions below 3.18.0 have security vulnerabilities including CVE-2025-48924 - see dependabot #15")
8080
}
81-
implementation("io.projectreactor.netty:reactor-netty-http:1.2.8") {
81+
implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {
8282
because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16")
8383
}
8484
}

0 commit comments

Comments
 (0)