Skip to content

Commit f917f53

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGHIBERNATE-15038759
1 parent 1ac64e0 commit f917f53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@
8383
<dependency>
8484
<groupId>org.hibernate</groupId>
8585
<artifactId>hibernate-core</artifactId>
86-
<version>5.1.0.Final</version>
86+
<version>5.3.38.Final</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.hibernate</groupId>
9090
<artifactId>hibernate-entitymanager</artifactId>
91-
<version>5.1.0.Final</version>
91+
<version>5.3.38.Final</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.mariadb.jdbc</groupId>

0 commit comments

Comments
 (0)