Skip to content

Commit

Permalink
Upgrade docker-java to 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneguow committed Jun 5, 2024
1 parent 88b8dc2 commit b3a2bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java</artifactId>
<version>3.3.5</version>
<version>3.3.6</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -1284,7 +1284,7 @@
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-transport-zerodep</artifactId>
<version>3.3.5</version>
<version>3.3.6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b3a2bac

Please sign in to comment.