Skip to content

Commit

Permalink
Upgrade to Grace Data Hibernate 2023.1.0-M2
Browse files Browse the repository at this point in the history
Closes gh-5
  • Loading branch information
rainboyan committed Oct 18, 2024
1 parent 292c531 commit bbc80f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ dependencies {
compileOnly "org.graceframework:grace-boot"
compileOnly 'jakarta.servlet:jakarta.servlet-api:6.0.0'
implementation "org.graceframework:grace-datastore-gorm:$gormVersion"
compileOnly "org.graceframework.plugins:hibernate:$graceHibernatePluginVersion"
compileOnly "org.graceframework.plugins:hibernate:$hibernatePluginVersion"

testImplementation "org.springframework.boot:spring-boot-starter-tomcat"
testImplementation "org.hibernate:hibernate-core-jakarta:$HibernateCoreVersion"
testImplementation "org.graceframework:grace-shell"
testImplementation "org.graceframework.plugins:hibernate:$graceHibernatePluginVersion"
testImplementation "org.graceframework.plugins:hibernate:$hibernatePluginVersion"

testImplementation "org.graceframework:grace-test-support"
testImplementation "org.mockito:mockito-core"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
projectVersion=6.1.0-SNAPSHOT
graceVersion=2023.1.0-M1
gormVersion=2023.1.0-M2
graceHibernatePluginVersion=2023.1.0-M1
groovyVersion=4.0.23
hibernatePluginVersion=2023.1.0-M2
HibernateCoreVersion=5.6.15.Final
liquibaseVersion=4.20.0
liquibaseHibernateVersion=4.20.0
Expand Down

0 comments on commit bbc80f5

Please sign in to comment.