This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new a9ab979de1 Update `com.h2database:h2` to version `2.2.224` (#1880)
a9ab979de1 is described below
commit a9ab979de17b0de50887d436de5ef6e70cb5a8d1
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Oct 20 11:11:49 2023 +0000
Update `com.h2database:h2` to version `2.2.224` (#1880)
---
log4j-parent/pom.xml | 2 +-
src/changelog/.2.x.x/update_com_h2database_h2.xml | 9 +++++++++
src/site/_release-notes/_2.x.x.adoc | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 8e5cf2c36e..2a97f998e1 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -88,7 +88,7 @@
<flume.version>1.11.0</flume.version>
<groovy.version>3.0.19</groovy.version>
<guava.version>32.1.3-jre</guava.version>
- <h2.version>2.2.222</h2.version>
+ <h2.version>2.2.224</h2.version>
<hadoop.version>1.2.1</hadoop.version>
<hamcrest.version>2.2</hamcrest.version>
<HdrHistogram.version>2.1.12</HdrHistogram.version>
diff --git a/src/changelog/.2.x.x/update_com_h2database_h2.xml
b/src/changelog/.2.x.x/update_com_h2database_h2.xml
new file mode 100644
index 0000000000..8474742a84
--- /dev/null
+++ b/src/changelog/.2.x.x/update_com_h2database_h2.xml
@@ -0,0 +1,9 @@
+<?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="1880" link="https://github.com/apache/logging-log4j2/pull/1880"/>
+ <author id="github:dependabot"/>
+ <description format="asciidoc">Update `com.h2database:h2` to version
`2.2.224`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc
b/src/site/_release-notes/_2.x.x.adoc
index 4c87027368..27914bcf1f 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -47,6 +47,6 @@ The module name of four bridges (`log4j-slf4j-impl`,
`log4j-slf4j2-impl`, `log4j
=== Changed
* Update `com.google.guava:guava` to version `32.1.3-jre`
(https://github.com/apache/logging-log4j2/pull/1875[1875])
+* Update `com.h2database:h2` to version `2.2.224`
(https://github.com/apache/logging-log4j2/pull/1880[1880])
* Update `io.netty:netty-bom` to version `4.1.100.Final`
(https://github.com/apache/logging-log4j2/pull/1857[1857])
-* Update `uk.org.webcompere:system-stubs-core` to version `2.1.3`
(https://github.com/apache/logging-log4j2/pull/1835[1835])
* Update Spring Framework from version 5.3.29 to 5.3.30;