This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch mvnd-1.x
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/mvnd-1.x by this push:
new 2b429d61 [1.x] Minor updates and align JUnit (#1610)
2b429d61 is described below
commit 2b429d61c017686ab85d80bd89d147ae203bf6ba
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue May 19 21:54:38 2026 +0200
[1.x] Minor updates and align JUnit (#1610)
Along with other minor dependency updates and reformat coming from
dependabot merged parent POM update.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 08b17a9a..5654f529 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
<graalvm.plugin.version>1.1.0</graalvm.plugin.version>
<groovy.version>5.0.6</groovy.version>
<jakarta.inject.version>1.0.5</jakarta.inject.version>
- <jline.version>3.30.8</jline.version>
+ <jline.version>3.30.13</jline.version>
<maven.version>3.9.16</maven.version>
<!-- Keep in sync with Maven -->
<maven.resolver.version>1.9.27</maven.resolver.version>
@@ -95,8 +95,8 @@
<buildnumber-maven-plugin.version>3.3.0</buildnumber-maven-plugin.version>
<groovy-maven-plugin.version>4.3.1</groovy-maven-plugin.version>
<mrm.version>1.7.1</mrm.version>
- <versions.junit5>5.14.3</versions.junit5>
- <junit-platform-launcher.version>1.14.1</junit-platform-launcher.version>
+ <versions.junit5>5.14.4</versions.junit5>
+ <junit-platform-launcher.version>1.14.4</junit-platform-launcher.version>
<takari-provisio.version>1.1.1</takari-provisio.version>
<picocli.version>4.7.7</picocli.version>