Skip to content

Commit

Permalink
fix(deps): update hibernate core to v6.4.3.final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 2, 2024
1 parent c746794 commit ee3a5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies {
implementation 'io.activej:activej-launchers-http:5.5'
implementation 'org.hsqldb:hsqldb:2.7.2'
implementation 'org.postgresql:postgresql:42.7.1'
implementation 'org.hibernate:hibernate-core:6.4.1.Final'
implementation 'org.hibernate:hibernate-hikaricp:6.4.1.Final'
implementation 'org.hibernate:hibernate-core:6.4.3.Final'
implementation 'org.hibernate:hibernate-hikaricp:6.4.3.Final'
implementation 'org.liquibase:liquibase-core:4.25.1'
implementation('org.liquibase.ext:liquibase-yugabytedb:4.25.0') { exclude group: 'org.liquibase' }
implementation 'com.zaxxer:HikariCP:5.1.0'
Expand Down

0 comments on commit ee3a5f3

Please sign in to comment.