Skip to content

Commit

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

Bump org.springframework.boot from 3.4.1 to 3.4.2
  • Loading branch information
arey authored Jan 31, 2025
2 parents 0df5565 + 8a9e864 commit 74cf825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
description = "Kotlin version of the Spring Petclinic application"
group = "org.springframework.samples"
// Align with Spring Version
version = "3.4.0"
version = "3.4.2"

plugins {
val kotlinVersion = "2.1.10"
id("org.springframework.boot") version "3.4.1"
id("org.springframework.boot") version "3.4.2"
id("io.spring.dependency-management") version "1.1.7"
id("com.google.cloud.tools.jib") version "3.4.4"
kotlin("jvm") version kotlinVersion
Expand Down

0 comments on commit 74cf825

Please sign in to comment.