File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66dependencies {
77 implementation(" aopalliance:aopalliance:1.0" )
88 implementation(" asm:asm:3.3.1" )
9- implementation(" c3p0:c3p0:0.9.0 .2" )
9+ implementation(" c3p0:c3p0:0.9.1 .2" )
1010 implementation(" cglib:cglib-nodep:3.3.0" )
1111 implementation(" cglib:cglib:3.3.0" )
1212 implementation(" ch.qos.logback:logback-classic:1.5.18" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Root project 'sample-all-deactivated_build.sample'
55compileClasspath - Compile classpath for source set 'main'.
66+--- aopalliance:aopalliance:1.0 FAILED
77+--- asm:asm:3.3.1 FAILED
8- +--- c3p0:c3p0:0.9.0 .2 FAILED
8+ +--- c3p0:c3p0:0.9.1 .2 FAILED
99+--- cglib:cglib-nodep:3.3.0 FAILED
1010+--- cglib:cglib:3.3.0 FAILED
1111+--- ch.qos.logback:logback-classic:1.5.18 FAILED
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99dependencies {
1010 implementation(" aopalliance:aopalliance:1.0" )
1111 implementation(" asm:asm:3.3.1" )
12- implementation(" c3p0:c3p0:0.9.0 .2" )
12+ implementation(" c3p0:c3p0:0.9.1 .2" )
1313 implementation(" cglib:cglib-nodep:3.3.0" )
1414 implementation(" cglib:cglib:3.3.0" )
1515 implementation(" ch.qos.logback:logback-classic:1.5.18" )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ compileClasspath - Compile classpath for source set 'main'.
2222+--- asm:asm:3.3.1 -> org.ow2.asm:asm:9.8
2323| \--- org.ow2.asm:asm-bom:9.8
2424| \--- org.ow2.asm:asm:9.8 (c)
25- +--- c3p0:c3p0:0.9.0 .2 -> com.mchange:c3p0:0.11.0
25+ +--- c3p0:c3p0:0.9.1 .2 -> com.mchange:c3p0:0.11.0
2626| \--- com.mchange:mchange-commons-java:0.3.2
2727+--- cglib:cglib-nodep:3.3.0 -> cglib:cglib:3.3.0
2828| \--- org.ow2.asm:asm:7.1 -> 9.8 (*)
You can’t perform that action at this time.
0 commit comments