This is an automated email from the ASF dual-hosted git repository.
rgupta 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 4564dff Bump junit.version from 5.12.0 to 6.0.1 (#141)
4564dff is described below
commit 4564dff21c700763566a151ae9849e129d354ea8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 31 16:12:21 2026 +0000
Bump junit.version from 5.12.0 to 6.0.1 (#141)
Bumps `junit.version` from 5.12.0 to 6.0.1.
Updates `org.junit:junit-bom` from 5.12.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r5.12.0...r6.0.1)
Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r5.12.0...r6.0.1)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-version: 6.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cbd2a8b..6632082 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
<!-- dependency versions -->
<jmh.version>1.37</jmh.version>
- <junit.version>5.12.0</junit.version>
+ <junit.version>6.0.3</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>