Skip to content

Commit

Permalink
Update to grails-async 6.0.0-SNAPSHOT, spring 6.1.14 and us hibernate…
Browse files Browse the repository at this point in the history
…-core-jakarta
  • Loading branch information
jamesfredley committed Oct 17, 2024
1 parent e4acaf8 commit 52e55ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ developers=Graeme Rocher,Jeff Brown,Burt Beckwith,James Kleeh,Puneet Behl,James
antVersion=1.10.15
caffeineVersion=3.1.8
cloverVersion=4.5.2
commonsLangVersion=3.17.0
commonsValidatorVersion=1.9.0
hibernateVersion=5.6.15.Final
jakartaElVersion=4.0.0
gradleNexusPluginVersion=2.3.1
gradleNexusPublishPluginVersion=1.3.0
grailsAsyncVersion=7.0.0-SNAPSHOT
grailsAsyncVersion=6.0.0-SNAPSHOT
grailsVersion=7.0.0-SNAPSHOT
groovyVersion=4.0.23
h2Version=2.3.232
Expand All @@ -34,7 +33,7 @@ rxjavaVersion=1.3.8
servletApiVersion=6.0.0
slf4jVersion=2.0.16
spockVersion=2.3-groovy-4.0
springVersion=6.1.13
springVersion=6.1.14

org.gradle.caching=true
org.gradle.parallel=true
Expand Down
2 changes: 1 addition & 1 deletion grails-datastore-gorm-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
compileOnly "org.springframework:spring-webmvc:$springVersion"
compileOnly "org.grails:grails-web-url-mappings:$grailsVersion", { transitive = false }
compileOnly "org.grails:grails-web-common:$grailsVersion", { transitive = false }
compileOnly("org.hibernate:hibernate-core:${hibernateVersion}") {
compileOnly("org.hibernate:hibernate-core-jakarta:$hibernateVersion") {
exclude group:'commons-logging', module:'commons-logging'
exclude group:'commons-collections', module:'commons-collections'
exclude group:'org.slf4j', module:'slf4j-api'
Expand Down

0 comments on commit 52e55ed

Please sign in to comment.