Skip to content

Commit

Permalink
Update dependency org.hibernate:hibernate-core to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 505e7fb commit 7f97754
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 @@ -221,7 +221,7 @@ dependencies {
implementation(group: 'org.springframework.boot', name: 'spring-boot-starter-activemq') {
exclude group: 'org.apache.activemq', module: 'activemq-broker'
}
implementation 'org.hibernate:hibernate-core:5.6.15.Final'
implementation 'org.hibernate:hibernate-core:6.6.0.Final'
implementation group: 'xerces', name: 'xercesImpl', version: '2.12.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2'
implementation(group: 'org.springframework.boot', name: 'spring-boot-starter-jdbc') {
Expand Down Expand Up @@ -280,7 +280,7 @@ subprojects {
implementation(group: 'org.springframework.boot', name: 'spring-boot-starter-activemq') {
exclude group: 'org.apache.activemq', module: 'activemq-broker'
}
implementation 'org.hibernate:hibernate-core:5.6.15.Final'
implementation 'org.hibernate:hibernate-core:6.6.0.Final'
implementation group: 'xerces', name: 'xercesImpl', version: '2.12.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2'
implementation(group: 'org.springframework.boot', name: 'spring-boot-starter-jdbc') {
Expand Down

0 comments on commit 7f97754

Please sign in to comment.