Skip to content

Commit ae80114

Browse files
author
Anton Malinskiy
committed
fix(ci): need to upgrade test containers
see testcontainers/testcontainers-java#3574
1 parent 0506561 commit ae80114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ci
22
on: [ push, pull_request ]
33
jobs:
4-
deploy:
4+
ci:
55
runs-on: ubuntu-20.04
66
steps:
77
- uses: actions/checkout@v1

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object Versions {
3737
val guava = "26.0-jre"
3838
val rsync4j = "3.1.2-12"
3939
val sshj = "0.26.0"
40-
val testContainers = "1.15.0-rc2"
40+
val testContainers = "1.15.3"
4141
val jupiterEngine = "5.1.0"
4242
val jansi = "1.17.1"
4343
val scalr = "4.2"

0 commit comments

Comments
 (0)