Skip to content

Commit 04845b0

Browse files
Bump the development-dependencies group with 2 updates (#9731)
Bumps the development-dependencies group with 2 updates: [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) and io.spring.dependency-management. Updates `org.springframework.security:spring-security-bom` from 6.3.5 to 6.3.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.3.5...6.3.6) Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.dependency-management 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 0163ed4 commit 04845b0

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
@@ -18,7 +18,7 @@ plugins {
1818
id 'base'
1919
id 'io.spring.nohttp' version '0.0.11' apply false
2020
id 'org.ajoberstar.grgit' version '5.2.2'
21-
id 'io.spring.dependency-management' version '1.1.6'
21+
id 'io.spring.dependency-management' version '1.1.7'
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'
@@ -114,7 +114,7 @@ ext {
114114
springGraphqlVersion = '1.3.3'
115115
springKafkaVersion = '3.2.6'
116116
springRetryVersion = '2.0.11'
117-
springSecurityVersion = '6.3.5'
117+
springSecurityVersion = '6.3.6'
118118
springVersion = '6.1.16'
119119
springWsVersion = '4.0.11'
120120
testcontainersVersion = '1.19.8'

0 commit comments

Comments
 (0)