Skip to content

Commit

Permalink
Upgrade Spring Security to v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runeflobakk committed Dec 5, 2023
1 parent 7ff9394 commit 1344ad0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-bom</artifactId>
<version>5.8.2</version>
<version>6.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -326,13 +326,10 @@
<include>no.digipost:sdp-api-commons</include>
<include>no.digipost:sdp-xsd</include>
<include>aopalliance:aopalliance</include>
<include>com.sun.xml.wsit:wsit-rt</include>
<include>commons-codec:commons-codec</include>
<include>jaxen:jaxen</include>
<include>joda-time:joda-time</include>
<include>no.digipost:sdp-xsd</include>
<include>org.apache.commons:commons-lang3</include>
<!--include>org.apache.geronimo.specs:geronimo-javamail_1.4_spec</include-->
<include>jakarta.mail:jakarta.mail-api</include>
<include>org.apache.httpcomponents:*</include>
<include>org.apache.santuario:xmlsec</include>
Expand Down

0 comments on commit 1344ad0

Please sign in to comment.