Skip to content

Commit a40ef04

Browse files
Bump com.zaxxer:HikariCP from 7.0.1 to 7.0.2 (#303)
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 7.0.1 to 7.0.2. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-7.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-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71a66f7 commit a40ef04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-internal-bom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
api("org.liquibase:liquibase-core:4.33.0")
2626
api("com.github.blagerweij:liquibase-sessionlock:1.6.9")
2727
api("org.awaitility:awaitility:4.3.0")
28-
api("com.zaxxer:HikariCP:7.0.1")
28+
api("com.zaxxer:HikariCP:7.0.2")
2929
api("org.postgresql:postgresql:42.7.7")
3030
}
3131
}

0 commit comments

Comments
 (0)