Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val mockkVersion = "1.13.16"
val mockkVersion = "1.13.17"
val logstashVersion = "8.0"
val testContainersVersion = "1.20.5"
val testContainersVersion = "1.20.6"
val springDocVersion = "2.8.5"
val tokenValidationVersion = "5.0.17"
val kotlinVersion = "2.1.10"
val tokenValidationVersion = "5.0.19"
val kotlinVersion = "2.1.20"

repositories {
mavenCentral()
Expand All @@ -23,7 +23,7 @@ plugins {
apply(plugin = "io.spring.dependency-management")

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.10")
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.20")

implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-actuator")
Expand Down