Skip to content

Commit

Permalink
Bump springBootVersion from 3.2.5 to 3.2.6
Browse files Browse the repository at this point in the history
Bumps `springBootVersion` from 3.2.5 to 3.2.6.

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.2.5 to 3.2.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.2.6)

Updates `org.springframework.boot:spring-boot-configuration-metadata` from 3.2.5 to 3.2.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.2.6)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-configuration-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 23, 2024
1 parent 7d852f7 commit 761d5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
maven { url 'https://repo.spring.io/milestone' }
}

def springBootVersion = "3.2.5"
def springBootVersion = "3.2.6"

dependencies {
api "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
Expand Down

0 comments on commit 761d5f5

Please sign in to comment.