Skip to content

Commit 3f2f0ed

Browse files
Bump org.testcontainers:testcontainers from 1.20.1 to 1.20.2 (#419)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) 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:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a17804a commit 3f2f0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browserup-proxy-rest-clients/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ dependencies {
132132
testImplementation 'org.awaitility:awaitility:4.2.2'
133133
testImplementation "io.github.littleproxy:littleproxy:${littleProxyVersion}"
134134
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0'
135-
testImplementation 'org.testcontainers:testcontainers:1.20.1'
135+
testImplementation 'org.testcontainers:testcontainers:1.20.2'
136136
}
137137

138138
openApiGenerateClients.mustRunAfter(resolve)

0 commit comments

Comments
 (0)