This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new f652e5b Update `com.google.errorprone:error_prone_core` to version
`2.37.0` (#356) (#356)
f652e5b is described below
commit f652e5b654a34cfb00f89dd9e4379cbea69244fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 22 08:03:58 2025 +0100
Update `com.google.errorprone:error_prone_core` to version `2.37.0` (#356)
(#356)
Co-authored-by: ASF Logging Services RM <[email protected]>
---
pom.xml | 2 +-
.../.12.x.x/update_com_google_errorprone_error_prone_core.xml | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e60b5f5..a1d0d83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,7 @@
<develocity-user-data-extension.version>2.0.1</develocity-user-data-extension.version>
<!-- plugin dependencies versions -->
- <error-prone.version>2.36.0</error-prone.version>
+ <error-prone.version>2.37.0</error-prone.version>
<!-- `findsecbugs-plugin:1.13.0` contains a bug blocking Log4j
compilation: https://github.com/find-sec-bugs/find-sec-bugs/pull/728
Hence, pinning the `1.12.0` instead. -->
<findsecbugs-plugin.version>1.13.0</findsecbugs-plugin.version>
diff --git
a/src/changelog/.12.x.x/update_com_google_errorprone_error_prone_core.xml
b/src/changelog/.12.x.x/update_com_google_errorprone_error_prone_core.xml
new file mode 100644
index 0000000..48d55d6
--- /dev/null
+++ b/src/changelog/.12.x.x/update_com_google_errorprone_error_prone_core.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="https://logging.apache.org/xml/ns"
+ xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+ type="updated">
+ <issue id="356" link="https://github.com/apache/logging-parent/pull/356"/>
+ <description format="asciidoc">Update
`com.google.errorprone:error_prone_core` to version `2.37.0`</description>
+</entry>