File tree Expand file tree Collapse file tree 7 files changed +9
-7
lines changed
docker-java-transport-httpclient5
docker-java-transport-okhttp
docker-java-transport-tck
docker-java/src/test/java/com/github/dockerjava/cmd Expand file tree Collapse file tree 7 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 5050 <dependency >
5151 <groupId >org.junit.jupiter</groupId >
5252 <artifactId >junit-jupiter</artifactId >
53- <version >5.7.2 </version >
53+ <version >5.10.0 </version >
5454 <scope >test</scope >
5555 </dependency >
5656
Original file line number Diff line number Diff line change 4141 <dependency >
4242 <groupId >net.java.dev.jna</groupId >
4343 <artifactId >jna</artifactId >
44- <version >5.12.1 </version >
44+ <version >5.13.0 </version >
4545 </dependency >
4646
4747 <dependency >
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >net.java.dev.jna</groupId >
3737 <artifactId >jna</artifactId >
38- <version >5.12.1 </version >
38+ <version >5.13.0 </version >
3939 </dependency >
4040
4141 <dependency >
Original file line number Diff line number Diff line change 3434 <dependency >
3535 <groupId >org.assertj</groupId >
3636 <artifactId >assertj-core</artifactId >
37- <version >3.22.0 </version >
37+ <version >3.24.2 </version >
3838 </dependency >
3939
4040 <dependency >
Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >net.java.dev.jna</groupId >
3939 <artifactId >jna</artifactId >
40- <version >5.12.1 </version >
40+ <version >5.13.0 </version >
4141 <scope >provided</scope >
4242 </dependency >
4343 </dependencies >
Original file line number Diff line number Diff line change 66import com .github .dockerjava .core .util .CompressArchiveUtil ;
77import com .github .dockerjava .utils .LogContainerTestCallback ;
88import org .apache .commons .io .FileUtils ;
9+ import org .junit .Ignore ;
910import org .junit .Test ;
1011import org .slf4j .Logger ;
1112import org .slf4j .LoggerFactory ;
@@ -148,6 +149,7 @@ public void copyFileWithExecutePermission() throws Exception {
148149 assertThat (exitCode , equalTo (0 ));
149150 }
150151
152+ @ Ignore ("Docker issue https://github.com/moby/moby/issues/46388" )
151153 @ Test
152154 public void copyFileWithUIDGID () throws Exception {
153155 Path with = Files .createFile (Files .createTempDirectory ("copyFileWithUIDGID" ).resolve ("uidgid.with" ));
Original file line number Diff line number Diff line change 6262 <jackson-jaxrs .version>2.10.3</jackson-jaxrs .version>
6363 <httpclient .version>4.5.12</httpclient .version><!-- 4.5.1-4.5.2 broken -->
6464 <commons-compress .version>1.21</commons-compress .version>
65- <commons-io .version>2.6 </commons-io .version>
65+ <commons-io .version>2.13.0 </commons-io .version>
6666 <commons-lang3 .version>3.12.0</commons-lang3 .version>
6767 <slf4j-api .version>1.7.30</slf4j-api .version>
6868
69- <bouncycastle .version>1.75 </bouncycastle .version>
69+ <bouncycastle .version>1.76 </bouncycastle .version>
7070 <junixsocket .version>2.6.1</junixsocket .version>
7171 <guava .version>19.0</guava .version> <!-- todo remove from project -->
7272
You can’t perform that action at this time.
0 commit comments