We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9c98b commit e0fd595Copy full SHA for e0fd595
build.gradle
@@ -6,9 +6,9 @@ apply plugin: "war"
6
7
sourceCompatibility =1.8
8
targetCompatibility =1.8
9
-def springVersion ="4.3.3.RELEASE"
10
-def HibernateVersion ="5.2.2.Final"
11
-def JacksonVersion ="2.8.3"
+def springVersion ="4.3.4.RELEASE"
+def HibernateVersion ="5.2.4.Final"
+def JacksonVersion ="2.8.4"
12
13
repositories{
14
mavenLocal()
src/main/resources/Hibernate.cfg.xml
0 commit comments