@@ -31,10 +31,10 @@ buildscript {
31
31
dependencies { classpath ' org.netbeans.tools:sigtest-maven-plugin:1.5' }
32
32
}
33
33
34
- plugins { id ' biz.aQute.bnd.builder' version ' 6.2 .0' apply false }
34
+ plugins { id ' biz.aQute.bnd.builder' version ' 6.4 .0' apply false }
35
35
plugins { id ' com.github.sherter.google-java-format' version ' 0.9' apply false }
36
- plugins { id ' me.champeau.jmh' version ' 0.6.6 ' apply false }
37
- plugins { id ' org.sonarqube' version ' 3.3 ' apply false }
36
+ plugins { id ' me.champeau.jmh' version ' 0.6.8 ' apply false }
37
+ plugins { id ' org.sonarqube' version ' 3.5.0.2730 ' apply false }
38
38
39
39
description = ' ASM, a very small and fast Java bytecode manipulation framework'
40
40
@@ -96,8 +96,8 @@ project(':asm-commons') {
96
96
project(' :asm-test' ) {
97
97
description = " Utilities for testing ${ parent.description} "
98
98
provides = [' org.objectweb.asm.test' ]
99
- depends = [' org.junit.jupiter:junit-jupiter-api:5.8.2 ' ,
100
- ' org.junit.jupiter:junit-jupiter-params:5.8.2 ' ]
99
+ depends = [' org.junit.jupiter:junit-jupiter-api:5.9.1 ' ,
100
+ ' org.junit.jupiter:junit-jupiter-params:5.9.1 ' ]
101
101
}
102
102
103
103
project(' :asm-tree' ) {
@@ -110,7 +110,7 @@ project(':asm-util') {
110
110
description = " Utilities for ${ parent.description} "
111
111
provides = [' org.objectweb.asm.util' ]
112
112
requires = [' :asm' , ' :asm-tree' , ' :asm-analysis' ]
113
- dependencies { testImplementation ' org.codehaus.janino:janino:3.1.6 ' }
113
+ dependencies { testImplementation ' org.codehaus.janino:janino:3.1.9 ' }
114
114
}
115
115
116
116
// Use "gradle benchmarks:jmh [-PjmhInclude='<regex>']" to run the benchmarks.
@@ -197,9 +197,9 @@ subprojects {
197
197
dependencies {
198
198
requires. each { projectName -> api project(projectName) }
199
199
depends. each { artifactName -> api artifactName }
200
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2 ' ,
201
- ' org.junit.jupiter:junit-jupiter-params:5.8.2 '
202
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.2 '
200
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.1 ' ,
201
+ ' org.junit.jupiter:junit-jupiter-params:5.9.1 '
202
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.1 '
203
203
testImplementation project(' :asm-test' )
204
204
}
205
205
0 commit comments