Skip to content

Commit

Permalink
Update dependency com.github.docker-java:docker-java-transport-httpcl…
Browse files Browse the repository at this point in the history
…ient5 to v3.3.4
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent 6319abc commit 53ee9bd
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 @@ -26,7 +26,7 @@ micronaut {

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

0 comments on commit 53ee9bd

Please sign in to comment.