Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
fe0581ae28
fix: upgrade org.hibernate:hibernate-entitymanager from 4.3.8.Final to 4.3.11.Final
Snyk has created this PR to upgrade org.hibernate:hibernate-entitymanager from 4.3.8.Final to 4.3.11.Final.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.hibernate/hibernate-entitymanager/

See this project in Snyk:
https://app.snyk.io/org/andrewso/project/383fdf55-5ff5-4137-a86a-81796b0be778?utm_source=github&utm_medium=upgrade-pr
2020-12-08 04:53:11 +00:00

View File

@ -64,7 +64,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>4.3.8.Final</version>
<version>4.3.11.Final</version>
</dependency>
<!-- GraghQL -->