This is an automated email from the ASF dual-hosted git repository.

github-bot 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 e06e488  Update `com.google.errorprone:error_prone_core` to version 
`2.24.1` (#89)
e06e488 is described below

commit e06e488e3adf5712dd7001f8b50248ca6ecf3600
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Jan 4 10:45:23 2024 +0000

    Update `com.google.errorprone:error_prone_core` to version `2.24.1` (#89)
---
 pom.xml                                                               | 2 +-
 .../.10.x.x/update_com_google_errorprone_error_prone_core.xml         | 4 ++--
 src/site/_release-notes/_10.x.x.adoc                                  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b65138f..165c9a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@
     <xml-maven-plugin.version>1.1.0</xml-maven-plugin.version>
 
     <!-- plugin dependencies versions -->
-    <error-prone.version>2.24.0</error-prone.version>
+    <error-prone.version>2.24.1</error-prone.version>
     <findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version>
 
   </properties>
diff --git 
a/src/changelog/.10.x.x/update_com_google_errorprone_error_prone_core.xml 
b/src/changelog/.10.x.x/update_com_google_errorprone_error_prone_core.xml
index 00f5f5b..dc98835 100644
--- a/src/changelog/.10.x.x/update_com_google_errorprone_error_prone_core.xml
+++ b/src/changelog/.10.x.x/update_com_google_errorprone_error_prone_core.xml
@@ -3,6 +3,6 @@
        xmlns="http://logging.apache.org/log4j/changelog";
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.3.xsd";
        type="updated">
-  <issue id="86" link="https://github.com/apache/logging-parent/pull/86"/>
-  <description format="asciidoc">Update 
`com.google.errorprone:error_prone_core` to version `2.24.0`</description>
+  <issue id="89" link="https://github.com/apache/logging-parent/pull/89"/>
+  <description format="asciidoc">Update 
`com.google.errorprone:error_prone_core` to version `2.24.1`</description>
 </entry>
diff --git a/src/site/_release-notes/_10.x.x.adoc 
b/src/site/_release-notes/_10.x.x.adoc
index af5f48f..dc216df 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -43,5 +43,5 @@ This minor release contains several small improvements.
 
 ==== Updated
 
-* Update `com.google.errorprone:error_prone_core` to version `2.24.0` 
(https://github.com/apache/logging-parent/pull/86[86])
+* Update `com.google.errorprone:error_prone_core` to version `2.24.1` 
(https://github.com/apache/logging-parent/pull/89[89])
 * Update `github/codeql-action` to version `3.22.12` 
(https://github.com/apache/logging-parent/pull/87[87])

Reply via email to