Skip to content

Commit 69ec6b3

Browse files
authored
Merge pull request #142 from nanotaboada/snyk-fix-578cab7cca65ffb9f4228e0038b0692a
[Snyk] Fix for 6 vulnerabilities
2 parents 81947de + 026ccdf commit 69ec6b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
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.4</version>
37+
<version>3.3.5</version>
3838
</dependency>
3939
<!--
4040
Spring Boot Starter Data JPA
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.springframework.boot</groupId>
4747
<artifactId>spring-boot-starter-data-jpa</artifactId>
48-
<version>3.3.1</version>
48+
<version>3.3.5</version>
4949
</dependency>
5050
<!--
5151
H2 Database Engine
@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>org.springframework.boot</groupId>
181181
<artifactId>spring-boot-starter-cache</artifactId>
182-
<version>3.3.1</version>
182+
<version>3.3.5</version>
183183
</dependency>
184184
<!--
185185
Project Lombok

0 commit comments

Comments
 (0)