summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas <>2022-01-08 19:32:41 +0100
committerThomas <>2022-01-08 19:32:41 +0100
commitd7f9aa156ad76e5ddaf797a16f1155c37594bd91 (patch)
treec3f3597857b951de1bf3e4049994386f39ac80d6 /pom.xml
parentfd180163aeb69bd5594d9a593357c151419a5a78 (diff)
downloadEAAF-Components-d7f9aa156ad76e5ddaf797a16f1155c37594bd91.tar.gz
EAAF-Components-d7f9aa156ad76e5ddaf797a16f1155c37594bd91.tar.bz2
EAAF-Components-d7f9aa156ad76e5ddaf797a16f1155c37594bd91.zip
chore(core): update third-party libs
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 30f95205..5f3bc9d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,13 +47,13 @@
<io.grpc-core.version>1.41.0</io.grpc-core.version>
<!-- Other third-party libs -->
- <spring-boot-starter-web.version>2.5.6</spring-boot-starter-web.version>
- <org.springframework.version>5.3.12</org.springframework.version>
+ <spring-boot-starter-web.version>2.6.2</spring-boot-starter-web.version>
+ <org.springframework.version>5.3.14</org.springframework.version>
<org.opensaml.version>3.4.6</org.opensaml.version>
<org.apache.santuario.xmlsec.version>2.3.0</org.apache.santuario.xmlsec.version>
<org.cryptacular.version>1.2.4</org.cryptacular.version>
- <org.bouncycastle.bcprov-jdk15to18.version>1.69</org.bouncycastle.bcprov-jdk15to18.version>
- <org.bouncycastle.bctls-jdk15to18.version>1.69</org.bouncycastle.bctls-jdk15to18.version>
+ <org.bouncycastle.bcprov-jdk15to18.version>1.70</org.bouncycastle.bcprov-jdk15to18.version>
+ <org.bouncycastle.bctls-jdk15to18.version>1.70</org.bouncycastle.bctls-jdk15to18.version>
<org.slf4j.version>1.7.32</org.slf4j.version>
<log4j.version>2.17.1</log4j.version>
@@ -76,9 +76,9 @@
<org.owasp.encoder.version>1.2.3</org.owasp.encoder.version>
<httpclient.version>4.5.13</httpclient.version>
- <httpcore.version>4.4.14</httpcore.version>
+ <httpcore.version>4.4.15</httpcore.version>
- <com.fasterxml.jackson.core.version>2.13.0</com.fasterxml.jackson.core.version>
+ <com.fasterxml.jackson.core.version>2.13.1</com.fasterxml.jackson.core.version>
<org.bitbucket.b_c.jose4j.version>0.7.9</org.bitbucket.b_c.jose4j.version>
<jaxen.jaxen.version>1.1.6</jaxen.jaxen.version>
@@ -86,9 +86,9 @@
<xalan.version>2.7.1</xalan.version>
<!-- jUnit testing -->
- <surefire.version>2.22.1</surefire.version>
+ <surefire.version>2.22.2</surefire.version>
<junit-jupiter-api.version>5.8.2</junit-jupiter-api.version>
- <com.squareup.okhttp3.version>4.4.1</com.squareup.okhttp3.version>
+ <com.squareup.okhttp3.version>4.9.3</com.squareup.okhttp3.version>
<org.powermock.version>2.0.9</org.powermock.version>
<!-- Code helper plug-ins -->