Skip to content

Commit bd08644

Browse files
committed
Update com.google.guava:guava to version 33.0.0-jre (#2110)
1 parent cb34a73 commit bd08644

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<flapdoodle-reverse.version>1.7.2</flapdoodle-reverse.version>
8888
<flume.version>1.11.0</flume.version>
8989
<groovy.version>3.0.19</groovy.version>
90-
<guava.version>32.1.3-jre</guava.version>
90+
<guava.version>33.0.0-jre</guava.version>
9191
<h2.version>2.2.224</h2.version>
9292
<hadoop.version>1.2.1</hadoop.version>
9393
<hamcrest.version>2.2</hamcrest.version>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5+
type="changed">
6+
<issue id="2110" link="https://github.com/apache/logging-log4j2/pull/2110"/>
7+
<description format="asciidoc">Update `com.google.guava:guava` to version `33.0.0-jre`</description>
8+
</entry>

src/site/_release-notes/_2.x.x.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This releases contains ...
3131
* Update `ch.qos.logback:logback-classic` to version `1.3.14` (https://github.com/apache/logging-log4j2/pull/2029[2029])
3232
* Update `co.elastic.clients:elasticsearch-java` to version `8.11.2` (https://github.com/apache/logging-log4j2/pull/2078[2078])
3333
* Update `com.github.luben:zstd-jni` to version `1.5.5-11` (https://github.com/apache/logging-log4j2/pull/2030[2030])
34+
* Update `com.google.guava:guava` to version `33.0.0-jre` (https://github.com/apache/logging-log4j2/pull/2110[2110])
3435
* Update `commons-codec:commons-codec` to version `1.16.0` (https://github.com/apache/logging-log4j2/pull/2042[2042])
3536
* Update `commons-io:commons-io` to version `2.15.1` (https://github.com/apache/logging-log4j2/pull/2034[2034])
3637
* Update `commons-logging:commons-logging` to version `1.3.0` (https://github.com/apache/logging-log4j2/pull/2050[2050])

0 commit comments

Comments
 (0)