File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id " java"
3
3
id " jacoco"
4
4
id " com.adarshr.test-logger" version " 4.0.+"
5
- id " io.freefair.lombok" version " 8.6 "
5
+ id " io.freefair.lombok" version " 8.10.2 "
6
6
id " io.spring.dependency-management" version " 1.1.+"
7
7
id " org.jetbrains.kotlin.jvm" version " 2.0.+"
8
8
id " org.jetbrains.kotlin.plugin.spring" version " 2.0.+"
@@ -18,11 +18,11 @@ dependencies {
18
18
implementation ' org.jetbrains.kotlin:kotlin-stdlib:2.0.+'
19
19
implementation ' org.slf4j:slf4j-api:2.0.+'
20
20
implementation " org.springframework.boot:spring-boot-starter-webflux"
21
- implementation " com.fasterxml.jackson.module:jackson-module-kotlin:2.17 .+"
21
+ implementation " com.fasterxml.jackson.module:jackson-module-kotlin:2.18 .+"
22
22
testImplementation " io.github.hakky54:logcaptor:2.9.+"
23
23
testImplementation " org.assertj:assertj-core"
24
24
testImplementation " org.junit.jupiter:junit-jupiter"
25
- testImplementation ' org.mockito.kotlin:mockito-kotlin:5.3 .+'
25
+ testImplementation ' org.mockito.kotlin:mockito-kotlin:5.4 .+'
26
26
testImplementation " org.springframework.boot:spring-boot-starter-test"
27
27
testImplementation " org.testcontainers:junit-jupiter"
28
28
testRuntimeOnly " org.junit.platform:junit-platform-launcher"
You can’t perform that action at this time.
0 commit comments