@@ -7,7 +7,7 @@ plugins {
7
7
id(" com.adarshr.test-logger" ) version " 4.0.+"
8
8
id(" io.freefair.lombok" ) version " 8.+"
9
9
id(" io.spring.dependency-management" ) version " 1.1.+"
10
- id(" org.jetbrains.kotlin.jvm" ) version " 2.0 .+"
10
+ id(" org.jetbrains.kotlin.jvm" ) version " 2.1 .+"
11
11
id(" org.springframework.boot" ) version " 3.4.+"
12
12
}
13
13
@@ -47,14 +47,14 @@ dependencies {
47
47
implementation(" com.google.guava:guava:33.3.+" )
48
48
implementation(" io.github.oshai:kotlin-logging-jvm:7.0.+" )
49
49
implementation(" org.apache.httpcomponents.client5:httpclient5" )
50
- implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.0 .+" )
50
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.1 .+" )
51
51
implementation(" org.springframework.boot:spring-boot-starter-actuator" )
52
52
implementation(" org.springframework.boot:spring-boot-starter-cache" )
53
53
implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
54
54
implementation(" org.springframework.boot:spring-boot-starter-webflux" )
55
55
runtimeOnly(" com.h2database:h2" )
56
56
runtimeOnly(" org.postgresql:postgresql:42.+" )
57
- testImplementation(" io.github.hakky54:logcaptor:2.9 .+" )
57
+ testImplementation(" io.github.hakky54:logcaptor:2.10 .+" )
58
58
testImplementation(" org.apache.commons:commons-compress:1.27.+" )
59
59
testImplementation(" org.assertj:assertj-core" )
60
60
testImplementation(" org.junit.jupiter:junit-jupiter" )
0 commit comments