Skip to content

Commit

Permalink
fix(deps): update spring boot to v2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 24, 2022
1 parent c7d4b05 commit 23d3c79
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.7.21"
id("org.jlleitschuh.gradle.ktlint") version "11.0.0"
id("org.jlleitschuh.gradle.ktlint-idea") version "11.0.0"
id("org.springframework.boot") version "2.7.5"
id("org.springframework.boot") version "2.7.6"
jacoco
application
}
Expand All @@ -19,7 +19,7 @@ dependencies {
implementation("com.google.guava:guava:31.1-jre")
implementation("org.litote.kmongo:kmongo:4.7.2")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.0")
implementation("org.springframework.boot:spring-boot-starter-web:2.7.5")
implementation("org.springframework.boot:spring-boot-starter-web:2.7.6")
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 23d3c79

Please sign in to comment.