From 8df2614584127005b1b93cb3331b27a2e4193350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:28:15 +0000 Subject: [PATCH] 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](https://github.com/netty/netty/compare/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](https://github.com/reactor/reactor-core/compare/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] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index dc9568d8..2b6f3532 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,14 +8,14 @@ val logbackVersion = "1.5.12" val nimbusSdkVersion = "11.20.1" val mockWebServerVersion = "4.12.0" val jacksonVersion = "2.18.1" -val nettyVersion = "4.1.114.Final" +val nettyVersion = "4.1.115.Final" val junitJupiterVersion = "5.11.3" val kotlinVersion = "2.0.21" val freemarkerVersion = "2.3.33" val kotestVersion = "5.9.1" val bouncyCastleVersion = "1.79" val springBootVersion = "3.3.5" -val reactorTestVersion = "3.6.11" +val reactorTestVersion = "3.7.0" val ktorVersion = "2.3.12" val jsonPathVersion = "2.9.0"