From 69fc64efbb59284f45c2cdb0824a9ebf8e4bbd84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:08:46 +0200 Subject: [PATCH] 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](https://github.com/netty/netty/compare/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](https://github.com/kotest/kotest/compare/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](https://github.com/kotest/kotest/compare/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](https://github.com/kotest/kotest/compare/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](https://github.com/reactor/reactor-core/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3ca1a58f3..a93a721ae 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,14 +7,14 @@ val logbackVersion = "1.5.6" val nimbusSdkVersion = "11.12" val mockWebServerVersion = "4.12.0" val jacksonVersion = "2.17.1" -val nettyVersion = "4.1.110.Final" +val nettyVersion = "4.1.111.Final" val junitJupiterVersion = "5.10.2" val kotlinVersion = "2.0.0" -val freemarkerVersion = "2.3.32" -val kotestVersion = "5.9.0" +val freemarkerVersion = "2.3.33" +val kotestVersion = "5.9.1" val bouncyCastleVersion = "1.78.1" val springBootVersion = "3.3.0" -val reactorTestVersion = "3.6.6" +val reactorTestVersion = "3.6.7" val ktorVersion = "2.3.11" val jsonPathVersion = "2.9.0" @@ -27,7 +27,7 @@ plugins { 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.3.0" - id("com.google.cloud.tools.jib") version "3.4.2" + id("com.google.cloud.tools.jib") version "3.4.3" id("com.github.johnrengelman.shadow") version "8.1.1" id("net.researchgate.release") version "3.0.2" id("io.github.gradle-nexus.publish-plugin") version "2.0.0"