Skip to content

Commit

Permalink
Update testcontainers to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VladRassokhin committed Mar 11, 2021
1 parent 8b6065e commit 7843d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ext {
httpclient_version = '4.3.6' // version is relevant to one used inside TeamCity
// tests
jetty_version = '9.4.19.v20190610'
testcontainers_version = '1.12.5'
testcontainers_version = '1.15.2'
assertj_version = '1.7.1'
}

Expand Down

0 comments on commit 7843d22

Please sign in to comment.