This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 48201dcce Update Error Prone
48201dcce is described below
commit 48201dcce53c3222f79553fac3a97e7bc0b90aed
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Fri Jan 9 11:05:22 2026 +0000
Update Error Prone
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index de6492b43..fcb646ad9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -292,7 +292,7 @@
<groovy.version>5.0.3</groovy.version>
<auto-service.version>1.1.1</auto-service.version>
<asm.version>9.9.1</asm.version>
- <errorprone.version>2.45.0</errorprone.version>
+ <errorprone.version>2.46.0</errorprone.version>
<mime4j.version>0.8.13</mime4j.version>
<surefire.version>3.5.4</surefire.version>
<jaxws-rt.version>4.0.3</jaxws-rt.version>
@@ -1052,6 +1052,7 @@
<fork>true</fork>
<compilerArgs combine.children="append">
<compilerArg>-XDcompilePolicy=simple</compilerArg>
+
<compilerArg>-XDaddTypeAnnotationsToSymbol=true</compilerArg>
<compilerArg>--should-stop=ifError=FLOW</compilerArg>
<compilerArg>-Xplugin:ErrorProne
-XepExcludedPaths:.*/org/(jaxen|w3c)/.* -Xep:MissingOverride:ERROR</compilerArg>
<compilerArg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</compilerArg>