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'