From 38396550144677e73fce042a34657cbf1deeab42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:57:11 +0000 Subject: [PATCH] chore(deps): bump com.zaxxer:HikariCP from 5.1.0 to 6.2.1 Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.1.0 to 6.2.1. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-5.1.0...HikariCP-6.2.1) --- 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..9371c95 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.2.1" implementation "org.postgresql:postgresql:42.7.4" implementation "org.quartz-scheduler:quartz:2.3.2"