You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/12/22 10:17:52 UTC

(logging-parent) branch main updated: Update `com.google.errorprone:error_prone_core` to version `2.24.0` (#86)

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 8604f71  Update `com.google.errorprone:error_prone_core` to version `2.24.0` (#86)
8604f71 is described below

commit 8604f7127b9110f79afed3774a57990026a95314
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Fri Dec 22 10:17:48 2023 +0000

    Update `com.google.errorprone:error_prone_core` to version `2.24.0` (#86)
---
 pom.xml                                                           | 2 +-
 .../.10.x.x/update_com_google_errorprone_error_prone_core.xml     | 8 ++++++++
 src/site/_constants.adoc                                          | 2 +-
 src/site/_release-notes.adoc                                      | 1 +
 src/site/_release-notes/_10.x.x.adoc                              | 4 ++++
 5 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f4435b..546debf 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.23.0</error-prone.version>
+    <error-prone.version>2.24.0</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
new file mode 100644
index 0000000..00f5f5b
--- /dev/null
+++ b/src/changelog/.10.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="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>
+</entry>
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index 22f28ea..10c7a73 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -34,7 +34,7 @@
 ////
 
 :project-github-url: https://github.com/apache/logging-parent
-:project-version: 10.5.0
+:project-version: 10.6.0-SNAPSHOT
 :project-name: Logging Parent
 :project-id: logging-parent
 :java-target-version: 8
diff --git a/src/site/_release-notes.adoc b/src/site/_release-notes.adoc
index e1c8ef3..07ff819 100644
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@ -36,6 +36,7 @@
 [#release-notes]
 == Release Notes
 
+include::_release-notes/_10.x.x.adoc[]
 include::_release-notes/_10.5.0.adoc[]
 include::_release-notes/_10.4.0.adoc[]
 include::_release-notes/_10.3.0.adoc[]
diff --git a/src/site/_release-notes/_10.x.x.adoc b/src/site/_release-notes/_10.x.x.adoc
index 8f67449..028177f 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -40,3 +40,7 @@
 
 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])