Skip to content

Commit 62192a4

Browse files
committed
Use latest 5.x Spring dependnecy
There was a high vuln in the 5.3.28 and 6.x has breaking changes. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent e4734f0 commit 62192a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
<!-- Dependency versions: -->
7575
<com.fasterxml.jackson.version>2.16.1</com.fasterxml.jackson.version>
76-
<org.springframework.version>5.3.28</org.springframework.version>
76+
<org.springframework.version>5.3.29</org.springframework.version>
7777
<org.mockito.version>5.9.0</org.mockito.version>
7878
</properties>
7979

0 commit comments

Comments
 (0)