We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082a237 commit 1e0c265Copy full SHA for 1e0c265
samples/sample-all-deactivated/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
6
dependencies {
7
implementation("aopalliance:aopalliance:1.0")
8
- implementation("asm:asm:3.3.1")
+ implementation("asm:asm:20041228.180559")
9
implementation("c3p0:c3p0:0.9.1.2")
10
implementation("cglib:cglib-nodep:3.3.0")
11
implementation("cglib:cglib:3.3.0")
samples/sample-all/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
12
13
14
0 commit comments