File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,15 @@ repositories {
1919}
2020
2121def googleGuavaVersion = ' 18.0'
22- def rxJavaVersion = ' 1.0.14 '
22+ def rxJavaVersion = ' 1.0.16 '
2323def rxSwingVersion = ' 0.25.0'
2424def jcipVersion = ' 1.0'
2525def jsr305Version = ' 3.0.1'
2626def commonsLang3Version = ' 3.4'
2727
2828def groovyVersion = ' 2.4.5'
2929def spockVersion = ' 1.0-groovy-2.4'
30- def cglibVersion = ' 3.1'
31- def asmVersion = ' 5.0.4'
30+ def cglibVersion = ' 3.2.0'
3231def swingXVersion = ' 1.6.5-1'
3332
3433dependencies {
@@ -44,10 +43,7 @@ dependencies {
4443 testCompile(" org.spockframework:spock-core:${ spockVersion} " ) {
4544 exclude group : ' org.codehaus.groovy'
4645 }
47- testCompile(" cglib:cglib:${ cglibVersion} " ) { // spock mocks
48- exclude group : ' org.ow2.asm'
49- }
50- testCompile " org.ow2.asm:asm:${ asmVersion} " // spock mocks
46+ testCompile(" cglib:cglib:${ cglibVersion} " ) // spock mocks
5147}
5248
5349sourceSets. main. java. srcDirs = [' src/main/java' ]
You can’t perform that action at this time.
0 commit comments