Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 23, 2024
1 parent 05934af commit 1e6076c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>war</packaging>

<properties>
<spring.version>5.3.34</spring.version>
<spring.version>6.1.14</spring.version>
<hibernate.version>5.6.15.Final</hibernate.version>
</properties>

Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>2.7.18</version>
<version>3.2.11</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1e6076c

Please sign in to comment.