Skip to content

Commit 8df2614

Browse files
chore(deps): bump the github group with 2 updates
Bumps the github group with 2 updates: [io.netty:netty-codec-http](https://github.com/netty/netty) and [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core). Updates `io.netty:netty-codec-http` from 4.1.114.Final to 4.1.115.Final - [Commits](netty/netty@netty-4.1.114.Final...netty-4.1.115.Final) Updates `io.projectreactor:reactor-test` from 3.6.11 to 3.7.0 - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.6.11...v3.7.0) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: io.projectreactor:reactor-test dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67568a9 commit 8df2614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ val logbackVersion = "1.5.12"
88
val nimbusSdkVersion = "11.20.1"
99
val mockWebServerVersion = "4.12.0"
1010
val jacksonVersion = "2.18.1"
11-
val nettyVersion = "4.1.114.Final"
11+
val nettyVersion = "4.1.115.Final"
1212
val junitJupiterVersion = "5.11.3"
1313
val kotlinVersion = "2.0.21"
1414
val freemarkerVersion = "2.3.33"
1515
val kotestVersion = "5.9.1"
1616
val bouncyCastleVersion = "1.79"
1717
val springBootVersion = "3.3.5"
18-
val reactorTestVersion = "3.6.11"
18+
val reactorTestVersion = "3.7.0"
1919
val ktorVersion = "2.3.12"
2020
val jsonPathVersion = "2.9.0"
2121

0 commit comments

Comments
 (0)