Skip to content

Commit

Permalink
fix: upgrade com.google.errorprone:error_prone_annotations from 2.23.…
Browse files Browse the repository at this point in the history
…0 to 2.24.0 (#278)

Snyk has created this PR to upgrade com.google.errorprone:error_prone_annotations from 2.23.0 to 2.24.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.google.errorprone/error_prone_annotations/

See this project in Snyk:
https://app.snyk.io/org/flyte/project/0d6eb734-dbf2-4428-a296-eea38e4bafa8?utm_source=github&utm_medium=referral&page=upgrade-pr

Signed-off-by: Andres Gomez Ferrer <andresgomezfrr@users.noreply.github.com>
Co-authored-by: Andres Gomez Ferrer <andresgomezfrr@users.noreply.github.com>
  • Loading branch information
EngHabu and andresgomezfrr authored Apr 3, 2024
1 parent b5e4d43 commit c8617fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<!-- also remember to bump the version in flytekit-bom module -->
<spotless.version>2.21.0</spotless.version>
<spotbugs.excludeFilterFile>spotbugs-exclude.xml</spotbugs.excludeFilterFile>
<error_prone.version>2.23.0</error_prone.version>
<error_prone.version>2.24.0</error_prone.version>
<junit.version>5.7.0</junit.version>

<!-- has to be one liner, or errorprone doesn't work -->
Expand Down

0 comments on commit c8617fe

Please sign in to comment.