Skip to content

Commit

Permalink
Merge pull request #19 from spring-petclinic/feature/spring-boot-2.6
Browse files Browse the repository at this point in the history
Upgrade to Spring Boot 2.6.0
  • Loading branch information
arey authored Nov 21, 2021
2 parents 60292c5 + d9fb6ab commit 0bd5612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "2.5.6"
version = "2.6.0"

java.sourceCompatibility = JavaVersion.VERSION_1_8

plugins {
val kotlinVersion = "1.4.10"
id("org.springframework.boot") version "2.5.6"
val kotlinVersion = "1.6.0"
id("org.springframework.boot") version "2.6.0"
id("io.spring.dependency-management") version "1.0.10.RELEASE"
id("com.google.cloud.tools.jib") version "3.1.4"
kotlin("jvm") version kotlinVersion
Expand Down

0 comments on commit 0bd5612

Please sign in to comment.