File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
grails-bootstrap/src/test/groovy/grails/io Expand file tree Collapse file tree 3 files changed +13
-13
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
77commonsLangVersion =2.6
88datastoreVersion =8.1.2
99directoryWatcherVersion =0.9.9
10- fieldsPluginVersion =5.1.0
10+ fieldsPluginVersion =5.1.1
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.4
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 1- gorm.hibernate5 =8.1.0
1+ gorm.hibernate5 =8.1.1
22gorm.mongodb =8.2.0
33gorm.neo4j =8.1.0
4- grails-gradle-plugin =6.2.2-SNAPSHOT
4+ grails-gradle-plugin =6.2.3
55cache =7.0.0
66rxjava =1.1.1
77rxjava2 =2.0.0
8- scaffolding =5.1.2
8+ scaffolding =5.1.3
99geb =4.0.0
1010views-json =3.2.3
1111views-json-templates =3.2.3
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