Skip to content

Commit d7965b5

Browse files
Bump org.testcontainers:testcontainers in /post-processing-service
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.8 to 2.0.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.8...2.0.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5952bbf commit d7965b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

post-processing-service/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ dependencies {
9494
testImplementation(platform('org.junit:junit-bom:5.9.1'))
9595
testImplementation 'org.springframework.boot:spring-boot-starter-test'
9696
testImplementation 'org.springframework.security:spring-security-test:6.2.0'
97-
testImplementation 'org.testcontainers:testcontainers:1.19.8'
98-
testImplementation "org.testcontainers:kafka:1.19.8"
99-
testImplementation "org.testcontainers:junit-jupiter:1.19.8"
97+
testImplementation 'org.testcontainers:testcontainers:2.0.3'
98+
testImplementation "org.testcontainers:kafka:2.0.3"
99+
testImplementation "org.testcontainers:junit-jupiter:2.0.3"
100100
}
101101

102102
dependencyManagement {

0 commit comments

Comments
 (0)