Skip to content

Commit

Permalink
Bump org.testcontainers:junit-jupiter
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /ktor-app with 1 update: [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java).


Updates `org.testcontainers:junit-jupiter` from 1.20.1 to 1.20.2
- [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.20.1...1.20.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 13d526b commit c459e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktor-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion")

testImplementation("io.mockk:mockk:1.13.12")
testImplementation("org.testcontainers:junit-jupiter:1.20.1")
testImplementation("org.testcontainers:junit-jupiter:1.20.2")
testImplementation("org.assertj:assertj-core:3.26.3")
}

Expand Down

0 comments on commit c459e5d

Please sign in to comment.