Skip to content

Commit 3f3f822

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539866 - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539867 - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539865
1 parent bf231c0 commit 3f3f822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>org.springframework.boot</groupId>
181181
<artifactId>spring-boot-starter-cache</artifactId>
182-
<version>3.3.5</version>
182+
<version>3.3.7</version>
183183
</dependency>
184184
<!--
185185
Project Lombok

0 commit comments

Comments
 (0)