Skip to content

Commit ba1d559

Browse files
dependabot[bot]rm3l
authored andcommitted
chore(deps): bump com.zaxxer:HikariCP from 6.3.2 to 7.0.1 in /backend
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 6.3.2 to 7.0.1. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-6.3.2...HikariCP-7.0.1) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c79b6c9 commit ba1d559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ subprojects {
140140
implementation("org.jetbrains.exposed:exposed-dao:0.39.2")
141141
implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2")
142142

143-
implementation 'com.zaxxer:HikariCP:6.3.2'
143+
implementation 'com.zaxxer:HikariCP:7.0.1'
144144

145145
//JDBC Drivers
146146
implementation 'org.xerial:sqlite-jdbc:3.50.3.0'

0 commit comments

Comments
 (0)