Skip to content

Commit 86db300

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSCOLLECTIONS-472711
1 parent a1435f4 commit 86db300

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
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.hibernate</groupId>
3434
<artifactId>hibernate-core</artifactId>
35-
<version>4.0.1.Final</version>
35+
<version>4.1.1.Final</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)