Repository: tapestry-5 Updated Branches: refs/heads/5.3 ae82c7b8c -> 4177fd7d7
update to newer javassist, jetty and explicitly require jdk 1.6 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/4177fd7d Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/4177fd7d Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/4177fd7d Branch: refs/heads/5.3 Commit: 4177fd7d7911a0dffe76f4f18bbc6a426f38bfda Parents: ae82c7b Author: kaosko <[email protected]> Authored: Fri Dec 12 16:43:39 2014 +0000 Committer: kaosko <[email protected]> Committed: Fri Dec 12 16:43:39 2014 +0000 ---------------------------------------------------------------------- build.gradle | 8 ++++---- tapestry-ioc/build.gradle | 2 +- tapestry-test/build.gradle | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/4177fd7d/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 15ac832..c04c049 100644 --- a/build.gradle +++ b/build.gradle @@ -9,8 +9,8 @@ apply from: "md5.gradle" project.ext.versions = [ // Remember that when generating a release, this should be incremented. Also don"t forget to // tag the release in Git. - tapestry: "5.3.8", - jetty: "7.0.0.v20091005", + tapestry: "5.3.9", + jetty: "7.6.9.v20130131", tomcat: "6.0.30", testng: "5.14.10", easymock: "3.0", @@ -126,8 +126,8 @@ subprojects { apply plugin: "maven" apply plugin: "project-report" - sourceCompatibility = "1.5" - targetCompatibility = "1.5" + sourceCompatibility = "1.6" + targetCompatibility = "1.6" // See http://jira.codehaus.org/browse/GRADLE-784 http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/4177fd7d/tapestry-ioc/build.gradle ---------------------------------------------------------------------- diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle index c54b3d7..bd42402 100644 --- a/tapestry-ioc/build.gradle +++ b/tapestry-ioc/build.gradle @@ -4,7 +4,7 @@ dependencies { compile project(':tapestry-func') compile project(':tapestry5-annotations') compile project(":plastic") - compile "javassist:javassist:3.12.1.GA" + compile "org.javassist:javassist:3.18.2-GA" provided project(':tapestry-test') http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/4177fd7d/tapestry-test/build.gradle ---------------------------------------------------------------------- diff --git a/tapestry-test/build.gradle b/tapestry-test/build.gradle index 8214e97..1c83cda 100644 --- a/tapestry-test/build.gradle +++ b/tapestry-test/build.gradle @@ -1,6 +1,6 @@ description = "Utilities for unit and integration testing of Tapestry applications" -versions.selenium = '2.26.0' +versions.selenium = '2.44.0' dependencies { compile "org.seleniumhq.selenium:selenium-java:${versions.selenium}"
