Skip to content

Commit

Permalink
Bump the development-dependencies group with 2 updates (#9732)
Browse files Browse the repository at this point in the history
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.4.1 to 6.4.2
- [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.1...6.4.2)

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>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 2d741d0 commit 181308a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id 'base'
id 'io.spring.nohttp' version '0.0.11' apply false
id 'org.ajoberstar.grgit' version '5.3.0'
id 'io.spring.dependency-management' version '1.1.6'
id 'io.spring.dependency-management' version '1.1.7'
id 'org.jetbrains.dokka' version '1.9.20'
id 'org.antora' version '1.0.0'
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
Expand Down Expand Up @@ -113,7 +113,7 @@ ext {
springGraphqlVersion = '1.3.3'
springKafkaVersion = '3.3.1'
springRetryVersion = '2.0.11'
springSecurityVersion = '6.4.1'
springSecurityVersion = '6.4.2'
springVersion = '6.2.1'
springWsVersion = '4.0.11'
testcontainersVersion = '1.20.4'
Expand Down

0 comments on commit 181308a

Please sign in to comment.