Skip to content

Commit 1797cff

Browse files
fix(deps): update dependency org.hibernate.orm:hibernate-hikaricp to v6.6.22.final
1 parent db45440 commit 1797cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencyResolutionManagement {
4545
// Database
4646
library("hibernateCore", "org.hibernate", "hibernate-core").version("6.6.9.Final")
4747
library("mariadbJavaClient","org.mariadb.jdbc", "mariadb-java-client").version("3.5.2")
48-
library("hibernateHikariCP","org.hibernate.orm", "hibernate-hikaricp").version("6.6.9.Final")
48+
library("hibernateHikariCP","org.hibernate.orm", "hibernate-hikaricp").version("6.6.22.Final")
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)