Skip to content

Commit e689c2f

Browse files
Bump org.testcontainers:testcontainers-bom in /services/hanke-service
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.4. - [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.21.3...2.0.4) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 115d2a5 commit e689c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/hanke-service/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies {
116116
implementation("org.locationtech.jts.io:jts-io-common:1.20.0")
117117

118118
// Testcontainers
119-
testImplementation(platform("org.testcontainers:testcontainers-bom:1.21.3"))
119+
testImplementation(platform("org.testcontainers:testcontainers-bom:2.0.4"))
120120
testImplementation("org.springframework.boot:spring-boot-testcontainers")
121121
testImplementation("org.testcontainers:junit-jupiter")
122122
testImplementation("org.testcontainers:postgresql")

0 commit comments

Comments
 (0)