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-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 4d1ca46  Update `org.junit.jupiter:junit-jupiter-engine` to version 
`5.10.1` (#83)
4d1ca46 is described below

commit 4d1ca464102e76c9506e3747c405a7d6f3e58c29
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Nov 6 07:30:33 2023 +0000

    Update `org.junit.jupiter:junit-jupiter-engine` to version `5.10.1` (#83)
---
 log4j-tools-parent/pom.xml                                        | 2 +-
 .../.0.x.x/update_org_junit_jupiter_junit_jupiter_engine.xml      | 8 ++++++++
 src/site/_release-notes/_0.x.x.adoc                               | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/log4j-tools-parent/pom.xml b/log4j-tools-parent/pom.xml
index 609912c..86ad55a 100644
--- a/log4j-tools-parent/pom.xml
+++ b/log4j-tools-parent/pom.xml
@@ -35,7 +35,7 @@
     <assertj.version>3.24.2</assertj.version>
     <commons-io.version>2.13.0</commons-io.version>
     <freemarker.version>2.3.32</freemarker.version>
-    <junit.version>5.10.0</junit.version>
+    <junit.version>5.10.1</junit.version>
     <maven-plugin.version>3.8.2</maven-plugin.version>
     <maven-plugin-api.version>3.6.3</maven-plugin-api.version>
 
diff --git 
a/src/changelog/.0.x.x/update_org_junit_jupiter_junit_jupiter_engine.xml 
b/src/changelog/.0.x.x/update_org_junit_jupiter_junit_jupiter_engine.xml
new file mode 100644
index 0000000..206c6e0
--- /dev/null
+++ b/src/changelog/.0.x.x/update_org_junit_jupiter_junit_jupiter_engine.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="83" link="https://github.com/apache/logging-log4j-tools/pull/83"/>
+  <description format="asciidoc">Update 
`org.junit.jupiter:junit-jupiter-engine` to version `5.10.1`</description>
+</entry>
diff --git a/src/site/_release-notes/_0.x.x.adoc 
b/src/site/_release-notes/_0.x.x.adoc
index 12ebae4..067b12c 100644
--- a/src/site/_release-notes/_0.x.x.adoc
+++ b/src/site/_release-notes/_0.x.x.adoc
@@ -48,6 +48,7 @@ This minor release contains various bug fixes and 
improvements.
 ==== Changed
 
 * Update `org.apache.logging:logging-parent` to version `10.2.0`
+* Update `org.junit.jupiter:junit-jupiter-engine` to version `5.10.1` 
(https://github.com/apache/logging-log4j-tools/pull/83[83])
 
 ==== Fixed
 

Reply via email to