Skip to content

Commit

Permalink
fix: marshalsec/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 21, 2024
1 parent cb7b66f commit 60f57cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions marshalsec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,19 +185,19 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.3.18</version>
<version>6.1.14</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.7.RELEASE</version>
<version>6.1.14</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>4.3.7.RELEASE</version>
<version>6.1.14</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 60f57cf

Please sign in to comment.