From 5ddbb4f09fd6d94da944e6b47595229074eb3658 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:33:42 +0000 Subject: [PATCH] fix(deps): update dependency com.zaxxer:hikaricp to v6 --- demo/pom.xml | 2 +- with-pool/hikaricp/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/pom.xml b/demo/pom.xml index 9c9934f..1c296f6 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -69,7 +69,7 @@ com.zaxxer HikariCP - 4.0.3 + 6.2.1 diff --git a/with-pool/hikaricp/pom.xml b/with-pool/hikaricp/pom.xml index f051b52..8ab8855 100644 --- a/with-pool/hikaricp/pom.xml +++ b/with-pool/hikaricp/pom.xml @@ -74,7 +74,7 @@ com.zaxxer HikariCP - 4.0.3 + 6.2.1 true compile