Skip to content

Commit

Permalink
Bump com.github.docker-java:docker-java in /micronaut-reactive
Browse files Browse the repository at this point in the history
Bumps [com.github.docker-java:docker-java](https://github.com/docker-java/docker-java) from 3.3.0 to 3.3.3.
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.3.0...3.3.3)

---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent ac45628 commit b003681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions micronaut-reactive/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// https://github.com/bmuschko/gradle-docker-plugin/issues/1035
buildscript {
dependencies {
classpath("com.github.docker-java:docker-java:3.3.0")
classpath("com.github.docker-java:docker-java-transport-httpclient5:3.3.0")
classpath("com.github.docker-java:docker-java:3.3.3")
classpath("com.github.docker-java:docker-java-transport-httpclient5:3.3.3")
}
}

Expand Down

0 comments on commit b003681

Please sign in to comment.