Skip to content

Commit 89b80a9

Browse files
padas2KostyaSha
authored andcommitted
Feature/upgrade to latest junix socket dependency to 2.2.0 (#1159)
* Upgrading docker-java from 2.0.4 to 2.1.0 * Logged the changes in ChangeLog.md as well * Added AFUNIXSocketException class which is missing in 2.1.0 version of junixsocket-common * Adding whitespaces to appease the maven checkstyle plugin * Removing AFUNIXSocketImpl and AFUNIXSocketException classes * Update pom.xml
1 parent 7b249ad commit 89b80a9

File tree

2 files changed

+1
-416
lines changed

2 files changed

+1
-416
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<slf4j-api.version>1.7.25</slf4j-api.version>
6868

6969
<bouncycastle.version>1.60</bouncycastle.version>
70-
<junixsocket.version>2.0.4</junixsocket.version>
70+
<junixsocket.version>2.1.2</junixsocket.version>
7171
<guava.version>19.0</guava.version>
7272

7373
<!-- test dependencies -->

0 commit comments

Comments
 (0)