Skip to content

Commit 06056e6

Browse files
committed
Upgrade to JavaMail 1.5.5 and Hibernate ORM 5.0.6
1 parent 2e6eb61 commit 06056e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ configure(allprojects) { project ->
4242
ext.hamcrestVersion = "1.3"
4343
ext.hibernate3Version = "3.6.10.Final"
4444
ext.hibernate4Version = "4.3.11.Final"
45-
ext.hibernate5Version = "5.0.5.Final"
45+
ext.hibernate5Version = "5.0.6.Final"
4646
ext.hibval4Version = "4.3.2.Final"
4747
ext.hibval5Version = "5.2.2.Final"
4848
ext.hsqldbVersion = "2.3.3"
@@ -51,7 +51,7 @@ configure(allprojects) { project ->
5151
ext.httpclientVersion = "4.5.1"
5252
ext.jackson2Version = "2.6.4"
5353
ext.jasperreportsVersion = "6.2.0"
54-
ext.javamailVersion = "1.5.4"
54+
ext.javamailVersion = "1.5.5"
5555
ext.jettyVersion = "9.3.6.v20151106"
5656
ext.jodaVersion = "2.9.1"
5757
ext.jrubyVersion = "1.7.23" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)

0 commit comments

Comments
 (0)