From edfabd37938a4c37b218095d5c9991d16641d1fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 03:17:22 +0000 Subject: [PATCH] GEM-241 | Bump the all-dependencies group across 1 directory with 5 updates Bumps the all-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.cloud:spring-cloud-starter-gateway](https://github.com/spring-cloud/spring-cloud-gateway) | `4.2.0` | `4.2.1` | | [com.google.guava:guava](https://github.com/google/guava) | `33.4.0-jre` | `33.4.5-jre` | | [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) | `7.0.3` | `7.0.5` | | [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) | `1.3.0` | `1.4.0` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.1` | Updates `org.springframework.cloud:spring-cloud-starter-gateway` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/spring-cloud/spring-cloud-gateway/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-gateway/compare/v4.2.0...v4.2.1) Updates `com.google.guava:guava` from 33.4.0-jre to 33.4.5-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `io.github.oshai:kotlin-logging-jvm` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md) - [Commits](https://github.com/oshai/kotlin-logging/compare/7.0.3...7.0.5) Updates `com.tngtech.archunit:archunit-junit5` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](https://github.com/TNG/ArchUnit/compare/v1.3.0...v1.4.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-starter-gateway dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: com.tngtech.archunit:archunit-junit5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index a9504dc..4c9897a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -26,10 +26,10 @@ dependencyResolutionManagement { create("libs") { version("spring-boot", "3.4.0") version("dependency-management", "1.1.7") - library("api-gateway", "org.springframework.cloud:spring-cloud-starter-gateway:4.2.0") + library("api-gateway", "org.springframework.cloud:spring-cloud-starter-gateway:4.2.1") - library("guava", "com.google.guava:guava:33.4.0-jre") - library("kotlinlogging", "io.github.oshai:kotlin-logging-jvm:7.0.3") + library("guava", "com.google.guava:guava:33.4.5-jre") + library("kotlinlogging", "io.github.oshai:kotlin-logging-jvm:7.0.5") library("lib-gem", "pl.edu.agh.gem:lib-gem:0.5.2") version("resilience4j", "2.2.0") @@ -60,11 +60,11 @@ dependencyResolutionManagement { library("kotest-framework-datatest", "io.kotest", "kotest-framework-datatest").versionRef("kotest") library("mockito", "org.mockito.kotlin:mockito-kotlin:5.4.0") - library("archunit", "com.tngtech.archunit:archunit-junit5:1.3.0") + library("archunit", "com.tngtech.archunit:archunit-junit5:1.4.0") library("kotest-spring", "io.kotest.extensions:kotest-extensions-spring:1.3.0") library("kotest-wiremock", "io.kotest.extensions:kotest-extensions-wiremock:3.1.0") - library("junit", "org.junit.jupiter:junit-jupiter-engine:5.11.4") + library("junit", "org.junit.jupiter:junit-jupiter-engine:5.12.1") bundle( "kotest-core",