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-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 06181bc17c Update `com.google.guava:guava` to version `33.0.0-jre`
(#2108)
06181bc17c is described below
commit 06181bc17ccfbbdc4b9f2dea3fbe83e3a8b45402
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Wed Dec 27 23:12:13 2023 +0000
Update `com.google.guava:guava` to version `33.0.0-jre` (#2108)
---
log4j-parent/pom.xml | 2 +-
src/changelog/.3.x.x/update_com_google_guava_guava.xml | 8 ++++++++
src/site/_release-notes/_3.x.x.adoc | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index c44ecb4360..805c1140ef 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -111,7 +111,7 @@
<flume.version>1.11.0</flume.version>
<graalvm.version>23.1.1</graalvm.version>
<groovy.version>4.0.16</groovy.version>
- <guava.version>32.1.2-jre</guava.version>
+ <guava.version>33.0.0-jre</guava.version>
<h2.version>2.2.222</h2.version>
<hadoop.version>1.2.1</hadoop.version>
<hamcrest.version>2.2</hamcrest.version>
diff --git a/src/changelog/.3.x.x/update_com_google_guava_guava.xml
b/src/changelog/.3.x.x/update_com_google_guava_guava.xml
new file mode 100644
index 0000000000..f4193542ce
--- /dev/null
+++ b/src/changelog/.3.x.x/update_com_google_guava_guava.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.2.xsd"
+ type="changed">
+ <issue id="2108" link="https://github.com/apache/logging-log4j2/pull/2108"/>
+ <description format="asciidoc">Update `com.google.guava:guava` to version
`33.0.0-jre`</description>
+</entry>
diff --git a/src/site/_release-notes/_3.x.x.adoc
b/src/site/_release-notes/_3.x.x.adoc
index 4ee226a199..268daf47fc 100644
--- a/src/site/_release-notes/_3.x.x.adoc
+++ b/src/site/_release-notes/_3.x.x.adoc
@@ -24,6 +24,7 @@ This release contains...
=== Changed
* Update
`com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to
version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2102[2102])
+* Update `com.google.guava:guava` to version `33.0.0-jre`
(https://github.com/apache/logging-log4j2/pull/2108[2108])
[#release-notes-3-x-x-fixed]
=== Fixed