Skip to content

Commit b24b935

Browse files
build(deps): bump io.projectreactor.netty:reactor-netty-http
Bumps [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty) from 1.2.9 to 1.2.10. - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](reactor/reactor-netty@v1.2.9...v1.2.10) --- updated-dependencies: - dependency-name: io.projectreactor.netty:reactor-netty-http dependency-version: 1.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2608bdb commit b24b935

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
@@ -82,7 +82,7 @@ subprojects {
8282
implementation("org.apache.commons:commons-lang3:3.18.0") {
8383
because("versions below 3.18.0 have security vulnerabilities including CVE-2025-48924 - see dependabot #15")
8484
}
85-
implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {
85+
implementation("io.projectreactor.netty:reactor-netty-http:1.2.10") {
8686
because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16")
8787
}
8888
implementation("io.netty:netty-codec-http2:4.2.6.Final") {

0 commit comments

Comments
 (0)