Skip to content

Commit

Permalink
fix: upgrade com.google.errorprone:error_prone_annotations from 2.26.…
Browse files Browse the repository at this point in the history
…1 to 2.27.0

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

See this package in maven:
com.google.errorprone:error_prone_annotations

See this project in Snyk:
https://app.snyk.io/org/flyte/project/63da16ca-cefc-4785-b64f-78513b4d2040?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed May 19, 2024
1 parent c58d748 commit dbced62
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.26.1</error_prone.version>
<error_prone.version>2.27.0</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 dbced62

Please sign in to comment.