From 81aa83e2b95095223de94b0f46348eb8ac8fb216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:54:04 +0000 Subject: [PATCH] Bump com.github.docker-java:docker-java-transport-httpclient5 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](https://github.com/docker-java/docker-java/compare/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] --- JShellAPI/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JShellAPI/build.gradle b/JShellAPI/build.gradle index 7a2380b..c28568c 100644 --- a/JShellAPI/build.gradle +++ b/JShellAPI/build.gradle @@ -10,7 +10,7 @@ plugins { dependencies { implementation project(':JShellWrapper') implementation 'org.springframework.boot:spring-boot-starter-web' - implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.3.6' + implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.4.0' implementation 'com.github.docker-java:docker-java-core:3.3.6' testImplementation 'org.springframework.boot:spring-boot-starter-test'