Skip to content

Commit

Permalink
Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.4.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent acc432a commit d7616ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rei-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
compileOnly("org.jetbrains:annotations:24.0.1")

implementation("org.hibernate.orm:hibernate-core:6.2.1.Final")
implementation("org.hibernate.orm:hibernate-hikaricp:6.2.1.Final")
implementation("org.hibernate.orm:hibernate-hikaricp:6.4.4.Final")
implementation("org.hibernate.orm:hibernate-jcache:6.2.1.Final")
implementation("com.google.inject:guice:5.1.0")
implementation("io.github.blackbaroness:fastutil-extender-guice:1.2.0")
Expand Down

0 comments on commit d7616ef

Please sign in to comment.