Skip to content

Commit

Permalink
Upgrade to Spring Boot 2.6.1 and Kotlin 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Dec 11, 2021
1 parent 0bd5612 commit 5d31334
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,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 = "2.6.0"
version = "2.6.1"

java.sourceCompatibility = JavaVersion.VERSION_1_8

plugins {
val kotlinVersion = "1.6.0"
id("org.springframework.boot") version "2.6.0"
id("io.spring.dependency-management") version "1.0.10.RELEASE"
id("org.springframework.boot") version "2.6.1"
id("io.spring.dependency-management") version "1.0.11.RELEASE"
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 5d31334

Please sign in to comment.