Skip to content

Commit 933586f

Browse files
fix(deps): update spring core
1 parent 21405ab commit 933586f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inventory-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.springframework</groupId>
9797
<artifactId>spring-web</artifactId>
98-
<version>5.3.30</version>
98+
<version>5.3.39</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>io.jsonwebtoken</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>org.springframework</groupId>
117117
<artifactId>spring-web</artifactId>
118-
<version>6.1.11</version>
118+
<version>6.2.6</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>org.springframework.kafka</groupId>

0 commit comments

Comments
 (0)