mirror of
https://github.com/jlengrand/spring-petclinic-kotlin.git
synced 2026-03-10 08:41:20 +00:00
Upgrade to Spring Boot 2.5.2
This commit is contained in:
@@ -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 = "2.4.0"
|
||||
version = "2.5.4"
|
||||
|
||||
java.sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
plugins {
|
||||
val kotlinVersion = "1.4.10"
|
||||
id("org.springframework.boot") version "2.4.0"
|
||||
id("org.springframework.boot") version "2.5.4"
|
||||
id("io.spring.dependency-management") version "1.0.10.RELEASE"
|
||||
id("com.google.cloud.tools.jib") version "2.6.0"
|
||||
kotlin("jvm") version kotlinVersion
|
||||
|
||||
Reference in New Issue
Block a user