File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments