Skip to content

Commit

Permalink
Bump org.testcontainers:mockserver in /modules/testcontainers
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:mockserver](https://github.com/testcontainers/testcontainers-java) from 1.19.1 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.19.1...1.19.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent ee640a2 commit 8e5cec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/testcontainers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
testImplementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.4.1'

testImplementation 'org.slf4j:slf4j-log4j12:2.0.9'
testImplementation 'org.testcontainers:mockserver:1.19.1'
testImplementation 'org.testcontainers:mockserver:1.19.3'

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
}
Expand Down

0 comments on commit 8e5cec6

Please sign in to comment.