Skip to content

Commit 69fc64e

Browse files
chore(deps): bump the github group across 1 directory with 6 updates (#698)
Bumps the github group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [io.netty:netty-all](https://github.com/netty/netty) | `4.1.110.Final` | `4.1.111.Final` | | org.freemarker:freemarker | `2.3.32` | `2.3.33` | | [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) | `5.9.0` | `5.9.1` | | [io.kotest:kotest-assertions-core-jvm](https://github.com/kotest/kotest) | `5.9.0` | `5.9.1` | | [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) | `3.6.6` | `3.6.7` | | com.google.cloud.tools.jib | `3.4.2` | `3.4.3` | Updates `io.netty:netty-all` from 4.1.110.Final to 4.1.111.Final - [Commits](netty/netty@netty-4.1.110.Final...netty-4.1.111.Final) Updates `org.freemarker:freemarker` from 2.3.32 to 2.3.33 Updates `io.kotest:kotest-runner-junit5-jvm` from 5.9.0 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.9.0...v5.9.1) Updates `io.kotest:kotest-assertions-core-jvm` from 5.9.0 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.9.0...v5.9.1) Updates `io.kotest:kotest-assertions-core-jvm` from 5.9.0 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.9.0...v5.9.1) Updates `io.projectreactor:reactor-test` from 3.6.6 to 3.6.7 - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.6.6...v3.6.7) Updates `com.google.cloud.tools.jib` from 3.4.2 to 3.4.3 --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.freemarker:freemarker dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: io.kotest:kotest-assertions-core-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: io.kotest:kotest-assertions-core-jvm 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-patch dependency-group: github - dependency-name: com.google.cloud.tools.jib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6de5473 commit 69fc64e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ val logbackVersion = "1.5.6"
77
val nimbusSdkVersion = "11.12"
88
val mockWebServerVersion = "4.12.0"
99
val jacksonVersion = "2.17.1"
10-
val nettyVersion = "4.1.110.Final"
10+
val nettyVersion = "4.1.111.Final"
1111
val junitJupiterVersion = "5.10.2"
1212
val kotlinVersion = "2.0.0"
13-
val freemarkerVersion = "2.3.32"
14-
val kotestVersion = "5.9.0"
13+
val freemarkerVersion = "2.3.33"
14+
val kotestVersion = "5.9.1"
1515
val bouncyCastleVersion = "1.78.1"
1616
val springBootVersion = "3.3.0"
17-
val reactorTestVersion = "3.6.6"
17+
val reactorTestVersion = "3.6.7"
1818
val ktorVersion = "2.3.11"
1919
val jsonPathVersion = "2.9.0"
2020

@@ -27,7 +27,7 @@ plugins {
2727
id("se.patrikerdes.use-latest-versions") version "0.2.18"
2828
id("com.github.ben-manes.versions") version "0.51.0"
2929
id("org.jmailen.kotlinter") version "4.3.0"
30-
id("com.google.cloud.tools.jib") version "3.4.2"
30+
id("com.google.cloud.tools.jib") version "3.4.3"
3131
id("com.github.johnrengelman.shadow") version "8.1.1"
3232
id("net.researchgate.release") version "3.0.2"
3333
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"

0 commit comments

Comments
 (0)