File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
4- val mockkVersion = " 1.14.4 "
4+ val mockkVersion = " 1.14.5 "
55val logstashVersion = " 8.1"
6- val testContainersVersion = " 1.21.2 "
6+ val testContainersVersion = " 1.21.3 "
77val springDocVersion = " 2.8.9"
8- val tokenValidationVersion = " 5.0.30 "
8+ val tokenValidationVersion = " 5.0.33 "
99
1010repositories {
1111 mavenCentral()
1212}
1313
1414plugins {
1515 val kotlinVersion = " 2.2.0"
16- id(" org.springframework.boot" ) version " 3.5.3 "
16+ id(" org.springframework.boot" ) version " 3.5.4 "
1717 kotlin(" jvm" ) version kotlinVersion
1818 kotlin(" plugin.spring" ) version kotlinVersion
1919 kotlin(" plugin.jpa" ) version kotlinVersion
You can’t perform that action at this time.
0 commit comments