Skip to content

Commit 46c29d2

Browse files
committed
Update dependencies. xmlsec version was vulnerable See CVE-2019-12400
1 parent 4cd8543 commit 46c29d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>joda-time</groupId>
5050
<artifactId>joda-time</artifactId>
51-
<version>2.9.4</version>
51+
<version>2.10.3</version>
5252
</dependency>
5353

5454
<!-- commons -->
@@ -60,12 +60,12 @@
6060
<dependency>
6161
<groupId>org.apache.santuario</groupId>
6262
<artifactId>xmlsec</artifactId>
63-
<version>2.0.7</version>
63+
<version>2.1.4</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>commons-codec</groupId>
6767
<artifactId>commons-codec</artifactId>
68-
<version>1.10</version>
68+
<version>1.12</version>
6969
</dependency>
7070
</dependencies>
7171

toolkit/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>joda-time</groupId>
7171
<artifactId>joda-time</artifactId>
72-
<version>2.9.4</version>
72+
<version>2.10.3</version>
7373
</dependency>
7474

7575
<!-- commons -->
@@ -81,12 +81,12 @@
8181
<dependency>
8282
<groupId>org.apache.santuario</groupId>
8383
<artifactId>xmlsec</artifactId>
84-
<version>2.0.7</version>
84+
<version>2.1.4</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>commons-codec</groupId>
8888
<artifactId>commons-codec</artifactId>
89-
<version>1.10</version>
89+
<version>1.12</version>
9090
</dependency>
9191
</dependencies>
9292

0 commit comments

Comments
 (0)