Skip to content

Commit 9ccca81

Browse files
build(deps): bump com.zaxxer:HikariCP in /data-ingestion-service (#586)
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.1.0 to 7.0.2. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-5.1.0...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-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: elisa lee <ttu8@cdc.gov>
1 parent f34c592 commit 9ccca81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-ingestion-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ dependencies {
246246
implementation 'org.yaml:snakeyaml:2.6'
247247
implementation 'org.apache.commons:commons-lang3:3.17.0'
248248
implementation 'com.google.code.gson:gson:2.13.2'
249-
implementation 'com.zaxxer:HikariCP:5.1.0'
249+
implementation 'com.zaxxer:HikariCP:7.0.2'
250250
implementation 'org.apache.xmlbeans:xmlbeans:3.1.0'
251251
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
252252
implementation 'com.fasterxml.jackson.core:jackson-core:2.21.1'

0 commit comments

Comments
 (0)