Skip to content

Commit

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

Bump org.springframework.boot:spring-boot-dependencies from 3.4.1 to 3.4.2
  • Loading branch information
JelleHoffman authored Feb 13, 2025
2 parents 18e7126 + ce26688 commit 7ef3c90
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.4.1")
mavenBom("org.springframework.boot:spring-boot-dependencies:3.4.2")
}
}

Expand Down

0 comments on commit 7ef3c90

Please sign in to comment.