We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c60ad5 commit 2fb5801Copy full SHA for 2fb5801
conventions/build.gradle.kts
@@ -68,7 +68,7 @@ dependencies {
68
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
69
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.0.0")
70
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.0.0")
71
- implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.2")
+ implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.3")
72
73
testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
74
testImplementation("org.junit.jupiter:junit-jupiter-api")
0 commit comments