Skip to content

Commit

Permalink
Use hibernate6
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 2, 2024
1 parent 7ccef9c commit 2ce7d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/standalone-hibernate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ group 'examples'
apply plugin:"groovy"

dependencies {
implementation project(":grails-datastore-gorm-hibernate5")
implementation project(":grails-datastore-gorm-hibernate6")
runtimeOnly "com.h2database:h2"
runtimeOnly "org.apache.tomcat:tomcat-jdbc:$tomcatVersion"
runtimeOnly "org.apache.tomcat.embed:tomcat-embed-logging-log4j:$tomcatLog4jVersion"
Expand Down

0 comments on commit 2ce7d93

Please sign in to comment.