From d9e8a1287dedba540062e4a906c191f55f290f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 06:47:17 +0000 Subject: [PATCH] chore(deps): bump com.zaxxer:HikariCP from 5.1.0 to 6.3.0 Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.1.0 to 6.3.0. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-5.1.0...HikariCP-6.3.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c070e5..326e792 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation "org.flywaydb:flyway-core:11.1.0" implementation "org.flywaydb:flyway-database-postgresql:10.18.0" implementation "org.ktorm:ktorm-core:4.1.1" - implementation "com.zaxxer:HikariCP:5.1.0" + implementation "com.zaxxer:HikariCP:6.3.0" implementation "org.postgresql:postgresql:42.7.4" implementation "org.quartz-scheduler:quartz:2.3.2"