Bump net.ltgt.gradle:gradle-nullaway-plugin from 1.5.0 to 1.6.0 (#8495)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-15 17:18:22 -07:00 committed by GitHub
parent 9596fc72e7
commit c0e220dcff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ dependencies {
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.0")
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.1")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.5.0")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0")
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.1")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.9.3"))