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-scala.git
The following commit(s) were added to refs/heads/main by this push:
new 4f6243e Update `org.apache.logging:logging-parent` to version
`10.5.0` (#41)
4f6243e is described below
commit 4f6243e9672b384d90a7a4043c3b8d12d2595ad2
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Dec 21 11:00:26 2023 +0000
Update `org.apache.logging:logging-parent` to version `10.5.0` (#41)
---
pom.xml | 2 +-
.../.13.x.x/update_org_apache_logging_logging_parent.xml | 8 ++++++++
src/site/_release-notes/_13.x.x.adoc | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6bab147..bc4c89c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
- <version>10.4.0</version>
+ <version>10.5.0</version>
<relativePath />
</parent>
diff --git a/src/changelog/.13.x.x/update_org_apache_logging_logging_parent.xml
b/src/changelog/.13.x.x/update_org_apache_logging_logging_parent.xml
new file mode 100644
index 0000000..4ca16bf
--- /dev/null
+++ b/src/changelog/.13.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="41" link="https://github.com/apache/logging-log4j-scala/pull/41"/>
+ <description format="asciidoc">Update `org.apache.logging:logging-parent` to
version `10.5.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_13.x.x.adoc
b/src/site/_release-notes/_13.x.x.adoc
index fba87a1..d934078 100644
--- a/src/site/_release-notes/_13.x.x.adoc
+++ b/src/site/_release-notes/_13.x.x.adoc
@@ -51,3 +51,4 @@ This minor release contains various bug fixes and
improvements.
* Update `org.apache.logging:logging-parent` to version `10.2.0`
* Update `apache/logging-parent` to version ``
(https://github.com/apache/logging-log4j-scala/pull/38[38])
* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0`
(https://github.com/apache/logging-log4j-scala/pull/37[37])
+* Update `org.apache.logging:logging-parent` to version `10.5.0`
(https://github.com/apache/logging-log4j-scala/pull/41[41])