Skip to content

Commit

Permalink
Bump the development-dependencies group with 3 updates (#3691)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 3 updates: io.spring.dependency-management, com.github.spotbugs and [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot).


Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7

Updates `com.github.spotbugs` from 6.0.26 to 6.0.27

Updates `org.springframework.boot:spring-boot-starter` from 3.3.6 to 3.3.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.6...v3.3.7)

---
updated-dependencies:
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter
  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 21, 2024
1 parent 6e03b47 commit be612c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ plugins {
id 'idea'
id 'org.ajoberstar.grgit' version '5.3.0'
id 'io.spring.nohttp' version '0.0.11'
id 'io.spring.dependency-management' version '1.1.6' apply false
id 'com.github.spotbugs' version '6.0.26'
id 'io.spring.dependency-management' version '1.1.7' apply false
id 'com.github.spotbugs' version '6.0.27'
id 'io.freefair.aggregate-javadoc' version '8.10.2'
}

Expand Down Expand Up @@ -67,7 +67,7 @@ ext {
mockitoVersion = '5.14.2'
reactorVersion = '2024.0.1'
scalaVersion = '2.13'
springBootVersion = '3.3.6' // docs module
springBootVersion = '3.3.7' // docs module
springDataVersion = '2024.1.1'
springRetryVersion = '2.0.11'
springVersion = '6.2.1'
Expand Down

0 comments on commit be612c5

Please sign in to comment.