File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ dependencies {
6767 compileOnly " org.graceframework:grace-boot"
6868 compileOnly ' jakarta.servlet:jakarta.servlet-api:6.0.0'
6969 implementation " org.graceframework:grace-datastore-gorm:$gormVersion "
70- compileOnly " org.graceframework.plugins:hibernate:$g raceHibernatePluginVersion "
70+ compileOnly " org.graceframework.plugins:hibernate:$h ibernatePluginVersion "
7171
7272 testImplementation " org.springframework.boot:spring-boot-starter-tomcat"
7373 testImplementation " org.hibernate:hibernate-core-jakarta:$HibernateCoreVersion "
7474 testImplementation " org.graceframework:grace-shell"
75- testImplementation " org.graceframework.plugins:hibernate:$g raceHibernatePluginVersion "
75+ testImplementation " org.graceframework.plugins:hibernate:$h ibernatePluginVersion "
7676
7777 testImplementation " org.graceframework:grace-test-support"
7878 testImplementation " org.mockito:mockito-core"
Original file line number Diff line number Diff line change 11projectVersion =6.1.0-SNAPSHOT
22graceVersion =2023.1.0-M1
33gormVersion =2023.1.0-M2
4- graceHibernatePluginVersion =2023.1.0-M1
54groovyVersion =4.0.23
5+ hibernatePluginVersion =2023.1.0-M2
66HibernateCoreVersion =5.6.15.Final
77liquibaseVersion =4.20.0
88liquibaseHibernateVersion =4.20.0
You can’t perform that action at this time.
0 commit comments