Skip to content

Commit 1fe227f

Browse files
authored
Update to grails-async 6.0.0-SNAPSHOT, spring 6.1.14 and us hibernate-core-jakarta (#1831)
1 parent e4acaf8 commit 1fe227f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

gradle.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ developers=Graeme Rocher,Jeff Brown,Burt Beckwith,James Kleeh,Puneet Behl,James
88
antVersion=1.10.15
99
caffeineVersion=3.1.8
1010
cloverVersion=4.5.2
11-
commonsLangVersion=3.17.0
1211
commonsValidatorVersion=1.9.0
1312
hibernateVersion=5.6.15.Final
1413
jakartaElVersion=4.0.0
1514
gradleNexusPluginVersion=2.3.1
1615
gradleNexusPublishPluginVersion=1.3.0
17-
grailsAsyncVersion=7.0.0-SNAPSHOT
16+
grailsAsyncVersion=6.0.0-SNAPSHOT
1817
grailsVersion=7.0.0-SNAPSHOT
1918
groovyVersion=4.0.23
2019
h2Version=2.3.232
@@ -34,7 +33,7 @@ rxjavaVersion=1.3.8
3433
servletApiVersion=6.0.0
3534
slf4jVersion=2.0.16
3635
spockVersion=2.3-groovy-4.0
37-
springVersion=6.1.13
36+
springVersion=6.1.14
3837

3938
org.gradle.caching=true
4039
org.gradle.parallel=true

grails-datastore-gorm-support/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
compileOnly "org.springframework:spring-webmvc:$springVersion"
4747
compileOnly "org.grails:grails-web-url-mappings:$grailsVersion", { transitive = false }
4848
compileOnly "org.grails:grails-web-common:$grailsVersion", { transitive = false }
49-
compileOnly("org.hibernate:hibernate-core:${hibernateVersion}") {
49+
compileOnly("org.hibernate:hibernate-core-jakarta:$hibernateVersion") {
5050
exclude group:'commons-logging', module:'commons-logging'
5151
exclude group:'commons-collections', module:'commons-collections'
5252
exclude group:'org.slf4j', module:'slf4j-api'

0 commit comments

Comments
 (0)