Handled vulnerability CVE-2019-17195.
Change-Id: I961c2ee910f8adf312bc00b29dca89f06c9e4c15
diff --git a/full/Changes b/full/Changes
index a2215a1..3ab4839 100644
--- a/full/Changes
+++ b/full/Changes
@@ -1,3 +1,7 @@
+# version 0.62.2
+17/10/2019
+ - Handled vulnerability CVE-2019-17195.
+
# version 0.62.1
08/07/2019
- Added tests for public metadata response in search api (margaretha,
@@ -10,7 +14,7 @@
07/08/2019
- Resolved #40 (margaretha)
15/08/2019
- - Updated the response statuses of VC PUT requests (margaretha)
+ - Updated the response statuses of VC PUT requests (margaretha)
# version 0.62
28/02/2019
diff --git a/full/pom.xml b/full/pom.xml
index 87b0b74..011c48a 100644
--- a/full/pom.xml
+++ b/full/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Kustvakt-full</artifactId>
- <version>0.62.1</version>
+ <version>0.62.2</version>
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -307,7 +307,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>5.10</version>
+ <version>[7.9,)</version>
</dependency>
<!-- OpenId -->