Skip to content

Commit 875f2f3

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-15062482
1 parent 107b30f commit 875f2f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.springframework.boot</groupId>
4848
<artifactId>spring-boot-starter-web</artifactId>
49-
<version>3.4.1</version>
49+
<version>3.5.10</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)