@@ -25,12 +25,12 @@ dependencies {
2525 api(project(' :nf-commons' ))
2626 api(project(' :nf-httpfs' ))
2727 api(project(' :nf-lang' ))
28- api " org.apache.groovy:groovy:4.0.27 "
29- api " org.apache.groovy:groovy-nio:4.0.27 "
30- api " org.apache.groovy:groovy-xml:4.0.27 "
31- api " org.apache.groovy:groovy-json:4.0.27 "
32- api " org.apache.groovy:groovy-templates:4.0.27 "
33- api " org.apache.groovy:groovy-yaml:4.0.27 "
28+ api " org.apache.groovy:groovy:4.0.28 "
29+ api " org.apache.groovy:groovy-nio:4.0.28 "
30+ api " org.apache.groovy:groovy-xml:4.0.28 "
31+ api " org.apache.groovy:groovy-json:4.0.28 "
32+ api " org.apache.groovy:groovy-templates:4.0.28 "
33+ api " org.apache.groovy:groovy-yaml:4.0.28 "
3434 api " org.slf4j:jcl-over-slf4j:2.0.17"
3535 api " org.slf4j:jul-to-slf4j:2.0.17"
3636 api " org.slf4j:log4j-over-slf4j:2.0.17"
@@ -57,7 +57,7 @@ dependencies {
5757 testImplementation ' org.subethamail:subethasmtp:3.1.7'
5858 testImplementation (project(' :nf-lineage' ))
5959 // test configuration
60- testFixturesApi (" org.apache.groovy:groovy-test:4.0.27 " ) { exclude group : ' org.apache.groovy' }
60+ testFixturesApi (" org.apache.groovy:groovy-test:4.0.28 " ) { exclude group : ' org.apache.groovy' }
6161 testFixturesApi (" org.objenesis:objenesis:3.4" )
6262 testFixturesApi (" net.bytebuddy:byte-buddy:1.14.17" )
6363 testFixturesApi (" org.spockframework:spock-core:2.3-groovy-4.0" ) { exclude group : ' org.apache.groovy' }
0 commit comments