Skip to content

Commit

Permalink
Merge pull request #26 from sdeleuze/boot-3.0.5
Browse files Browse the repository at this point in the history
Upgrade to Spring Boot 3.0.5
  • Loading branch information
arey authored Apr 5, 2023
2 parents c50f94a + 56a900c commit f1aea15
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.0.4"
version = "3.0.5"

java.sourceCompatibility = JavaVersion.VERSION_17

plugins {
val kotlinVersion = "1.7.22"
id("org.springframework.boot") version "3.0.4"
id("org.springframework.boot") version "3.0.5"
id("io.spring.dependency-management") version "1.1.0"
id("com.google.cloud.tools.jib") version "3.1.4"
kotlin("jvm") version kotlinVersion
Expand Down

0 comments on commit f1aea15

Please sign in to comment.