Skip to content

Commit 49bdc0c

Browse files
build(deps): bump com.zaxxer:HikariCP from 6.0.0 to 6.2.1 (#530)
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 6.0.0 to 6.2.1. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-6.0.0...HikariCP-6.2.1) --- 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 bce9a99 commit 49bdc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
api 'net.william278.cloplib:cloplib-common:1.0.12'
1212
api 'com.google.code.gson:gson:2.11.0'
1313
api 'com.github.Exlll.ConfigLib:configlib-yaml:v4.5.0'
14-
api('com.zaxxer:HikariCP:6.0.0') {
14+
api('com.zaxxer:HikariCP:6.2.1') {
1515
exclude module: 'slf4j-api'
1616
}
1717

0 commit comments

Comments
 (0)