Skip to content

Commit

Permalink
Update dependency org.hibernate:hibernate-core to v5.6.14.Final (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2023
1 parent 1987135 commit 5ca4413
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 @@ -53,7 +53,7 @@ dependencies {
api("org.grails:grails-shell") {
exclude group: 'org.slf4j', module: 'slf4j-simple'
}
compileOnly "org.hibernate:hibernate-core:5.6.8.Final"
compileOnly "org.hibernate:hibernate-core:5.6.14.Final"

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

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

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

0 comments on commit 5ca4413

Please sign in to comment.