File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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.5 "
5- val logstashVersion = " 8.1 "
4+ val mockkVersion = " 1.14.6 "
5+ val logstashVersion = " 9.0 "
66val testContainersVersion = " 1.21.3"
77val springDocVersion = " 2.8.13"
88val tokenValidationVersion = " 5.0.30"
@@ -12,8 +12,8 @@ repositories {
1212}
1313
1414plugins {
15- val kotlinVersion = " 2.2.20 "
16- id(" org.springframework.boot" ) version " 3.5.5 "
15+ val kotlinVersion = " 2.2.21 "
16+ id(" org.springframework.boot" ) version " 3.5.7 "
1717 kotlin(" jvm" ) version kotlinVersion
1818 kotlin(" plugin.spring" ) version kotlinVersion
1919 kotlin(" plugin.jpa" ) version kotlinVersion
@@ -23,7 +23,7 @@ plugins {
2323apply (plugin = " io.spring.dependency-management" )
2424
2525dependencies {
26- implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.2.20 " )
26+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.2.21 " )
2727
2828 implementation(" org.springframework.boot:spring-boot-starter-web" )
2929 implementation(" org.springframework.boot:spring-boot-starter-actuator" )
You can’t perform that action at this time.
0 commit comments