We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e49a6e commit 24d1ee9Copy full SHA for 24d1ee9
conventions/build.gradle.kts
@@ -69,7 +69,7 @@ dependencies {
69
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
70
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.0.1")
71
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.0.0")
72
- implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.3")
+ implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.4")
73
74
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.2"))
75
testImplementation("org.junit.jupiter:junit-jupiter-api")
0 commit comments