@@ -51,7 +51,7 @@ dependencies {
5151 api " org.graceframework:grace-datastore-core:$gormVersion "
5252 api " org.graceframework:grace-datastore-gorm:$gormVersion "
5353 api " org.graceframework:grace-scaffolding-core:$scaffoldingVersion "
54- api " org.apache.commons:commons-lang3:3.13.0 "
54+ api " org.apache.commons:commons-lang3"
5555 compileOnly " org.graceframework:grace-boot"
5656 compileOnly " jakarta.servlet:jakarta.servlet-api"
5757
@@ -61,21 +61,21 @@ dependencies {
6161 documentation " org.fusesource.jansi:jansi:$jansiVersion "
6262 documentation " com.github.javaparser:javaparser-core:$javaParserCoreVersion "
6363
64- testImplementation " org.apache.groovy:groovy-dateutil: $g roovyVersion "
64+ testImplementation " org.apache.groovy:groovy-dateutil"
6565 testImplementation " org.graceframework:grace-test-support"
6666 testImplementation " org.graceframework.plugins:scaffolding:$scaffoldingVersion "
67- testImplementation " org.spockframework:spock-core: $s pockVersion " , {
67+ testImplementation " org.spockframework:spock-core" , {
6868 exclude group : " org.junit.platform" , module : " junit-platform-engine"
6969 }
70- testImplementation " net.bytebuddy:byte-buddy: $b ytebuddyVersion "
70+ testImplementation " net.bytebuddy:byte-buddy"
7171 testImplementation " org.objenesis:objenesis:$objenesisVersion "
7272 testImplementation " org.apache.groovy:groovy-test-junit5:${ groovyVersion} " , {
7373 exclude group : " org.junit.platform" , module : " junit-platform-launcher"
7474 exclude group : " org.junit.jupiter" , module : " junit-jupiter-engine"
7575 }
76- testImplementation " org.junit.jupiter:junit-jupiter-api: $j unitJupiterVersion "
77- testImplementation " org.junit.platform:junit-platform-runner: $j unitPlatformVersion "
78- testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine: $j unitJupiterVersion "
76+ testImplementation " org.junit.jupiter:junit-jupiter-api"
77+ testImplementation " org.junit.platform:junit-platform-runner"
78+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine"
7979 testImplementation(" org.jodd:jodd-wot:$joddWotVersion " ) {
8080 exclude module : ' slf4j-api'
8181 exclude module : ' asm'
0 commit comments