From f37b30697579b63f7e4b3e447938bb90fe430fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 08:15:31 +0000 Subject: [PATCH] Bump com.zaxxer:HikariCP from 3.4.1 to 6.3.0 in /SimpleAPI Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 3.4.1 to 6.3.0. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-3.4.1...HikariCP-6.3.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- SimpleAPI/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleAPI/pom.xml b/SimpleAPI/pom.xml index ecfd55f..dec00a6 100644 --- a/SimpleAPI/pom.xml +++ b/SimpleAPI/pom.xml @@ -201,7 +201,7 @@ com.zaxxer HikariCP - 3.4.1 + 6.3.0 compile