Skip to content

Commit

Permalink
Bump to Spring Boot 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Mar 11, 2023
1 parent 793cc1e commit 3794d64
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 = "3.0.2"
version = "3.0.3"

java.sourceCompatibility = JavaVersion.VERSION_17

plugins {
val kotlinVersion = "1.7.22"
id("org.springframework.boot") version "3.0.2"
id("org.springframework.boot") version "3.0.3"
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 Expand Up @@ -61,7 +61,7 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

runtimeOnly("com.h2database:h2")
runtimeOnly("mysql:mysql-connector-java")
runtimeOnly("com.mysql:mysql-connector-j")

developmentOnly("org.springframework.boot:spring-boot-devtools")
}
Expand Down

0 comments on commit 3794d64

Please sign in to comment.