Skip to content

Commit 309589d

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-7687447
1 parent 6e28bbd commit 309589d

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
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.springframework.boot</groupId>
3636
<artifactId>spring-boot-starter-web</artifactId>
37-
<version>3.3.1</version>
37+
<version>3.3.3</version>
3838
</dependency>
3939
<!--
4040
Spring Boot Starter Data JPA

0 commit comments

Comments
 (0)