File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
3- val mockkVersion = " 1.13.13 "
3+ val mockkVersion = " 1.13.14 "
44val logstashVersion = " 8.0"
5- val testContainersVersion = " 1.20.3 "
6- val springDocVersion = " 2.6 .0"
7- val tokenValidationVersion = " 5.0.11 "
8- val kotlinVersion = " 2.0.21 "
5+ val testContainersVersion = " 1.20.4 "
6+ val springDocVersion = " 2.7 .0"
7+ val tokenValidationVersion = " 5.0.13 "
8+ val kotlinVersion = " 2.1.0 "
99
1010repositories {
1111 mavenCentral()
1212}
1313
1414plugins {
1515 val kotlinVersion = " 2.0.0"
16- id(" org.springframework.boot" ) version " 3.3.5 "
16+ id(" org.springframework.boot" ) version " 3.4.1 "
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.0.21 " )
26+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.1.0 " )
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