Skip to content

Commit

Permalink
Merge pull request #51 from spring-petclinic/dependabot/gradle/org.sp…
Browse files Browse the repository at this point in the history
…ringframework.boot-3.3.5

Bump org.springframework.boot from 3.3.4 to 3.3.5
  • Loading branch information
arey authored Oct 28, 2024
2 parents 34fe88d + 0b62db7 commit edce855
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 @@ -10,7 +10,7 @@ java.sourceCompatibility = JavaVersion.VERSION_17

plugins {
val kotlinVersion = "2.0.21"
id("org.springframework.boot") version "3.3.4"
id("org.springframework.boot") version "3.3.5"
id("io.spring.dependency-management") version "1.1.6"
id("com.google.cloud.tools.jib") version "3.4.4"
kotlin("jvm") version kotlinVersion
Expand Down

0 comments on commit edce855

Please sign in to comment.