Skip to content

Commit

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 24, 2024
1 parent b13f570 commit 0a79dbb
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.6"
def springBootVersion = "3.3.0"

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

0 comments on commit 0a79dbb

Please sign in to comment.