Bump gradle-nullaway-plugin from 1.3.0 to 1.4.0 in /conventions (#6839)

This commit is contained in:
dependabot[bot] 2022-10-11 21:34:22 +00:00 committed by GitHub
parent 3806e4f295
commit d58965457c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ dependencies {
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.0") implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.0")
implementation("me.champeau.jmh:jmh-gradle-plugin:0.6.8") implementation("me.champeau.jmh:jmh-gradle-plugin:0.6.8")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.0.1") implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.0.1")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.3.0") implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.4.0")
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.1") implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.1")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.9.1")) testImplementation(enforcedPlatform("org.junit:junit-bom:5.9.1"))