Skip to content

Commit fd0af9d

Browse files
chore(deps): bump com.zaxxer:HikariCP from 6.2.1 to 6.3.0 (#22)
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 6.2.1 to 6.3.0. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-6.2.1...HikariCP-6.3.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0929d1d commit fd0af9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val junitJupiterVersion = "5.12.1"
88
val logbackVersion = "1.5.17"
99
val logstashEncoderVersion = "8.0"
1010
val kotlinVersion = "2.1.10"
11-
val hikariCPVersion = "6.2.1"
11+
val hikariCPVersion = "6.3.0"
1212
val flywayVersion = "11.4.1"
1313
val embeddedPostgresVersion = "2.1.0"
1414
val postgresVersion = "42.7.5"

0 commit comments

Comments
 (0)