From 69872fd6055a66bde69795ff0c675294e06a4192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 07:54:33 +0000 Subject: [PATCH] Bump the all-gradle-dependencies group with 5 updates Bumps the all-gradle-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.instancio:instancio-junit](https://github.com/instancio/instancio) | `5.5.1` | `5.6.0` | | [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) | `5.1.1` | `5.1.2` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.0` | | [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.4.1` | `9.4.2` | | com.diffplug.spotless | `8.5.1` | `8.6.0` | Updates `org.instancio:instancio-junit` from 5.5.1 to 5.6.0 - [Release notes](https://github.com/instancio/instancio/releases) - [Commits](https://github.com/instancio/instancio/compare/instancio-parent-5.5.1...instancio-parent-5.6.0) Updates `net.javacrumbs.json-unit:json-unit-assertj` from 5.1.1 to 5.1.2 - [Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md) - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-5.1.1...json-unit-parent-5.1.2) Updates `org.junit:junit-bom` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) Updates `com.gradleup.shadow` from 9.4.1 to 9.4.2 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.4.1...9.4.2) Updates `com.diffplug.spotless` from 8.5.1 to 8.6.0 --- updated-dependencies: - dependency-name: org.instancio:instancio-junit dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle-dependencies - dependency-name: net.javacrumbs.json-unit:json-unit-assertj dependency-version: 5.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle-dependencies - dependency-name: org.junit:junit-bom dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle-dependencies - dependency-name: com.gradleup.shadow dependency-version: 9.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle-dependencies - dependency-name: com.diffplug.spotless dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3513b08..6bcc236 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,20 +16,20 @@ spring-boot-version = "4.0.6" spring-dependency-version = "1.1.7" lombok-plugin = "9.5.0" versions-plugin = "0.54.0" -shadow-plugin = "9.4.1" +shadow-plugin = "9.4.2" sonarqube-plugin = "7.3.0.8198" -spotless-plugin = "8.5.1" +spotless-plugin = "8.6.0" jackson-databind-nullable = "0.2.10" springdoc-openapi-ui = "3.0.3" commons-lang3 = "3.20.0" commons-collections4 = "4.5.0" datafaker = "2.5.4" -instancio-junit = "5.5.1" -jsonunit-assertj = "5.1.1" +instancio-junit = "5.6.0" +jsonunit-assertj = "5.1.2" mapstruct = "1.6.3" h2 = "2.4.240" -junit-bom = "6.0.3" +junit-bom = "6.1.0" [libraries]