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.
2 parents c33a3e1 + beca01e commit 5551997Copy full SHA for 5551997
app/build.gradle
@@ -26,7 +26,7 @@ micronaut {
26
27
dependencies {
28
implementation group: 'com.github.docker-java', name: 'docker-java-core', version: '3.2.13'
29
- implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.2.12'
+ implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.2.13'
30
annotationProcessor("io.micronaut:micronaut-http-validation")
31
implementation("io.micronaut:micronaut-http-client")
32
implementation("io.micronaut:micronaut-runtime")
0 commit comments