File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
grails-bootstrap/src/test/groovy/grails/io Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11projectVersion =6.2.2-SNAPSHOT
2- antVersion =1.10.14
3- aspectjVersion =1.9.22
2+ antVersion =1.10.15
3+ aspectjVersion =1.9.22.1
44asyncVersion =5.0.2
55caffeineVersion =2.9.3
66cglibVersion =2.2.2
@@ -11,8 +11,8 @@ fieldsPluginVersion=5.1.0
1111gdocEngineVersion =1.0.1
1212gradleNexusPluginVersion =2.3.1
1313gradleNexusStagingPluginVersion =0.12.0
14- groovyVersion =3.0.21
15- gspVersion =6.2.2
14+ groovyVersion =3.0.23
15+ gspVersion =6.2.3
1616h2.version =2.2.224
1717h2Version =2.2.224
1818hibernateDatastoreVersion =8.1.0
@@ -32,21 +32,21 @@ micronautCacheVersion=3.5.0
3232micronautRuntimeGroovyVersion =3.4.0
3333micronautSpringVersion =4.5.1
3434micronautVersion =3.10.4
35- mongodbJavaDriverVersion =4.11.0
35+ mongodbJavaDriverVersion =4.11.5
3636objenesisVersion =3.3
3737scaffoldingCoreVersion =2.1.0
3838servletApiVersion =4.0.1
3939slf4jVersion =1.7.36
4040snakeyamlVersion =2.2
41- spockVersion =2.1 -groovy-3.0
41+ spockVersion =2.3 -groovy-3.0
4242springBootVersion =2.7.18
4343springLoadedVersion =1.2.8.RELEASE
4444springVersion =5.3.39
4545spring.version =5.3.39
46- testingSupportVersion =3.2.1
46+ testingSupportVersion =3.2.2
4747testingSupportVersionForTests =3.2.2
4848tomcatLog4jVersion =8.5.2
49- tomcatVersion =9.0.95
49+ tomcatVersion =9.0.97
5050viewsVersion =3.2.3
5151org.gradle.caching =true
5252org.gradle.parallel =true
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ class IOUtilsSpec extends Specification{
1515 void " Test findJarResource finds a the JAR resource" () {
1616 expect :
1717 IOUtils . findJarResource(Specification )
18- IOUtils . findJarResource(Specification ). path. endsWith(' spock-core-2.1 -groovy-3.0.jar!/' )
18+ IOUtils . findJarResource(Specification ). path. endsWith(' spock-core-2.3 -groovy-3.0.jar!/' )
1919 }
2020}
You can’t perform that action at this time.
0 commit comments