Skip to content

Commit 9cae6bb

Browse files
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](xmlunit/xmlunit@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] <[email protected]>
1 parent a8376b2 commit 9cae6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
id 'org.jetbrains.dokka' version '1.9.20'
2323
id 'org.antora' version '1.0.0'
2424
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
25-
id 'com.github.spotbugs' version '6.1.11'
25+
id 'com.github.spotbugs' version '6.1.12'
2626
id 'com.google.protobuf' version '0.9.5' apply false
2727
id 'io.freefair.aggregate-javadoc' version '8.13.1'
2828
}
@@ -118,7 +118,7 @@ ext {
118118
springWsVersion = '4.1.0'
119119
testcontainersVersion = '1.21.0'
120120
tomcatVersion = '11.0.7'
121-
xmlUnitVersion = '2.10.0'
121+
xmlUnitVersion = '2.10.2'
122122
xstreamVersion = '1.4.21'
123123
ztZipVersion = '1.17'
124124

0 commit comments

Comments
 (0)