From 6da8298e843eaea0390c5d2e74c2a95b705a2a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:17:08 +0000 Subject: [PATCH] chore(deps): bump the github group across 1 directory with 3 updates Bumps the github group with 3 updates in the / directory: [io.netty:netty-codec-http](https://github.com/netty/netty), [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) and org.jmailen.kotlinter. 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) Updates `org.jmailen.kotlinter` from 4.4.1 to 4.5.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 - dependency-name: org.jmailen.kotlinter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index dc9568d8..4ed78607 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" @@ -27,7 +27,7 @@ plugins { kotlin("jvm") version "2.0.21" id("se.patrikerdes.use-latest-versions") version "0.2.18" id("com.github.ben-manes.versions") version "0.51.0" - id("org.jmailen.kotlinter") version "4.4.1" + id("org.jmailen.kotlinter") version "4.5.0" id("com.google.cloud.tools.jib") version "3.4.4" id("com.github.johnrengelman.shadow") version "8.1.1" id("net.researchgate.release") version "3.0.2"