Skip to content

Commit cd1331c

Browse files
Update dependency org.testcontainers:postgresql to v1.21.3 (#646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b6ce1d commit cd1331c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ dependencies {
329329

330330
testImplementation group: 'org.apache.camel', name: 'camel-test-spring-junit5', version: versions.camel
331331
testImplementation group: 'org.apache.camel', name: 'camel-test-junit5', version: versions.camel
332-
testImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.21.1'
332+
testImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.21.3'
333333
testImplementation group: 'org.springframework.batch', name: 'spring-batch-test'
334334
testImplementation group: 'org.javatuples', name: 'javatuples', version: '1.2'
335335

0 commit comments

Comments
 (0)