Commit 8fa62bf 1 parent 4c8f2dc commit 8fa62bf Copy full SHA for 8fa62bf
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
implementation(enforcedPlatform(" org.junit:junit-bom:5.11.4" ))
20
20
21
21
testImplementation(" org.testcontainers:testcontainers:1.20.4" )
22
- testImplementation(" org.testcontainers:postgresql:1.20.4 " )
22
+ testImplementation(" org.testcontainers:postgresql:1.20.5 " )
23
23
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
24
24
testImplementation(" org.junit.jupiter:junit-jupiter-params" )
25
25
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(
33
33
" org.apache.groovy:groovy-bom:${groovyVersion} " ,
34
34
" io.opentelemetry:opentelemetry-bom:${otelSdkVersion} " ,
35
35
" io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion} " ,
36
- " org.testcontainers:testcontainers-bom:1.20.4 "
36
+ " org.testcontainers:testcontainers-bom:1.20.5 "
37
37
)
38
38
39
39
val autoServiceVersion = " 1.1.1"
You can’t perform that action at this time.
0 commit comments