Skip to content

Commit 153c1bf

Browse files
committed
chore(deps): refresh deps to the latest
1 parent c0375d8 commit 153c1bf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.10.3</version>
51+
<version>2.10.6</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.1.4</version>
63+
<version>2.2.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>commons-codec</groupId>
6767
<artifactId>commons-codec</artifactId>
68-
<version>1.12</version>
68+
<version>1.14</version>
6969
</dependency>
7070
</dependencies>
7171

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<slf4jVersion>1.7.30</slf4jVersion>
1616
<junitVersion>4.12</junitVersion>
1717
<logbackVersion>1.2.3</logbackVersion>
18-
<apacheCommonsLangVersion>3.10</apacheCommonsLangVersion>
18+
<apacheCommonsLangVersion>3.11</apacheCommonsLangVersion>
1919
</properties>
2020

2121
<modules>

toolkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>javax.servlet</groupId>
6363
<artifactId>servlet-api</artifactId>
64-
<version>2.5</version>
64+
<version>3.1.0</version>
6565
<scope>provided</scope>
6666
</dependency>
6767

0 commit comments

Comments
 (0)