Skip to content

Commit 26741e1

Browse files
Bump com.zaxxer:HikariCP from 7.0.1 to 7.0.2 (#363)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Vakhrushev <mfvanek@gmail.com>
1 parent ce31751 commit 26741e1

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:7.0.1")
22+
api("com.zaxxer:HikariCP:7.0.2")
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)