Repository: logging-log4j2 Updated Branches: refs/heads/master 190136c61 -> 60e96d7c1
[LOG4J2-2262] Update JDBC and JPA tests from hsqldb 2.3.5 (Java 7) to 2.4.0 (Java 8.) Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/60e96d7c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/60e96d7c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/60e96d7c Branch: refs/heads/master Commit: 60e96d7c1e3720cc1b21057a2d03e82a61055eef Parents: 190136c Author: Gary Gregory <garydgreg...@gmail.com> Authored: Tue Feb 20 09:22:36 2018 -0700 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Tue Feb 20 09:22:36 2018 -0700 ---------------------------------------------------------------------- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/60e96d7c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 07cccf6..e1ee3d2 100644 --- a/pom.xml +++ b/pom.xml @@ -704,8 +704,7 @@ <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> - <version>2.3.5</version> - <!-- version 2.4.0 requires Java 8 --> + <version>2.4.0</version> </dependency> <dependency> <groupId>com.h2database</groupId>