Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit f3517eb

Browse files
Bump testcontainers from 1.12.0 to 1.15.1
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.12.0 to 1.15.1. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.12.0...1.15.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent ddfb857 commit f3517eb

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
@@ -144,7 +144,7 @@ dependencies {
144144
testImplementation 'org.awaitility:awaitility:3.1.6'
145145
testImplementation 'xyz.rogfam:littleproxy:2.0.0-beta-3'
146146
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.24.0'
147-
testImplementation 'org.testcontainers:testcontainers:1.12.0'
147+
testImplementation 'org.testcontainers:testcontainers:1.15.1'
148148
}
149149

150150
openApiGenerateClients.mustRunAfter(resolve)

0 commit comments

Comments
 (0)