From 1795b321215df4a6869bd55283839c4ce2139f3e Mon Sep 17 00:00:00 2001 From: akwizgran Date: Fri, 30 Jun 2017 12:36:23 +0100 Subject: [PATCH] Downgrade H2 to 1.4.192. --- bramble-core/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bramble-core/build.gradle b/bramble-core/build.gradle index 565deb026..65c82c1d8 100644 --- a/bramble-core/build.gradle +++ b/bramble-core/build.gradle @@ -12,7 +12,7 @@ apply plugin: 'witness' dependencies { compile project(':bramble-api') compile 'com.madgag.spongycastle:core:1.56.0.0' - compile 'com.h2database:h2:1.4.196' + compile 'com.h2database:h2:1.4.192' // This is the last version that supports Java 1.6 compile 'org.bitlet:weupnp:0.1.4' testCompile project(path: ':bramble-api', configuration: 'testOutput') @@ -21,7 +21,7 @@ dependencies { dependencyVerification { verify = [ 'com.madgag.spongycastle:core:5e791b0eaa9e0c4594231b44f616a52adddb7dccedeb0ad9ad74887e19499a23', - 'com.h2database:h2:0a05f4a0d5b85840148aadce63a423b5d3c36ef44756389b4faad08d2733faf5', + 'com.h2database:h2:225b22e9857235c46c93861410b60b8c81c10dc8985f4faf188985ba5445126c', 'org.bitlet:weupnp:88df7e6504929d00bdb832863761385c68ab92af945b04f0770b126270a444fb', ] }