Skip to content

Commit adcf6e5

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

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.4")
22-
api("com.zaxxer:HikariCP:6.0.0")
22+
api("com.zaxxer:HikariCP:6.1.0")
2323
api("ch.qos.logback:logback-classic:1.5.12")
2424
api("org.slf4j:slf4j-api:2.0.16")
2525
api("com.h2database:h2:2.3.232")

0 commit comments

Comments
 (0)