Skip to content

Commit

Permalink
chore(deps): bump com.github.docker-java:docker-java-transport-httpcl…
Browse files Browse the repository at this point in the history
…ient5

Bumps [com.github.docker-java:docker-java-transport-httpclient5](https://github.com/docker-java/docker-java) from 3.3.6 to 3.4.0.
- [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.6...3.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 5749c3e commit 1c26af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies {
api 'mysql:mysql-connector-java:8.0.33'
api 'org.postgresql:postgresql:42.7.3'
api 'com.github.docker-java:docker-java:3.3.6'
api 'com.github.docker-java:docker-java-transport-httpclient5:3.3.6'
api 'com.github.docker-java:docker-java-transport-httpclient5:3.4.0'
api (group: 'org.opensearch.client', name: 'opensearch-java', version: "$opensearchVersion")
api (group: 'org.opensearch.client', name: 'opensearch-rest-client', version: "$opensearchRestVersion")
api (group: 'org.opensearch.client', name: 'opensearch-rest-high-level-client', version: "$opensearchRestVersion") // used by the elasticsearch plugin
Expand Down
2 changes: 1 addition & 1 deletion script/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
exclude group: 'com.github.docker-java', module: 'docker-java-transport-netty'
exclude group: 'com.github.docker-java', module: 'docker-java-transport-jersey'
}
implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.3.6'
implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.4.0'

testImplementation project(':core').sourceSets.test.output
testImplementation project(':tests')
Expand Down

0 comments on commit 1c26af4

Please sign in to comment.