-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BEAM-9196] Update testcontainers to 1.15.1 #13530
[BEAM-9196] Update testcontainers to 1.15.1 #13530
Conversation
Run Java KafkaIO Performance Test |
Run Java HadoopFormatIO Performance Test |
@@ -448,7 +448,7 @@ class BeamModulePlugin implements Plugin<Project> { | |||
def slf4j_version = "1.7.30" | |||
def spark_version = "2.4.7" | |||
def spotbugs_version = "4.0.6" | |||
def testcontainers_version = "1.15.0-rc2" | |||
def testcontainers_version = "1.15.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider using yesterday's 1.15.1 :)
def testcontainers_version = "1.15.0" | |
def testcontainers_version = "1.15.1" |
275f276
to
dc7ecb9
Compare
Thanks for the pointer @bsideup . Updated now |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
R: @piotr-szuberski @aromanenko-dev