@@ -29,30 +29,30 @@ tasks.withType<GroovyCompile>().configureEach {
2929dependencies {
3030 api(projects.testngCoreApi)
3131 // Annotations have to be available on the compile classpath for the proper compilation
32- compileOnly(" com.github.spotbugs:spotbugs:_ " )
33- api(" com.beust:jcommander:_ " )
32+ compileOnly(" com.github.spotbugs:spotbugs:4.8.1 " )
33+ api(" com.beust:jcommander:1.82 " )
3434
35- " guiceApi" (platform(" com.google.inject:guice-bom:_ " ))
35+ " guiceApi" (platform(" com.google.inject:guice-bom:5.1.0 " ))
3636 " guiceApi" (" com.google.inject:guice" )
37- " yamlImplementation" (" org.yaml:snakeyaml:_ " )
37+ " yamlImplementation" (" org.yaml:snakeyaml:2.2 " )
3838
3939 implementation(projects.testngCollections)
4040 implementation(projects.testngReflectionUtils)
4141 implementation(projects.testngRunnerApi)
42- implementation(" org.webjars:jquery:_ " )
42+ implementation(" org.webjars:jquery:3.7.1 " )
4343 testImplementation(projects.testngAsserts)
44- testImplementation(" org.codehaus.groovy:groovy-all:_ " ) {
44+ testImplementation(" org.codehaus.groovy:groovy-all:3.0.13 " ) {
4545 exclude(" org.testng" , " testng" )
4646 }
47- testImplementation(" org.apache-extras.beanshell:bsh:_ " )
48- testImplementation(" org.mockito:mockito-core:_ " )
49- testImplementation(" org.jboss.shrinkwrap:shrinkwrap-api:_ " )
50- testImplementation(" org.jboss.shrinkwrap:shrinkwrap-impl-base:_ " )
51- testImplementation(" org.xmlunit:xmlunit-assertj:_ " )
52- testImplementation(" in.jlibs:jlibs-core:_ " )
53- testImplementation(" org.gridkit.jvmtool:heaplib:_ " )
54- testImplementation(" org.gridkit.lab:jvm-attach-api:_ " )
55- testImplementation(" commons-io:commons-io:_ " )
47+ testImplementation(" org.apache-extras.beanshell:bsh:2.0b6 " )
48+ testImplementation(" org.mockito:mockito-core:4.5.1 " )
49+ testImplementation(" org.jboss.shrinkwrap:shrinkwrap-api:1.2.6 " )
50+ testImplementation(" org.jboss.shrinkwrap:shrinkwrap-impl-base:1.2.6 " )
51+ testImplementation(" org.xmlunit:xmlunit-assertj:2.9.1 " )
52+ testImplementation(" in.jlibs:jlibs-core:3.0.1 " )
53+ testImplementation(" org.gridkit.jvmtool:heaplib:0.2 " )
54+ testImplementation(" org.gridkit.lab:jvm-attach-api:1.5 " )
55+ testImplementation(" commons-io:commons-io:2.15.0 " )
5656}
5757
5858tasks.compileTestGroovy {
0 commit comments