Skip to content

Commit d006fb8

Browse files
committed
Update dependencies
1 parent 87310e9 commit d006fb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.apache.santuario</groupId>
6262
<artifactId>xmlsec</artifactId>
63-
<version>2.2.0</version>
63+
<version>2.2.2</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>commons-codec</groupId>
@@ -72,13 +72,13 @@
7272
<dependency>
7373
<groupId>com.azure</groupId>
7474
<artifactId>azure-security-keyvault-keys</artifactId>
75-
<version>4.2.1</version>
75+
<version>4.2.8</version>
7676
<optional>true</optional>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.azure</groupId>
8080
<artifactId>azure-identity</artifactId>
81-
<version>1.0.9</version>
81+
<version>1.3.0</version>
8282
<optional>true</optional>
8383
</dependency>
8484
</dependencies>

toolkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>org.apache.santuario</groupId>
8383
<artifactId>xmlsec</artifactId>
84-
<version>2.2.0</version>
84+
<version>2.2.2</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)