From 47f1b7b8abe09a74e60810bbc24d8cdb9a668cb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 23:52:04 +0000 Subject: [PATCH] fix(deps): update dependency com.zaxxer:hikaricp to v6.3.0 --- 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 1c296f6..38b1c8b 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -69,7 +69,7 @@ com.zaxxer HikariCP - 6.2.1 + 6.3.0 diff --git a/with-pool/hikaricp/pom.xml b/with-pool/hikaricp/pom.xml index 8ab8855..e843ec8 100644 --- a/with-pool/hikaricp/pom.xml +++ b/with-pool/hikaricp/pom.xml @@ -74,7 +74,7 @@ com.zaxxer HikariCP - 6.2.1 + 6.3.0 true compile