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 Jan 18, 2024
1 parent a75648a commit 20420f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ javaxServletApiVersion=4.0.1
grailsTestingSupportVersion=3.1.1
githubSlug=grails-plugins/grails-spring-security-core
assetPipelineVersion=4.3.0
hibernateCoreVersion=5.6.15.Final
hibernateCoreVersion=6.4.2.Final
hibernatEhcacheVersion=5.6.15.Final
gebVersion=6.0
seleniumVersion=4.16.1
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/docs/code/s2-quickstart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation "org.grails.plugins:async"
implementation "org.grails.plugins:scaffolding"
implementation "org.grails.plugins:hibernate5"
implementation "org.hibernate:hibernate-core:5.6.15.Final"
implementation "org.hibernate:hibernate-core:6.4.2.Final"
implementation "org.grails.plugins:events"
implementation "org.grails.plugins:gsp"
profile "org.grails.profiles:web"
Expand Down

0 comments on commit 20420f9

Please sign in to comment.