Skip to content

Commit

Permalink
fix: upgrade com.google.errorprone:error_prone_annotations from 2.24.…
Browse files Browse the repository at this point in the history
…0 to 2.26.1

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

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/319e0940-fab5-4c2d-abc6-529b593cac2d?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Apr 3, 2024
1 parent c8617fe commit 6cc645c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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.24.0</error_prone.version>
<error_prone.version>2.26.1</error_prone.version>
<junit.version>5.7.0</junit.version>

<!-- has to be one liner, or errorprone doesn't work -->
Expand Down Expand Up @@ -512,7 +512,7 @@
<version>1.8</version>
<style>GOOGLE</style>
</googleJavaFormat>
<removeUnusedImports />
<removeUnusedImports/>
</java>
<scala>
<scalafmt>
Expand Down Expand Up @@ -580,7 +580,7 @@
<include>**/src/**.xml</include>
</includes>
<!-- Files must end with a newline -->
<endWithNewline />
<endWithNewline/>
</format>
</formats>
</configuration>
Expand Down Expand Up @@ -724,7 +724,7 @@
<requireMavenVersion>
<version>[3.5.4,)</version>
</requireMavenVersion>
<requireUpperBoundDeps />
<requireUpperBoundDeps/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 6cc645c

Please sign in to comment.