Repository: logging-log4j2 Updated Branches: refs/heads/master 0bca4ca03 -> 6a1339b80
Upgrade H2 and HSQL for integration tests Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/230e9530 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/230e9530 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/230e9530 Branch: refs/heads/master Commit: 230e95303090dc10fc3362350a94f697722db744 Parents: 0bca4ca Author: Matt Sicker <[email protected]> Authored: Sat Jan 7 03:23:20 2017 -0600 Committer: Matt Sicker <[email protected]> Committed: Sat Jan 7 03:23:20 2017 -0600 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/230e9530/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index af4a571..9470700 100644 --- a/pom.xml +++ b/pom.xml @@ -710,12 +710,12 @@ <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> - <version>2.3.3</version> + <version>2.3.4</version> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.3.176</version> + <version>1.4.193</version> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId>
