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-kotlin.git
The following commit(s) were added to refs/heads/main by this push:
new 5c543bd Update `org.junit:junit-bom` to version `5.10.1` (#49)
5c543bd is described below
commit 5c543bdb9655121550f5b589ccf8ca9133f3a0c4
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Nov 6 08:28:28 2023 +0000
Update `org.junit:junit-bom` to version `5.10.1` (#49)
---
pom.xml | 2 +-
src/changelog/.1.x.x/update_org_junit_junit_bom.xml | 8 ++++++++
src/site/_release-notes/_1.x.x.adoc | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e5f4d9b..185c8bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
<!-- dependency versions -->
<jmh.version>1.37</jmh.version>
- <junit.version>5.10.0</junit.version>
+ <junit.version>5.10.1</junit.version>
<log4j.version>2.20.0</log4j.version>
<kotlin.version>1.6.21</kotlin.version>
<kotlinx.coroutines.version>1.6.4</kotlinx.coroutines.version>
diff --git a/src/changelog/.1.x.x/update_org_junit_junit_bom.xml
b/src/changelog/.1.x.x/update_org_junit_junit_bom.xml
new file mode 100644
index 0000000..9f7e959
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_junit_junit_bom.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="49"
link="https://github.com/apache/logging-log4j-kotlin/pull/49"/>
+ <description format="asciidoc">Update `org.junit:junit-bom` to version
`5.10.1`</description>
+</entry>
diff --git a/src/site/_release-notes/_1.x.x.adoc
b/src/site/_release-notes/_1.x.x.adoc
index a7ca847..5970cd2 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -48,3 +48,4 @@ This minor release bumps the Kotlin baseline to 1.6.21 and
contains various smal
==== Changed
* Update `org.apache.logging:logging-parent` to version `10.2.0`
+* Update `org.junit:junit-bom` to version `5.10.1`
(https://github.com/apache/logging-log4j-kotlin/pull/49[49])