Skip to content

Commit

Permalink
Update dependency com.github.docker-java:docker-java-core to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2023
1 parent 6319abc commit 94f929c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ micronaut {
}

dependencies {
implementation group: 'com.github.docker-java', name: 'docker-java-core', version: '3.3.0'
implementation group: 'com.github.docker-java', name: 'docker-java-core', version: '3.3.1'
implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.3.0'
annotationProcessor("io.micronaut:micronaut-http-validation")
implementation("io.micronaut:micronaut-http-client")
Expand Down

0 comments on commit 94f929c

Please sign in to comment.