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 <[email protected]> Authored: Thu Dec 11 23:50:30 2014 +0000 Committer: kaosko <[email protected]> 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')
