Skip to content

Commit

Permalink
Merge pull request #2666 from joinfaces/springboot-3.3.7
Browse files Browse the repository at this point in the history
upgrade spring boot to 3.3.7
  • Loading branch information
persapiens authored Dec 19, 2024
2 parents 127afd2 + edebb16 commit 4704289
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.3.6"
def springBootVersion = "3.3.7"

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

0 comments on commit 4704289

Please sign in to comment.