Skip to content

Commit 5e84ba1

Browse files
authored
Merge pull request #5 from vd-com/patch-2
fix security warning
2 parents ca39c78 + bf5d8af commit 5e84ba1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 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.2</version>
9+
<version>1.5.3</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>
@@ -53,17 +53,17 @@
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-databind</artifactId>
56-
<version>2.14.0-rc2</version>
56+
<version>2.14.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.core</groupId>
6060
<artifactId>jackson-core</artifactId>
61-
<version>2.14.0-rc2</version>
61+
<version>2.14.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
6565
<artifactId>jackson-annotations</artifactId>
66-
<version>2.14.0-rc2</version>
66+
<version>2.14.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.apache.httpcomponents.client5</groupId>

0 commit comments

Comments
 (0)