Repository: tapestry-5 Updated Branches: refs/heads/master 60b086ad6 -> 7cacb7c6a
TAP5-2588: upgrade hibernate to 5.1.1.Final and jboss-logging to 3.1.0.GA This fixes "java.lang.NoSuchMethodError: org.hibernate.internal.CoreMessageLogger.debugf" error seen by some apps with 5.5-alpha-11 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/352742d5 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/352742d5 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/352742d5 Branch: refs/heads/master Commit: 352742d5adcf5c2d867aff75611ee0ce32c82676 Parents: 60b086a Author: Bob Harner <[email protected]> Authored: Sat Oct 27 17:26:41 2018 -0400 Committer: Bob Harner <[email protected]> Committed: Sat Oct 27 17:26:41 2018 -0400 ---------------------------------------------------------------------- build.gradle | 2 +- tapestry-hibernate/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/352742d5/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index a19d0d5..ea5382b 100755 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ project.ext.versions = [ easymock: "3.3.1", servletapi: "3.0.1", spock: "1.1-groovy-2.4", - hibernate: "5.1.0.Final", + hibernate: "5.1.1.Final", slf4j: "1.7.25", geb: "2.0", selenium: "3.12.0" http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/352742d5/tapestry-hibernate/build.gradle ---------------------------------------------------------------------- diff --git a/tapestry-hibernate/build.gradle b/tapestry-hibernate/build.gradle index 37b54dc..2cdc43f 100644 --- a/tapestry-hibernate/build.gradle +++ b/tapestry-hibernate/build.gradle @@ -3,7 +3,7 @@ description = "Provides support for simple CRUD applications built on top of Tap dependencies { compile project(':tapestry-core') compile project(':tapestry-hibernate-core') - compile "org.jboss.logging:jboss-logging:3.1.0.GA" + compile "org.jboss.logging:jboss-logging:3.3.0.Final" testCompile project(':tapestry-test')
