Skip to content

Commit f6a8ead

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.0'
143+
implementation 'com.zaxxer:HikariCP:6.3.2'
144144

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

0 commit comments

Comments
 (0)