Skip to content

Commit

Permalink
Bump com.zaxxer:HikariCP from 4.0.3 to 6.2.1 in /modules/spock
Browse files Browse the repository at this point in the history
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.0.3 to 6.2.1.
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-4.0.3...HikariCP-6.2.1)

---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 0217e78 commit 4c015c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testImplementation project(':mysql')
testImplementation project(':postgresql')

testImplementation 'com.zaxxer:HikariCP:4.0.3'
testImplementation 'com.zaxxer:HikariCP:6.2.1'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'

testRuntimeOnly 'org.postgresql:postgresql:42.7.3'
Expand Down

0 comments on commit 4c015c1

Please sign in to comment.