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 01e95f6 commit 97e2fb6Copy full SHA for 97e2fb6
build.gradle
@@ -46,7 +46,7 @@ subprojects {
46
ext.maven_name='AtPlug metadata generation Gradle plugin'
47
apply from: 干.file('base/gradle-plugin.gradle')
48
dependencies {
49
- implementation "org.ow2.asm:asm:9.7.1"
+ implementation "org.ow2.asm:asm:9.8"
50
implementation 'com.diffplug.gradle:goomph:4.3.0'
51
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0'
52
testImplementation 'org.assertj:assertj-core:3.27.3'
0 commit comments