From 05a9b092b51be50df71686edec82b521e9aaac16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 23:16:03 +0000 Subject: [PATCH 1/2] Bump com.zaxxer:HikariCP from 7.0.2 to 7.1.0 Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 7.0.2 to 7.1.0. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-7.0.2...HikariCP-7.1.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 276e6f619a..70b1a44a45 100644 --- a/pom.xml +++ b/pom.xml @@ -1348,7 +1348,7 @@ under the License. com.zaxxer HikariCP - 7.0.2 + 7.1.0 From 0b99f2d853e9c627e1fd7ef36bad290afc972586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Chicchiricc=C3=B2?= Date: Thu, 18 Jun 2026 08:31:39 +0200 Subject: [PATCH 2/2] No need to declare HikariCP, stick with Spring Boot's --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 70b1a44a45..fa664655ad 100644 --- a/pom.xml +++ b/pom.xml @@ -1345,12 +1345,6 @@ under the License. 2.0.0 - - com.zaxxer - HikariCP - 7.1.0 - - io.zonky.test embedded-postgres