Skip to content

Commit b5fd3b2

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.11 to 1.3.0. - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](reactor/reactor-netty@v1.2.11...v1.3.0) --- updated-dependencies: - dependency-name: io.projectreactor.netty:reactor-netty-http dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3df94f commit b5fd3b2

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
@@ -83,7 +83,7 @@ subprojects {
8383
implementation("org.apache.commons:commons-lang3:3.19.0") {
8484
because("versions below 3.18.0 have security vulnerabilities including CVE-2025-48924 - see dependabot #15")
8585
}
86-
implementation("io.projectreactor.netty:reactor-netty-http:1.2.11") {
86+
implementation("io.projectreactor.netty:reactor-netty-http:1.3.0") {
8787
because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16")
8888
}
8989
implementation("io.netty:netty-codec-http2:4.2.7.Final") {

0 commit comments

Comments
 (0)