Skip to content

Commit 0812109

Browse files
Bump the development-dependencies group across 1 directory with 2 updates (#10152)
Bumps the development-dependencies group with 2 updates in the / directory: [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) and [org.xmlunit:xmlunit-assertj3](https://github.com/xmlunit/xmlunit). Updates `org.springframework.security:spring-security-bom` from 6.4.6 to 6.4.7 - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](spring-projects/spring-security@6.4.6...6.4.7) Updates `org.xmlunit:xmlunit-assertj3` from 2.10.2 to 2.10.3 - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](xmlunit/xmlunit@v2.10.2...v2.10.3) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 6.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.xmlunit:xmlunit-assertj3 dependency-version: 2.10.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be2dfe4 commit 0812109

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
@@ -113,12 +113,12 @@ ext {
113113
springGraphqlVersion = '1.3.5'
114114
springKafkaVersion = '3.3.6'
115115
springRetryVersion = '2.0.12'
116-
springSecurityVersion = '6.4.6'
116+
springSecurityVersion = '6.4.7'
117117
springVersion = '6.2.8'
118118
springWsVersion = '4.0.14'
119119
testcontainersVersion = '1.20.6'
120120
tomcatVersion = '10.1.42'
121-
xmlUnitVersion = '2.10.2'
121+
xmlUnitVersion = '2.10.3'
122122
xstreamVersion = '1.4.21'
123123
ztZipVersion = '1.17'
124124

0 commit comments

Comments
 (0)