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 74fa05fe19 Update `org.zeromq:jeromq` to version `0.5.4` (#1878)
74fa05fe19 is described below

commit 74fa05fe191c63e11b0e31c88643264d68c26b0c
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Oct 20 13:18:41 2023 +0000

    Update `org.zeromq:jeromq` to version `0.5.4` (#1878)
---
 log4j-parent/pom.xml                              | 2 +-
 src/changelog/.2.x.x/update_org_zeromq_jeromq.xml | 9 +++++++++
 src/site/_release-notes/_2.x.x.adoc               | 1 +
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 11c4bbf36c..a125b13010 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -112,7 +112,7 @@
     <jconsole.version>1.7.0</jconsole.version>
     <jctools.version>4.0.1</jctools.version>
     <je.version>18.3.12</je.version>
-    <jeromq.version>0.5.3</jeromq.version>
+    <jeromq.version>0.5.4</jeromq.version>
     <jetty.version>9.4.53.v20231009</jetty.version>
     <jmdns.version>3.5.8</jmdns.version>
     <jmh.version>1.37</jmh.version>
diff --git a/src/changelog/.2.x.x/update_org_zeromq_jeromq.xml 
b/src/changelog/.2.x.x/update_org_zeromq_jeromq.xml
new file mode 100644
index 0000000000..0b71481104
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org_zeromq_jeromq.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="1878" link="https://github.com/apache/logging-log4j2/pull/1878"/>
+  <author id="github:dependabot"/>
+  <description format="asciidoc">Update `org.zeromq:jeromq` to version 
`0.5.4`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc 
b/src/site/_release-notes/_2.x.x.adoc
index 74fcdcaa42..2e0d33a9eb 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -50,4 +50,5 @@ The module name of four bridges (`log4j-slf4j-impl`, 
`log4j-slf4j2-impl`, `log4j
 * 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 `org.zeromq:jeromq` to version `0.5.4` 
(https://github.com/apache/logging-log4j2/pull/1878[1878])
 * Update Spring Framework from version 5.3.29 to 5.3.30;

Reply via email to