From dd7b45e30b21d0a327c495c47368e9e1aafff0c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 12:38:32 +0000 Subject: [PATCH] Bump the minor-patch group across 1 directory with 4 updates Bumps the minor-patch group with 4 updates in the / directory: [io.mockk:mockk](https://github.com/mockk/mockk), [com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java), [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) and com.diffplug.spotless. Updates `io.mockk:mockk` from 1.14.9 to 1.14.11 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.9...v1.14.11) Updates `com.microsoft.azure:msal4j` from 1.24.1 to 1.25.0 - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-java/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/changelog.txt) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/v1.24.1...1.25.0) Updates `io.github.oshai:kotlin-logging-jvm` from 8.0.03 to 8.0.4 - [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/8.0.03...8.0.4) Updates `com.diffplug.spotless` from 8.5.1 to 8.6.0 --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: com.microsoft.azure:msal4j dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: com.diffplug.spotless dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0209961..e8c0d3a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,11 +7,11 @@ avro = "1.12.1" avroPlugin = "1.9.1" dependencyManagement = "1.1.7" kotlin = "2.3.21" -kotlinLogging = "8.0.03" -mockk = "1.14.9" -msal4j = "1.24.1" +kotlinLogging = "8.0.4" +mockk = "1.14.11" +msal4j = "1.25.0" sonarqube = "7.3.0.8198" -spotless = "8.5.1" +spotless = "8.6.0" springBoot = "4.0.6" springmockk = "5.0.1"