fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.38.0 (#5424)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-19 12:31:02 +08:00
committed by GitHub
parent 1bd6d1c8fd
commit b3e13e4bf9

View File

@@ -23,5 +23,5 @@ compileOnlyCommonJars()
dependencies {
compileOnly projects.plugincore
compileOnly projects.common
implementation 'com.google.errorprone:error_prone_annotations:2.37.0'
implementation 'com.google.errorprone:error_prone_annotations:2.38.0'
}