Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading