Skip to content

Commit bcceddb

Browse files
Bump com.zaxxer:HikariCP from 6.3.1 to 7.0.0 (#357)
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 6.3.1 to 7.0.0. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-6.3.1...HikariCP-7.0.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4709ed commit bcceddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-bom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
constraints {
2020
api("com.google.code.findbugs:jsr305:3.0.2")
2121
api("org.postgresql:postgresql:42.7.7")
22-
api("com.zaxxer:HikariCP:6.3.1")
22+
api("com.zaxxer:HikariCP:7.0.0")
2323
api("ch.qos.logback:logback-classic:1.5.18")
2424
api("org.slf4j:slf4j-api:2.0.17")
2525
api("com.h2database:h2:2.3.232")

0 commit comments

Comments
 (0)