Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Bump com.google.errorprone:error_prone_core from 2.22.0 to 2.23.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent c46f32e commit 67e7878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ allprojects {
apply plugin: 'net.ltgt.errorprone'

dependencies {
errorprone 'com.google.errorprone:error_prone_core:2.22.0'
errorprone 'com.google.errorprone:error_prone_core:2.23.0'
}

if (System.env.CI || project.findProperty('applySpotbugs')) {
Expand Down

0 comments on commit 67e7878

Please sign in to comment.