Skip to content

Commit

Permalink
update dependencies ahead of Grails 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Nov 15, 2024
1 parent 50fc30a commit 00d1bef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
Expand All @@ -11,8 +11,8 @@ fieldsPluginVersion=5.1.0
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.3
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
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 00d1bef

Please sign in to comment.