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 {
22 id " java"
33 id " jacoco"
44 id " com.adarshr.test-logger" version " 4.0.+"
5- id " io.freefair.lombok" version " 8.6 "
5+ id " io.freefair.lombok" version " 8.10 "
66 id " io.spring.dependency-management" version " 1.1.+"
77 id " org.jetbrains.kotlin.jvm" version " 2.0.+"
88 id " org.jetbrains.kotlin.plugin.spring" version " 2.0.+"
@@ -18,11 +18,11 @@ dependencies {
1818 implementation ' org.jetbrains.kotlin:kotlin-stdlib:2.0.+'
1919 implementation ' org.slf4j:slf4j-api:2.0.+'
2020 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 .+"
2222 testImplementation " io.github.hakky54:logcaptor:2.9.+"
2323 testImplementation " org.assertj:assertj-core"
2424 testImplementation " org.junit.jupiter:junit-jupiter"
25- testImplementation ' org.mockito.kotlin:mockito-kotlin:5.3 .+'
25+ testImplementation ' org.mockito.kotlin:mockito-kotlin:5.4 .+'
2626 testImplementation " org.springframework.boot:spring-boot-starter-test"
2727 testImplementation " org.testcontainers:junit-jupiter"
2828 testRuntimeOnly " org.junit.platform:junit-platform-launcher"
You can’t perform that action at this time.
0 commit comments