We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb5436 commit b326e7cCopy full SHA for b326e7c
JShellAPI/build.gradle
@@ -10,7 +10,7 @@ plugins {
10
dependencies {
11
implementation project(':JShellWrapper')
12
implementation 'org.springframework.boot:spring-boot-starter-web'
13
- implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.3.6'
+ implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.4.1'
14
implementation 'com.github.docker-java:docker-java-core:3.3.6'
15
16
testImplementation('org.springframework.boot:spring-boot-starter-test') {
0 commit comments