From 23bfcfe6c0f2553e5ad478d73cb3c68bc93563d6 Mon Sep 17 00:00:00 2001 From: chriscochrane Date: Mon, 28 Oct 2024 14:33:37 +0000 Subject: [PATCH 1/2] Upgrade Hikari --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7cf3adb4bd..ffddb62294 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ buildscript { ext.jsr305_version = constants.getProperty("jsr305Version") ext.shiro_version = '1.10.0' ext.artifactory_plugin_version = constants.getProperty('artifactoryPluginVersion') - ext.hikari_version = '3.3.1' + ext.hikari_version = '4.0.3' ext.liquibase_version = '3.6.3' ext.artifactory_contextUrl = 'https://software.r3.com/artifactory' ext.publicArtifactURL = 'https://download.corda.net/maven' From 41b19f7c578c3495f61244bbc3489275813287de Mon Sep 17 00:00:00 2001 From: chriscochrane Date: Wed, 30 Oct 2024 10:09:40 +0000 Subject: [PATCH 2/2] Hikari upgrade --- constants.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.properties b/constants.properties index 90a9a495d9..8e90d4291a 100644 --- a/constants.properties +++ b/constants.properties @@ -87,7 +87,7 @@ dependencyCheckerVersion=5.2.0 commonsCollectionsVersion=4.3 beanutilsVersion=1.9.4 shiroVersion=1.10.0 -hikariVersion=3.3.1 +hikariVersion=4.0.3 liquibaseVersion=3.6.3 dockerComposeRuleVersion=1.5.0 seleniumVersion=3.141.59