Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit bbbefcf

Browse files
Resolve CVEs
Resolve CVEs
2 parents 12e8ba1 + 6815c36 commit bbbefcf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -264,27 +264,27 @@
264264
<dependency>
265265
<groupId>org.springframework</groupId>
266266
<artifactId>spring-web</artifactId>
267-
<version>5.3.23</version>
267+
<version>5.3.29</version>
268268
</dependency>
269269
<dependency>
270270
<groupId>org.springframework</groupId>
271271
<artifactId>spring-beans</artifactId>
272-
<version>5.3.23</version>
272+
<version>5.3.29</version>
273273
</dependency>
274274
<dependency>
275275
<groupId>org.springframework</groupId>
276276
<artifactId>spring-webmvc</artifactId>
277-
<version>5.3.23</version>
277+
<version>5.3.29</version>
278278
</dependency>
279279
<dependency>
280280
<groupId>org.springframework</groupId>
281281
<artifactId>spring-core</artifactId>
282-
<version>5.3.23</version>
282+
<version>5.3.29</version>
283283
</dependency>
284284
<dependency>
285285
<groupId>org.springframework.boot</groupId>
286286
<artifactId>spring-boot-autoconfigure</artifactId>
287-
<version>2.7.5</version>
287+
<version>2.7.14</version>
288288
</dependency>
289289
<dependency>
290290
<groupId>org.springframework</groupId>
@@ -314,7 +314,7 @@
314314
<dependency>
315315
<groupId>org.yaml</groupId>
316316
<artifactId>snakeyaml</artifactId>
317-
<version>1.33</version>
317+
<version>2.0</version>
318318
</dependency>
319319
<dependency>
320320
<groupId>com.google.protobuf</groupId>
@@ -324,7 +324,7 @@
324324
<dependency>
325325
<groupId>com.google.guava</groupId>
326326
<artifactId>guava</artifactId>
327-
<version>31.1-jre</version>
327+
<version>32.0.1-jre</version>
328328
</dependency>
329329
<dependency>
330330
<groupId>org.eclipse.jetty</groupId>

0 commit comments

Comments
 (0)