Skip to content

Commit 64f9d97

Browse files
Bump the development-dependencies group across 1 directory with 3 updates (#10150)
Bumps the development-dependencies group with 3 updates in the / directory: [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security), [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) and [org.xmlunit:xmlunit-assertj3](https://github.com/xmlunit/xmlunit). Updates `org.springframework.security:spring-security-bom` from 6.5.0 to 6.5.1 - [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.5.0...6.5.1) Updates `org.testcontainers:testcontainers-bom` from 1.21.1 to 1.21.2 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.1...1.21.2) 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.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.2 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 579f986 commit 64f9d97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ ext {
113113
springGraphqlVersion = '1.4.0'
114114
springKafkaVersion = '3.3.7'
115115
springRetryVersion = '2.0.12'
116-
springSecurityVersion = '6.5.0'
116+
springSecurityVersion = '6.5.1'
117117
springVersion = '6.2.8'
118118
springWsVersion = '4.1.0'
119-
testcontainersVersion = '1.21.1'
119+
testcontainersVersion = '1.21.2'
120120
tomcatVersion = '11.0.8'
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)