Skip to content

Commit 4568477

Browse files
authored
Merge pull request #359 from atsign-foundation/fix_docker_api_issue
fix: upgraded testcontainers test dependency
2 parents 18d6212 + f1107b5 commit 4568477

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
cache: maven
2525
- name: Add virtual env entry to hosts file
2626
run: echo "127.0.0.1 vip.ve.atsign.zone" | sudo tee -a /etc/hosts
27+
- name: Echo Docker Version
28+
run: docker version
2729
- name: Build and run all tests
2830
run: mvn --batch-mode clean install

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<version.hamcrest>2.2</version.hamcrest>
5959
<version.cucumber>7.14.0</version.cucumber>
6060
<version.at_demo_data>1.2.0</version.at_demo_data>
61-
<version.testcontainers>1.21.3</version.testcontainers>
61+
<version.testcontainers>2.0.3</version.testcontainers>
6262
<version.awaitility>4.2.0</version.awaitility>
6363
</properties>
6464

0 commit comments

Comments
 (0)