|
6 | 6 |
|
7 | 7 | <groupId>ch.mobileid.mid-java-client</groupId> |
8 | 8 | <artifactId>mid-java-client-parent</artifactId> |
9 | | - <version>1.6.0</version> |
| 9 | + <version>1.5.1</version> |
10 | 10 | <name>Mobile ID Java client</name> |
11 | 11 | <description>Mobile ID client reference implementation in Java</description> |
12 | 12 | <url>https://github.com/MobileID-Strong-Authentication/mobileid-client-java</url> |
|
53 | 53 | <dependency> |
54 | 54 | <groupId>com.fasterxml.jackson.core</groupId> |
55 | 55 | <artifactId>jackson-databind</artifactId> |
56 | | - <version>2.11.0</version> |
| 56 | + <version>2.13.3</version> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>com.fasterxml.jackson.core</groupId> |
60 | 60 | <artifactId>jackson-core</artifactId> |
61 | | - <version>2.11.0</version> |
| 61 | + <version>2.13.3</version> |
| 62 | + </dependency> |
| 63 | + <dependency> |
| 64 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 65 | + <artifactId>jackson-annotations</artifactId> |
| 66 | + <version>2.13.3</version> |
62 | 67 | </dependency> |
63 | 68 | <dependency> |
64 | 69 | <groupId>org.apache.httpcomponents.client5</groupId> |
|
79 | 84 | <groupId>com.sun.xml.ws</groupId> |
80 | 85 | <artifactId>jaxws-rt</artifactId> |
81 | 86 | <version>2.3.3</version> |
| 87 | + <exclusions> |
| 88 | + <exclusion> |
| 89 | + <groupId>com.fasterxml.woodstox</groupId> |
| 90 | + <artifactId>woodstox-core</artifactId> |
| 91 | + </exclusion> |
| 92 | + </exclusions> |
| 93 | + </dependency> |
| 94 | + <!-- because of the exclusion above, a new version of com.fasterxml.woodstox:woodstox-core needs to be included --> |
| 95 | + <dependency> |
| 96 | + <groupId>com.fasterxml.woodstox</groupId> |
| 97 | + <artifactId>woodstox-core</artifactId> |
| 98 | + <version>5.3.0</version> |
82 | 99 | </dependency> |
83 | 100 | <dependency> |
84 | 101 | <groupId>org.bouncycastle</groupId> |
|
0 commit comments