Skip to content

Commit

Permalink
Bump to Spring Boot 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Nov 29, 2023
1 parent 4c0a7b5 commit 786eee7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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.1.3"
version = "3.2.0"

java.sourceCompatibility = JavaVersion.VERSION_17

plugins {
val kotlinVersion = "1.8.22"
id("org.springframework.boot") version "3.1.3"
id("io.spring.dependency-management") version "1.1.0"
val kotlinVersion = "1.9.20"
id("org.springframework.boot") version "3.2.0"
id("io.spring.dependency-management") version "1.1.4"
id("com.google.cloud.tools.jib") version "3.1.4"
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
Expand Down

0 comments on commit 786eee7

Please sign in to comment.