Skip to content

Commit

Permalink
fix: mwtele 338 (#280)
Browse files Browse the repository at this point in the history
* build(deps): bump com.google.errorprone:error_prone_core

Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.31.0 to 2.36.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.31.0...v2.36.0)

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: mwtele-338

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
kittylyst and dependabot[bot] authored Dec 2, 2024
1 parent 6818458 commit 4a3540e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.fork>true</maven.compiler.fork>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skip.spotless>false</skip.spotless>

Expand All @@ -91,7 +92,7 @@
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<error-prone.version>2.31.0</error-prone.version>
<error-prone.version>2.36.0</error-prone.version>
<nullaway.version>0.11.3</nullaway.version>
<jspecify.version>1.0.0</jspecify.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
Expand Down Expand Up @@ -293,6 +294,7 @@
<encoding>UTF-8</encoding>
<compilerArgs>
<arg>-XDcompilePolicy=simple</arg>
<arg>--should-stop=ifError=FLOW</arg>
<arg>-Xplugin:ErrorProne \
-Xep:MissingCasesInEnumSwitch:OFF \
-Xep:MissingOverride:ERROR \
Expand Down

0 comments on commit 4a3540e

Please sign in to comment.