You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,15 +48,15 @@ Run build with tests:
48
48
<dependency>
49
49
<groupId>com.github.docker-java</groupId>
50
50
<artifactId>docker-java</artifactId>
51
-
<version>0.10.0</version>
51
+
<version>0.10.1</version>
52
52
</dependency>
53
53
54
54
### Latest SNAPSHOT version
55
55
56
56
<dependency>
57
57
<groupId>com.github.docker-java</groupId>
58
58
<artifactId>docker-java</artifactId>
59
-
<version>0.10.1-SNAPSHOT</version>
59
+
<version>0.10.2-SNAPSHOT</version>
60
60
</dependency>
61
61
62
62
Latest SNAPSHOT is published to maven repo: https://oss.sonatype.org/content/groups/public via 
0 commit comments