fix(deps): update dependency net.ltgt.gradle:gradle-nullaway-plugin to v2.1.0 (#12481)

This commit is contained in:
renovate[bot] 2024-10-21 01:32:58 +00:00 committed by GitHub
parent 09c17a4275
commit 02d33c5f6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ dependencies {
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6")
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.1.0")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.0.0")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.1.0")
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.4")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.2"))