Skip to content

Commit

Permalink
[pac4j-saml] Upgrade to velocity core engine 2.3 (#1992)
Browse files Browse the repository at this point in the history
Refs #1970
  • Loading branch information
joschi committed Aug 27, 2021
1 parent cbd73bc commit c1ab3e1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pac4j-saml/pom.xml
Expand Up @@ -15,12 +15,9 @@
<properties>
<opensaml.version>4.0.1</opensaml.version>
<joda-time.version>2.10.6</joda-time.version>
<velocity.version>2.2</velocity.version>
<velocity.version>2.3</velocity.version>
<xmlsectool.version>2.0.0</xmlsectool.version>
<xmlsec.version>2.2.0</xmlsec.version>
<!-- The dependency to commons-collections 3.2.2 is explicitly made to replace 3.2.1 (vulnerable) used by
velocity 1.7. It can be removed as soon as velocity 1.7 is not used anymore-->
<commons-collections.version>3.2.2</commons-collections.version>
<cryptacular.version>1.2.4</cryptacular.version>
<!-- This version is used to override the version xmlsectool depends on. it should be compatible -->
<httpcore.version>4.4.13</httpcore.version>
Expand Down Expand Up @@ -147,11 +144,6 @@
<artifactId>velocity-engine-core</artifactId>
<version>${velocity.version}</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${commons-collections.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand Down

0 comments on commit c1ab3e1

Please sign in to comment.