Skip to content

Commit

Permalink
Update org.junit:junit-bom to version 5.10.1 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Nov 6, 2023
1 parent 905f87e commit 5c543bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 8 additions & 0 deletions src/changelog/.1.x.x/update_org_junit_junit_bom.xml
Original file line number Diff line number Diff line change
@@ -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>
1 change: 1 addition & 0 deletions src/site/_release-notes/_1.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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])

0 comments on commit 5c543bd

Please sign in to comment.