Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework.boot:spring-boot-gra…
Browse files Browse the repository at this point in the history
…dle-plugin to v2.7.13
  • Loading branch information
renovate[bot] authored Jun 22, 2023
1 parent 4e015bd commit 960d925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
val kotlinVersion = "1.2.0"
val springBootVersion = "2.0.0.M7"
val springBootVersion = "2.7.13"
repositories {
mavenCentral()
maven { url = uri("https://repo.spring.io/milestone") }
Expand Down

0 comments on commit 960d925

Please sign in to comment.