We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb5782 commit b420074Copy full SHA for b420074
plugin/src/docs/code/s2-quickstart/build.gradle
@@ -43,7 +43,7 @@ dependencies {
43
implementation "org.grails.plugins:async"
44
implementation "org.grails.plugins:scaffolding"
45
implementation "org.grails.plugins:hibernate5"
46
- implementation "org.hibernate:hibernate-core:5.6.15.Final"
+ implementation "org.hibernate:hibernate-core:6.6.8.Final"
47
implementation "org.grails.plugins:events"
48
implementation "org.grails.plugins:gsp"
49
profile "org.grails.profiles:web"
0 commit comments