Skip to content

Commit

Permalink
Merge pull request #13839 from grails/update-dependencies-6.2.2
Browse files Browse the repository at this point in the history
update dependencies ahead of Grails 6.2.2
  • Loading branch information
jamesfredley authored Nov 20, 2024
2 parents 0870a69 + 4804ab1 commit 7331fdf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
projectVersion=6.2.2-SNAPSHOT
antVersion=1.10.14
aspectjVersion=1.9.22
antVersion=1.10.15
aspectjVersion=1.9.22.1
asyncVersion=5.0.2
caffeineVersion=2.9.3
cglibVersion=2.2.2
commonsLangVersion=2.6
datastoreVersion=8.1.2
directoryWatcherVersion=0.9.9
fieldsPluginVersion=5.1.0
fieldsPluginVersion=5.1.1
gdocEngineVersion=1.0.1
gradleNexusPluginVersion=2.3.1
gradleNexusStagingPluginVersion=0.12.0
groovyVersion=3.0.21
gspVersion=6.2.2
groovyVersion=3.0.23
gspVersion=6.2.4
h2.version=2.2.224
h2Version=2.2.224
hibernateDatastoreVersion=8.1.0
Expand All @@ -32,21 +32,21 @@ micronautCacheVersion=3.5.0
micronautRuntimeGroovyVersion=3.4.0
micronautSpringVersion=4.5.1
micronautVersion=3.10.4
mongodbJavaDriverVersion=4.11.0
mongodbJavaDriverVersion=4.11.5
objenesisVersion=3.3
scaffoldingCoreVersion=2.1.0
servletApiVersion=4.0.1
slf4jVersion=1.7.36
snakeyamlVersion=2.2
spockVersion=2.1-groovy-3.0
spockVersion=2.3-groovy-3.0
springBootVersion=2.7.18
springLoadedVersion=1.2.8.RELEASE
springVersion=5.3.39
spring.version=5.3.39
testingSupportVersion=3.2.1
testingSupportVersion=3.2.2
testingSupportVersionForTests=3.2.2
tomcatLog4jVersion=8.5.2
tomcatVersion=9.0.95
tomcatVersion=9.0.97
viewsVersion=3.2.3
org.gradle.caching=true
org.gradle.parallel=true
Expand Down
6 changes: 3 additions & 3 deletions grails-bom/plugins.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
gorm.hibernate5=8.1.0
gorm.hibernate5=8.1.1
gorm.mongodb=8.2.0
gorm.neo4j=8.1.0
grails-gradle-plugin=6.2.2-SNAPSHOT
grails-gradle-plugin=6.2.3
cache=7.0.0
rxjava=1.1.1
rxjava2=2.0.0
scaffolding=5.1.2
scaffolding=5.1.3
geb=4.0.0
views-json=3.2.3
views-json-templates=3.2.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ class IOUtilsSpec extends Specification{
void "Test findJarResource finds a the JAR resource"() {
expect:
IOUtils.findJarResource(Specification)
IOUtils.findJarResource(Specification).path.endsWith('spock-core-2.1-groovy-3.0.jar!/')
IOUtils.findJarResource(Specification).path.endsWith('spock-core-2.3-groovy-3.0.jar!/')
}
}

0 comments on commit 7331fdf

Please sign in to comment.