Skip to content

Commit

Permalink
fix(deps): update spring boot to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 22, 2023
1 parent e692eed commit f83ff1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("org.jetbrains.kotlin.jvm") version "1.8.22"
id("org.jlleitschuh.gradle.ktlint") version "11.4.1"
id("org.jlleitschuh.gradle.ktlint-idea") version "11.4.1"
id("org.springframework.boot") version "3.1.0"
id("org.springframework.boot") version "3.1.1"
jacoco
application
}
Expand All @@ -19,7 +19,7 @@ dependencies {
implementation("com.google.guava:guava:32.0.1-jre")
implementation("org.litote.kmongo:kmongo:4.9.0")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
implementation("org.springframework.boot:spring-boot-starter-web:3.1.0")
implementation("org.springframework.boot:spring-boot-starter-web:3.1.1")
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
testImplementation("io.kotest:kotest-property:$kotestVersion")
Expand Down

0 comments on commit f83ff1a

Please sign in to comment.