Skip to content

Commit a40c34e

Browse files
authored
Merge pull request #10 from MobileID-Strong-Authentication/dev-httpclient5-upd
Update dependencies, switch httpclient5 to version 5.2.1
2 parents 9a1343a + 5502aa0 commit a40c34e

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

mid-java-client-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ch.mobileid.mid-java-client</groupId>
88
<artifactId>mid-java-client-parent</artifactId>
9-
<version>1.5.3</version>
9+
<version>1.5.4</version>
1010
</parent>
1111

1212
<artifactId>mid-java-client-core</artifactId>

mid-java-client-rest/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ch.mobileid.mid-java-client</groupId>
88
<artifactId>mid-java-client-parent</artifactId>
9-
<version>1.5.3</version>
9+
<version>1.5.4</version>
1010
</parent>
1111

1212
<artifactId>mid-java-client-rest</artifactId>
@@ -62,11 +62,16 @@
6262
<groupId>org.hamcrest</groupId>
6363
<artifactId>hamcrest-library</artifactId>
6464
</dependency>
65+
<dependency>
66+
<groupId>commons-codec</groupId>
67+
<artifactId>commons-codec</artifactId>
68+
</dependency>
6569
<dependency>
6670
<groupId>commons-io</groupId>
6771
<artifactId>commons-io</artifactId>
6872
<scope>test</scope>
6973
</dependency>
74+
7075
</dependencies>
7176

7277
</project>

mid-java-client-soap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ch.mobileid.mid-java-client</groupId>
88
<artifactId>mid-java-client-parent</artifactId>
9-
<version>1.5.3</version>
9+
<version>1.5.4</version>
1010
</parent>
1111

1212
<artifactId>mid-java-client-soap</artifactId>

mid-java-client-usage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ch.mobileid.mid-java-client</groupId>
88
<artifactId>mid-java-client-parent</artifactId>
9-
<version>1.5.3</version>
9+
<version>1.5.4</version>
1010
</parent>
1111

1212
<artifactId>mid-java-client-usage</artifactId>

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ch.mobileid.mid-java-client</groupId>
88
<artifactId>mid-java-client-parent</artifactId>
9-
<version>1.5.3</version>
9+
<version>1.5.4</version>
1010
<name>Mobile ID Java client</name>
1111
<description>Mobile ID client reference implementation in Java</description>
1212
<url>https://github.com/MobileID-Strong-Authentication/mobileid-client-java</url>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.apache.httpcomponents.client5</groupId>
7070
<artifactId>httpclient5</artifactId>
71-
<version>5.1.3</version>
71+
<version>5.2.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.apache.commons</groupId>
@@ -80,6 +80,11 @@
8080
<artifactId>commons-io</artifactId>
8181
<version>2.11.0</version>
8282
</dependency>
83+
<dependency>
84+
<groupId>commons-codec</groupId>
85+
<artifactId>commons-codec</artifactId>
86+
<version>1.15</version>
87+
</dependency>
8388
<dependency>
8489
<groupId>com.sun.xml.ws</groupId>
8590
<artifactId>jaxws-rt</artifactId>

0 commit comments

Comments
 (0)