Skip to content

Commit

Permalink
fix(deps): 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 Apr 25, 2024
1 parent bb43b3d commit 7ea6075
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 @@ -48,7 +48,7 @@ dependencies {
exclude group: 'org.liquibase', module: 'liquibase-test-harness'
exclude group: 'com.h2database', module: 'h2'
}
compileOnly "org.hibernate:hibernate-core:5.6.15.Final"
compileOnly "org.hibernate:hibernate-core:6.5.0.Final"

compileOnly 'org.springframework.boot:spring-boot-starter-logging'
compileOnly "org.springframework.boot:spring-boot-starter-actuator"
Expand All @@ -61,7 +61,7 @@ dependencies {
compileOnly "org.grails.plugins:hibernate5"

testImplementation "org.springframework.boot:spring-boot-starter-tomcat"
testImplementation "org.hibernate:hibernate-core:5.6.15.Final"
testImplementation "org.hibernate:hibernate-core:6.5.0.Final"
testImplementation "org.grails.plugins:hibernate5"

testImplementation "org.grails:grails-gorm-testing-support"
Expand Down

0 comments on commit 7ea6075

Please sign in to comment.