Skip to content

Commit

Permalink
Update hibernate core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 1f7839d commit 7788e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard-notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ext.libraries = [

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation group: 'org.hibernate', name: 'hibernate-core', version: '5.6.15.Final'
implementation group: 'org.hibernate', name: 'hibernate-validator', version: '7.0.5.Final'
implementation group: 'org.hibernate', name: 'hibernate-core', version: '6.6.0.Final'
implementation group: 'org.hibernate', name: 'hibernate-validator', version: '8.0.1.Final'
implementation group: 'javax.persistence', name: 'javax.persistence-api', version: 2.2
implementation 'jakarta.inject:jakarta.inject-api:2.0.1'
implementation 'javax.validation:validation-api:2.0.1.Final'
Expand Down

0 comments on commit 7788e00

Please sign in to comment.