From 7110033664dec85060e16a68ed92d4760f75688d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 21:10:05 +0000 Subject: [PATCH] Bump com.zaxxer:HikariCP from 5.0.1 to 7.0.2 Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.0.1 to 7.0.2. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-5.0.1...HikariCP-7.0.2) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-version: 7.0.2 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 ae59870..4e310f0 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ subprojects { compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion" compile "org.springframework.boot:spring-boot-starter-cache:$springBootVersion" compile "org.springframework.boot:spring-boot-starter-data-jpa:$springBootVersion" - compile 'com.zaxxer:HikariCP:5.0.1' + compile 'com.zaxxer:HikariCP:7.0.2' compile 'mysql:mysql-connector-java:5.1.40' // compile "org.springframework.boot:spring-boot-devtools:$springBootVersion" compile 'org.apache.commons:commons-lang3:3.8.1'