Skip to content

Commit 604ce93

Browse files
committed
fix: Testing/PluralSight/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230364 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230365
1 parent badc69e commit 604ce93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Testing/PluralSight/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<dependency>
4040
<groupId>org.springframework</groupId>
4141
<artifactId>spring-beans</artifactId>
42-
<version>6.1.13</version>
42+
<version>6.1.14</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.springframework</groupId>
4646
<artifactId>spring-context</artifactId>
47-
<version>6.1.13</version>
47+
<version>6.1.14</version>
4848
</dependency>
4949
</dependencies>
5050

0 commit comments

Comments
 (0)