You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ka...@apache.org on 2014/12/12 00:50:31 UTC

tapestry-5 git commit: Update javassist version to org.javassist:javassist:3.18.2-GA for Java 8 compatibility

Repository: tapestry-5
Updated Branches:
  refs/heads/5.3 c2db45f32 -> ae82c7b8c


Update javassist version to org.javassist:javassist:3.18.2-GA for Java 8 compatibility


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

Branch: refs/heads/5.3
Commit: ae82c7b8c06d70bf8720043bbc848aefdfca2c2d
Parents: c2db45f
Author: kaosko <ka...@apache.org>
Authored: Thu Dec 11 23:50:30 2014 +0000
Committer: kaosko <ka...@apache.org>
Committed: Thu Dec 11 23:50:30 2014 +0000

----------------------------------------------------------------------
 tapestry-hibernate-core/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ae82c7b8/tapestry-hibernate-core/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-hibernate-core/build.gradle b/tapestry-hibernate-core/build.gradle
index c7f738a..e40a7e4 100644
--- a/tapestry-hibernate-core/build.gradle
+++ b/tapestry-hibernate-core/build.gradle
@@ -12,7 +12,7 @@ dependencies {
   runtime "geronimo-spec:geronimo-spec-jta:1.0-M1"  
   runtime "antlr:antlr:2.7.6"
   runtime "dom4j:dom4j:1.6.1"
-  runtime "javassist:javassist:3.12.1.GA"
+  runtime "org.javassist:javassist:3.18.2-GA"
   
     
   testCompile project(':tapestry-test')