File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ dependencies {
2020 api(platform(" org.jetbrains.kotlin:kotlin-bom:${ kotlinVersion} " ))
2121 api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2" ))
2222 api(platform(" org.junit:junit-bom:6.0.0" ))
23- api(platform(" org.mockito:mockito-bom:5.19 .0" ))
24- api(platform(" org.testcontainers:testcontainers-bom:1.21.3 " ))
23+ api(platform(" org.mockito:mockito-bom:5.20 .0" ))
24+ api(platform(" org.testcontainers:testcontainers-bom:2.0.2 " ))
2525 api(platform(" org.apache.logging.log4j:log4j-bom:2.25.1" ))
2626 api(platform(" org.assertj:assertj-bom:3.27.3" ))
2727
Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ dependencies {
8080 testImplementation ' org.springframework.data:spring-data-neo4j'
8181 testImplementation ' org.mongodb:mongodb-driver-sync'
8282 testImplementation ' org.mongodb:mongodb-driver-reactivestreams'
83- testImplementation ' org.testcontainers:mongodb'
84- testImplementation ' org.testcontainers:neo4j'
85- testImplementation ' org.testcontainers:junit-jupiter'
83+ testImplementation ' org.testcontainers:testcontainers- mongodb'
84+ testImplementation ' org.testcontainers:testcontainers- neo4j'
85+ testImplementation ' org.testcontainers:testcontainers- junit-jupiter'
8686 testImplementation ' org.springframework.security:spring-security-core'
8787 testImplementation ' org.springframework.security:spring-security-oauth2-resource-server'
8888 testImplementation ' com.querydsl:querydsl-core'
You can’t perform that action at this time.
0 commit comments