You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2014/09/02 17:18:40 UTC

git commit: TAP5-2381: Upgrade hibernate to version 4.3.6.Final

Repository: tapestry-5
Updated Branches:
  refs/heads/master e2eced130 -> bc436140f


TAP5-2381: Upgrade hibernate to version 4.3.6.Final


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/bc436140
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/bc436140
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/bc436140

Branch: refs/heads/master
Commit: bc436140f00e9866520a9d353787546779f98294
Parents: e2eced1
Author: fscheffer <ma...@felix-scheffer.de>
Authored: Tue Sep 2 15:45:29 2014 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Tue Sep 2 17:18:02 2014 +0200

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/bc436140/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 797244e..46c68d9 100755
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@ project.ext.versions = [
     easymock: "3.0",
     servletapi: "2.5",
     spock: "0.7-groovy-2.0",
-    hibernate: "4.3.1.Final",
+    hibernate: "4.3.6.Final",
     groovy: "2.0.6",
     slf4j: "1.7.7",
     wro4j: "1.7.0",