Skip to content

Commit

Permalink
Merge pull request #33 from OSGP/dependabot/gradle/org.springframewor…
Browse files Browse the repository at this point in the history
…k.boot-spring-boot-dependencies-3.4.0

Bump org.springframework.boot:spring-boot-dependencies from 3.3.5 to 3.4.0
  • Loading branch information
loesimmens authored Dec 12, 2024
2 parents a80ae58 + b0512d9 commit 578db19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ subprojects {

extensions.configure<StandardDependencyManagementExtension> {
imports {
mavenBom("org.springframework.boot:spring-boot-dependencies:3.3.5")
mavenBom("org.springframework.boot:spring-boot-dependencies:3.4.0")
}
}

Expand Down

0 comments on commit 578db19

Please sign in to comment.