We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5ee3da + cdf9995 commit 58fb2ceCopy full SHA for 58fb2ce
build.gradle.kts
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
val mockkVersion = "1.13.13"
4
val logstashVersion = "8.0"
5
-val testContainersVersion = "1.20.2"
+val testContainersVersion = "1.20.3"
6
val springDocVersion = "2.6.0"
7
val tokenValidationVersion = "5.0.5"
8
val kotlinVersion = "2.0.21"
@@ -13,7 +13,7 @@ repositories {
13
14
plugins {
15
val kotlinVersion = "2.0.0"
16
- id("org.springframework.boot") version "3.3.4"
+ id("org.springframework.boot") version "3.3.5"
17
kotlin("jvm") version kotlinVersion
18
kotlin("plugin.spring") version kotlinVersion
19
kotlin("plugin.jpa") version kotlinVersion
0 commit comments