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-log4j-jakarta.git
The following commit(s) were added to refs/heads/main by this push:
new 66fac20 Update `org.apache.logging:logging-parent` to version
`10.5.0` (#9)
66fac20 is described below
commit 66fac200b9af4f9a0029844eb3a281ae08731da0
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Dec 21 21:03:42 2023 +0000
Update `org.apache.logging:logging-parent` to version `10.5.0` (#9)
---
pom.xml | 2 +-
.../.3.x.x/update_org_apache_logging_logging_parent.xml | 8 ++++++++
src/site/_release-notes/_3.x.x.adoc | 9 +++++----
3 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index eeaa85f..fa4e02f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
- <version>10.4.0</version>
+ <version>10.5.0</version>
</parent>
<groupId>org.apache.logging.log4j</groupId>
diff --git a/src/changelog/.3.x.x/update_org_apache_logging_logging_parent.xml
b/src/changelog/.3.x.x/update_org_apache_logging_logging_parent.xml
new file mode 100644
index 0000000..72349a5
--- /dev/null
+++ b/src/changelog/.3.x.x/update_org_apache_logging_logging_parent.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="9" link="https://github.com/apache/logging-log4j-jakarta/pull/9"/>
+ <description format="asciidoc">Update `org.apache.logging:logging-parent` to
version `10.5.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_3.x.x.adoc
b/src/site/_release-notes/_3.x.x.adoc
index 468c704..81c32bb 100644
--- a/src/site/_release-notes/_3.x.x.adoc
+++ b/src/site/_release-notes/_3.x.x.adoc
@@ -50,14 +50,15 @@ This minor release contains various bug fixes and
improvements.
* Fork Jakarta-specific components from `logging-log4j2` repository to
`logging-log4j-jakarta`
(https://github.com/apache/logging-log4j2/issues/1966[#1966])
* Update `commons-logging:commons-logging` to version `1.3.0`
(https://github.com/apache/logging-log4j-jakarta/pull/7[7])
+* Update `org.apache.logging:logging-parent` to version `10.5.0`
(https://github.com/apache/logging-log4j-jakarta/pull/9[9])
* Update `org.junit:junit-bom` to version `5.10.1`
(https://github.com/apache/logging-log4j-jakarta/pull/1[1])
* Update `org.mockito:mockito-bom` to version `5.8.0`
(https://github.com/apache/logging-log4j-jakarta/pull/6[6])
* Update `org.springframework:spring-framework-bom` to version `6.1.2`
(https://github.com/apache/logging-log4j-jakarta/pull/8[8])
-==== Removed
-
-* Remove `log4j-jms` based on Java EE 8+
(https://github.com/apache/logging-log4j2/issues/1966[#1966])
-
==== Fixed
* Only shutdown Log4j after last `Log4jServletContextListener` is executed.
(https://github.com/apache/logging-log4j2/issues/1782[1782])
+
+==== Removed
+
+* Remove `log4j-jms` based on Java EE 8+
(https://github.com/apache/logging-log4j2/issues/1966[#1966])