GH-684: updated java docker library to fix issue with jna not working correctly on Apple Silicon

This commit is contained in:
Martin Lippert
2021-09-16 21:23:25 +02:00
parent 3d39e51422
commit 521cc8b670
17 changed files with 37 additions and 38 deletions

View File

@@ -22,12 +22,12 @@
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-core</artifactId>
<version>3.2.6-SNAPSHOT</version>
<version>3.2.12</version>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-transport-zerodep</artifactId>
<version>3.2.6-SNAPSHOT</version>
<version>3.2.12</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>