File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919 implementation(enforcedPlatform(" org.junit:junit-bom:5.11.4" ))
2020
2121 testImplementation(" org.testcontainers:testcontainers:1.20.4" )
22- testImplementation(" org.testcontainers:postgresql:1.20.4 " )
22+ testImplementation(" org.testcontainers:postgresql:1.20.5 " )
2323 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
2424 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
2525 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(
3333 " org.apache.groovy:groovy-bom:${groovyVersion} " ,
3434 " io.opentelemetry:opentelemetry-bom:${otelSdkVersion} " ,
3535 " io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion} " ,
36- " org.testcontainers:testcontainers-bom:1.20.4 "
36+ " org.testcontainers:testcontainers-bom:1.20.5 "
3737)
3838
3939val autoServiceVersion = " 1.1.1"
You can’t perform that action at this time.
0 commit comments