Skip to content

Commit

Permalink
Bump org.testcontainers:junit-jupiter in /springboot-app (#73)
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.19.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.17.6...1.19.3)

---
updated-dependencies:
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent e3f5d9d commit e0aac76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springboot-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.projectreactor:reactor-test")

testImplementation("org.testcontainers:junit-jupiter:1.17.6")
testImplementation("org.testcontainers:junit-jupiter:1.19.3")
testImplementation("org.assertj:assertj-core:3.24.0")
}

Expand Down

0 comments on commit e0aac76

Please sign in to comment.