Skip to content

Commit c4d474a

Browse files
committed
fix: backend/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-5777882 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-5777893
1 parent 2b8037a commit c4d474a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<java.version>17</java.version>
19-
<spring.version>3.0.5</spring.version>
19+
<spring.version>3.0.9</spring.version>
2020
<kotlin.version>1.8.21</kotlin.version>
2121
<testcontainers.version>1.17.6</testcontainers.version>
2222
<commit.hash>COMMIT_TO_CHANGE</commit.hash>

0 commit comments

Comments
 (0)