Skip to content

Commit

Permalink
Merge branch 'main' into gradlew-update-8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ardetrick authored Dec 24, 2024
2 parents c4e3188 + 32ead51 commit f67e8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
implementation("io.freefair.gradle:lombok-plugin:8.11")
implementation("io.spring.gradle:dependency-management-plugin:1.1.6")
implementation("io.spring.gradle:dependency-management-plugin:1.1.7")
implementation("org.gradle.toolchains:foojay-resolver:0.8.0")
}

Expand Down
2 changes: 1 addition & 1 deletion reference-app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.springframework.boot") version "3.4.0"
id("org.springframework.boot") version "3.4.1"
id("project.java-conventions")
}

Expand Down

0 comments on commit f67e8c8

Please sign in to comment.