Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
fix(deps): update spring ws to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2022
1 parent 65f6cd7 commit f69af78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>2.4.7.RELEASE</version>
<version>4.0.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand All @@ -303,7 +303,7 @@
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-security</artifactId>
<version>2.4.7.RELEASE</version>
<version>4.0.0</version>
<exclusions>
<exclusion>
<groupId>com.sun.xml.wss</groupId>
Expand Down

0 comments on commit f69af78

Please sign in to comment.