Skip to content

Commit

Permalink
chore(deps): update dependency com.google.errorprone:error_prone_core…
Browse files Browse the repository at this point in the history
… to v2.35.1 (#4589)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 102f88e commit 7cd73ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<mockito.version>5.14.2</mockito.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<errorprone.version>2.34.0</errorprone.version>
<errorprone.version>2.36.0</errorprone.version>
<errorprone.javac.version>9+181-r4173-1</errorprone.javac.version>

<sonar.projectKey>dropwizard_metrics</sonar.projectKey>
Expand Down Expand Up @@ -156,6 +156,7 @@
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-XDcompilePolicy=simple</arg>
<arg>--should-stop=ifError=FLOW</arg>
<arg>-Xplugin:ErrorProne -XepExcludedPaths:.*/target/generated-sources/.*</arg>
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>
Expand Down

0 comments on commit 7cd73ea

Please sign in to comment.