From 9cae6bb765fcc7896f7244517d770aeabc1f9461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 00:08:42 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: [org.xmlunit:xmlunit-assertj3](https://github.com/xmlunit/xmlunit) and com.github.spotbugs. Updates `org.xmlunit:xmlunit-assertj3` from 2.10.0 to 2.10.2 - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.0...v2.10.2) Updates `com.github.spotbugs` from 6.1.11 to 6.1.12 --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-assertj3 dependency-version: 2.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.github.spotbugs dependency-version: 6.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3758294a456..b308cf843f6 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { id 'org.jetbrains.dokka' version '1.9.20' id 'org.antora' version '1.0.0' id 'io.spring.antora.generate-antora-yml' version '0.0.1' - id 'com.github.spotbugs' version '6.1.11' + id 'com.github.spotbugs' version '6.1.12' id 'com.google.protobuf' version '0.9.5' apply false id 'io.freefair.aggregate-javadoc' version '8.13.1' } @@ -118,7 +118,7 @@ ext { springWsVersion = '4.1.0' testcontainersVersion = '1.21.0' tomcatVersion = '11.0.7' - xmlUnitVersion = '2.10.0' + xmlUnitVersion = '2.10.2' xstreamVersion = '1.4.21' ztZipVersion = '1.17'