Skip to content

Commit

Permalink
build(deps): bump the minor-patch-group group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch-group group with 2 updates: [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) and [io.spring.gradle:dependency-management-plugin](https://github.com/spring-gradle-plugins/dependency-management-plugin).


Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1)

Updates `io.spring.gradle:dependency-management-plugin` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: io.spring.gradle:dependency-management-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent b37147f commit 50ed286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repositories {
// dependency for spring boot gradle plugin and dependency management.
// It is necessary to share it between conventions as plugins
dependencies {
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.4.0'
implementation 'io.spring.gradle:dependency-management-plugin:1.1.6'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.4.1'
implementation 'io.spring.gradle:dependency-management-plugin:1.1.7'
implementation 'com.diffplug.spotless:spotless-lib:2.45.0'
implementation 'com.diffplug.spotless:spotless-plugin-gradle:6.25.0'
}

0 comments on commit 50ed286

Please sign in to comment.