From fb40ec1eb043af7e3f2992b383ebfa8dd4e6765d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 08:50:33 +0000 Subject: [PATCH] Bump com.zaxxer:HikariCP from 6.0.0 to 6.2.0 in /prime-router Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 6.0.0 to 6.2.0. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-6.0.0...HikariCP-6.2.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 66f83c3a1f8..f4ee29da5a3 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -923,7 +923,7 @@ dependencies { implementation("commons-codec:commons-codec:1.17.1") implementation("commons-io:commons-io:2.17.0") implementation("org.postgresql:postgresql:42.7.4") - implementation("com.zaxxer:HikariCP:6.0.0") + implementation("com.zaxxer:HikariCP:6.2.0") implementation("org.flywaydb:flyway-core:10.18.2") implementation("org.flywaydb:flyway-database-postgresql:10.18.2") implementation("org.commonmark:commonmark:0.24.0")