Skip to content

Commit

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

Bump org.springframework.boot from 3.2.5 to 3.3.0
  • Loading branch information
arey committed Jun 1, 2024
2 parents e81e917 + 55525ec commit ed5f412
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
Expand Up @@ -4,13 +4,13 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
description = "Kotlin version of the Spring Petclinic application"
group = "org.springframework.samples"
// Align with Spring Version
version = "3.2.5"
version = "3.3.0"

java.sourceCompatibility = JavaVersion.VERSION_17

plugins {
val kotlinVersion = "2.0.0"
id("org.springframework.boot") version "3.2.5"
id("org.springframework.boot") version "3.3.0"
id("io.spring.dependency-management") version "1.1.5"
id("com.google.cloud.tools.jib") version "3.4.2"
kotlin("jvm") version kotlinVersion
Expand Down

0 comments on commit ed5f412

Please sign in to comment.