Update `org.junit:junit-bom` to version `5.11.4` (#102)
diff --git a/pom.xml b/pom.xml index ff602f6..7f65948 100644 --- a/pom.xml +++ b/pom.xml
@@ -142,7 +142,7 @@ <!-- dependency versions --> <jmh.version>1.37</jmh.version> - <junit.version>5.11.3</junit.version> + <junit.version>5.11.4</junit.version> <log4j.version>2.24.3</log4j.version> <kotlin.version>2.0.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 index d20c691..7bb9257 100644 --- a/src/changelog/.1.x.x/update_org_junit_junit_bom.xml +++ b/src/changelog/.1.x.x/update_org_junit_junit_bom.xml
@@ -3,6 +3,6 @@ xmlns="https://logging.apache.org/xml/ns" xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" type="updated"> - <issue id="98" link="https://github.com/apache/logging-log4j-kotlin/pull/98"/> - <description format="asciidoc">Update `org.junit:junit-bom` to version `5.11.3`</description> + <issue id="102" link="https://github.com/apache/logging-log4j-kotlin/pull/102"/> + <description format="asciidoc">Update `org.junit:junit-bom` to version `5.11.4`</description> </entry>