Skip to content

Commit

Permalink
AUT-1716 Update dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marten332 committed Mar 20, 2024
1 parent 60c62b2 commit c35bc40
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
18 changes: 6 additions & 12 deletions eidas-client-opensaml-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<artifactId>eidas-client-opensaml-extension</artifactId>

<properties>
<bouncycastle.version>1.76</bouncycastle.version>
<bouncycastle.version>1.77</bouncycastle.version>
<commons-collections4.version>4.4</commons-collections4.version>
<guava.version>32.1.3-jre</guava.version>
<jose4j.version>0.9.3</jose4j.version>
<guava.version>33.1.0-jre</guava.version>
<jose4j.version>0.9.6</jose4j.version>
<!-- TODO AUT-908 Upgrade to OpenSAML 4.x -->
<opensaml.version>3.4.6</opensaml.version>
<!-- TODO 2.x isn't compatible with Java 8. -->
Expand All @@ -25,14 +25,13 @@
<shibboleth-java-support.version>7.5.2</shibboleth-java-support.version>
<!-- TODO 6.x isn't compatible with Java 8. -->
<shibboleth-spring-extensions.version>5.4.2</shibboleth-spring-extensions.version>
<shiro.version>1.12.0</shiro.version>
<xmlsec.version>3.0.3</xmlsec.version><!-- TODO Does it work with >= 4.x ? -->
<!-- TODO 2.x isn't compatible with Java 8. -->
<shiro.version>1.13.0</shiro.version>
<xmlsec.version>3.0.4</xmlsec.version><!-- TODO Does it work with >= 4.x ? -->

<!-- Fix CVE-2020-13936 by replacing velocity with new version of velocity-engine-core.
TODO Remove this property after upgrading opensaml-saml-impl.-->
<velocity.version>2.3</velocity.version>
<!-- Using newer version of woodstox-core than xmlsec's default to fix vulnerability CVE-2022-40152 -->
<woodstox.version>6.5.1</woodstox.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -129,11 +128,6 @@
<artifactId>xmlsec</artifactId>
<version>${xmlsec.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>${woodstox.version}</version>
</dependency>

<!-- hazelcast and it's custom content protection -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion eidas-client-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</profiles>

<properties>
<wiremock.version>2.35.1</wiremock.version> <!-- TODO Upgrade to >=3.0.1 after Spring Boot is upgraded to 3.x which includes jetty >= 11.0.12 -->
<wiremock.version>2.35.2</wiremock.version> <!-- TODO Upgrade to >=3.0.1 after Spring Boot is upgraded to 3.x which includes jetty >= 11.0.12 -->
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.17</version>
<version>2.7.18</version>
</parent>

<dependencies>
Expand Down

0 comments on commit c35bc40

Please sign in to comment.