This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 64b9f261c3ad48a13f4b236b020e5633ba07cf31
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Sep 29 09:20:44 2023 +0000

    Update `org.junit.jupiter:junit-jupiter-engine` to version `5.10.0`
---
 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 fe11a70..609912c 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.9.3</junit.version>
+    <junit.version>5.10.0</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..f2c5d35
--- /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.1.xsd";
+       type="changed">
+  <author id="github:dependabot"/>
+  <description format="asciidoc">Update 
`org.junit.jupiter:junit-jupiter-engine` to version `5.10.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_0.x.x.adoc 
b/src/site/_release-notes/_0.x.x.adoc
index c19aa20..8350215 100644
--- a/src/site/_release-notes/_0.x.x.adoc
+++ b/src/site/_release-notes/_0.x.x.adoc
@@ -50,3 +50,4 @@ This minor release contains various bug fixes and 
improvements.
 * Made `author` element optional and bumped the XML schema version to `0.1.2` 
(https://github.com/apache/logging-log4j-tools/issues/81[81])
 * Make `log4j-changelog-maven-plugin` thread-safe 
(https://github.com/apache/logging-log4j-tools/issues/80[80])
 * Update `org.apache.logging:logging-parent` to version `10.1.0` 
(https://github.com/apache/logging-log4j-tools/pull/82[82])
+* Update `org.junit.jupiter:junit-jupiter-engine` to version `5.10.0`

Reply via email to