Skip to content

Commit

Permalink
updated Spring Security to 5.6.2, Spring LDAP to 2.3.6, Nimbus JWT to…
Browse files Browse the repository at this point in the history
… 9.21
  • Loading branch information
albogdano committed Mar 18, 2022
1 parent 6f192bd commit 35f5b87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions para-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<name>para-server</name>

<properties>
<springSecVer>5.6.1</springSecVer>
<springLdapVer>2.3.5.RELEASE</springLdapVer>
<springSecVer>5.6.2</springSecVer>
<springLdapVer>2.3.6.RELEASE</springLdapVer>
</properties>

<dependencies>
Expand Down Expand Up @@ -234,7 +234,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.19</version>
<version>9.21</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
Expand Down

0 comments on commit 35f5b87

Please sign in to comment.