Skip to content

Commit

Permalink
Update to Spring Boot 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Sep 25, 2022
1 parent 920465b commit 028422f
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 = "2.7.0"
version = "2.7.4"

java.sourceCompatibility = JavaVersion.VERSION_1_8

plugins {
val kotlinVersion = "1.7.0"
id("org.springframework.boot") version "2.7.0"
id("org.springframework.boot") version "2.7.4"
id("io.spring.dependency-management") version "1.0.11.RELEASE"
id("com.google.cloud.tools.jib") version "3.1.4"
kotlin("jvm") version kotlinVersion
Expand Down

0 comments on commit 028422f

Please sign in to comment.