Skip to content

Commit 6b588d0

Browse files
Bump the development-dependencies group with 2 updates (#10053)
Bumps the development-dependencies group with 2 updates: [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.5 to 6.4.6 - [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.5...6.4.6) Updates `org.xmlunit:xmlunit-assertj3` from 2.10.0 to 2.10.1 - [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.1) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 6.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.xmlunit:xmlunit-assertj3 dependency-version: 2.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1fe555 commit 6b588d0

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.5'
115115
springRetryVersion = '2.0.12'
116-
springSecurityVersion = '6.4.5'
116+
springSecurityVersion = '6.4.6'
117117
springVersion = '6.2.7'
118118
springWsVersion = '4.0.14'
119119
testcontainersVersion = '1.20.6'
120120
tomcatVersion = '10.1.41'
121-
xmlUnitVersion = '2.10.0'
121+
xmlUnitVersion = '2.10.1'
122122
xstreamVersion = '1.4.21'
123123
ztZipVersion = '1.17'
124124

0 commit comments

Comments
 (0)