Skip to content

Commit

Permalink
missed a few dependency upgrades, cxf, spring core / security
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmckinney committed Dec 12, 2021
1 parent cd6dee1 commit 8b94034
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -30,7 +30,7 @@
<groupId>org.apache.directory.fortress</groupId>
<artifactId>fortress-rest</artifactId>
<packaging>war</packaging>
<version>2.0.8-SNAPSHOT</version>
<version>2.0.7-SNAPSHOT</version>
<name>Apache Fortress Rest</name>
<url>https://directory.apache.org/fortress/</url>
<description>Fortress Rest provides a RESTful implementation of the ANSI INCITS 350 RBAC Specification</description>
Expand Down Expand Up @@ -104,7 +104,7 @@
<java.version>1.8</java.version>
<!-- Dependencies version -->
<fortress.realm.version>2.0.7</fortress.realm.version>
<cxf.version>3.4.4</cxf.version>
<cxf.version>3.4.5</cxf.version>
<httpclient.version>3.1</httpclient.version>
<java.version>1.8</java.version>
<javadoc.version>2.9.1</javadoc.version>
Expand Down Expand Up @@ -161,13 +161,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.3.8</version>
<version>5.3.13</version>
</dependency>

<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.5.1</version>
<version>5.6.0</version>
</dependency>

<!-- Logging Dependencies -->
Expand Down

0 comments on commit 8b94034

Please sign in to comment.