We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d667dc commit cd8bef5Copy full SHA for cd8bef5
core/build.gradle
@@ -87,8 +87,8 @@ dependencies {
87
88
shaded 'org.awaitility:awaitility:4.3.0'
89
90
- api platform('com.github.docker-java:docker-java-bom:3.5.3')
91
- shaded platform('com.github.docker-java:docker-java-bom:3.5.3')
+ api platform('com.github.docker-java:docker-java-bom:3.6.0')
+ shaded platform('com.github.docker-java:docker-java-bom:3.6.0')
92
93
api "com.github.docker-java:docker-java-api"
94
0 commit comments