Skip to content

Commit 6da8298

Browse files
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](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) 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] <support@github.com>
1 parent 67568a9 commit 6da8298

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 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

@@ -27,7 +27,7 @@ plugins {
2727
kotlin("jvm") version "2.0.21"
2828
id("se.patrikerdes.use-latest-versions") version "0.2.18"
2929
id("com.github.ben-manes.versions") version "0.51.0"
30-
id("org.jmailen.kotlinter") version "4.4.1"
30+
id("org.jmailen.kotlinter") version "4.5.0"
3131
id("com.google.cloud.tools.jib") version "3.4.4"
3232
id("com.github.johnrengelman.shadow") version "8.1.1"
3333
id("net.researchgate.release") version "3.0.2"

0 commit comments

Comments
 (0)