Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 3 upd…
Browse files Browse the repository at this point in the history
…ates (#3533)

Bumps the development-dependencies group with 3 updates in the / directory: com.github.spotbugs, [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions) and [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot).


Updates `com.github.spotbugs` from 6.0.22 to 6.0.24

Updates `io.spring.develocity.conventions` from 0.0.21 to 0.0.22
- [Release notes](https://github.com/spring-io/develocity-conventions/releases)
- [Commits](spring-io/develocity-conventions@v0.0.21...v0.0.22)

Updates `org.springframework.boot:spring-boot-starter` from 3.2.9 to 3.2.10
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.9...v3.2.10)

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: io.spring.develocity.conventions
  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 Oct 5, 2024
1 parent deba907 commit 0734dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'org.ajoberstar.grgit' version '5.2.2'
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.22'
id 'com.github.spotbugs' version '6.0.24'
id 'io.freefair.aggregate-javadoc' version '8.6'
}

Expand Down Expand Up @@ -67,7 +67,7 @@ ext {
mockitoVersion = '5.10.0'
reactorVersion = '2023.0.10'
scalaVersion = '2.13'
springBootVersion = '3.2.9' // docs module
springBootVersion = '3.2.10' // docs module
springDataVersion = '2024.0.4'
springRetryVersion = '2.0.9'
springVersion = '6.1.13'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id 'io.spring.develocity.conventions' version '0.0.21'
id 'io.spring.develocity.conventions' version '0.0.22'
}

rootProject.name = 'spring-kafka-dist'
Expand Down

0 comments on commit 0734dd5

Please sign in to comment.