This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new fb3ecaef88 [maven-release-plugin] prepare release maven-4.0.0-rc-5
fb3ecaef88 is described below
commit fb3ecaef88106acb40467a450248dfdbd75f3b35
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Nov 7 23:49:44 2025 +0100
[maven-release-plugin] prepare release maven-4.0.0-rc-5
---
apache-maven/pom.xml | 2 +-
api/maven-api-annotations/pom.xml | 2 +-
api/maven-api-cli/pom.xml | 2 +-
api/maven-api-core/pom.xml | 2 +-
api/maven-api-di/pom.xml | 2 +-
api/maven-api-metadata/pom.xml | 2 +-
api/maven-api-model/pom.xml | 2 +-
api/maven-api-plugin/pom.xml | 2 +-
api/maven-api-settings/pom.xml | 2 +-
api/maven-api-spi/pom.xml | 2 +-
api/maven-api-toolchain/pom.xml | 2 +-
api/maven-api-xml/pom.xml | 2 +-
api/pom.xml | 2 +-
compat/maven-artifact/pom.xml | 2 +-
compat/maven-builder-support/pom.xml | 2 +-
compat/maven-compat/pom.xml | 2 +-
compat/maven-embedder/pom.xml | 2 +-
compat/maven-model-builder/pom.xml | 2 +-
compat/maven-model/pom.xml | 2 +-
compat/maven-plugin-api/pom.xml | 2 +-
compat/maven-repository-metadata/pom.xml | 2 +-
compat/maven-resolver-provider/pom.xml | 2 +-
compat/maven-settings-builder/pom.xml | 2 +-
compat/maven-settings/pom.xml | 2 +-
compat/maven-toolchain-builder/pom.xml | 2 +-
compat/maven-toolchain-model/pom.xml | 2 +-
compat/pom.xml | 2 +-
impl/maven-cli/pom.xml | 2 +-
impl/maven-core/pom.xml | 2 +-
impl/maven-di/pom.xml | 2 +-
impl/maven-executor/pom.xml | 2 +-
impl/maven-impl/pom.xml | 2 +-
impl/maven-jline/pom.xml | 2 +-
impl/maven-logging/pom.xml | 2 +-
impl/maven-support/pom.xml | 2 +-
impl/maven-testing/pom.xml | 2 +-
impl/maven-xml/pom.xml | 2 +-
impl/pom.xml | 2 +-
pom.xml | 6 +++---
39 files changed, 41 insertions(+), 41 deletions(-)
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 28c4a2fcaf..9ec069dcb2 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>apache-maven</artifactId>
diff --git a/api/maven-api-annotations/pom.xml
b/api/maven-api-annotations/pom.xml
index 40872a8f74..89b2d361e7 100644
--- a/api/maven-api-annotations/pom.xml
+++ b/api/maven-api-annotations/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-api-annotations</artifactId>
diff --git a/api/maven-api-cli/pom.xml b/api/maven-api-cli/pom.xml
index 509f0dad6b..8ab0f03102 100644
--- a/api/maven-api-cli/pom.xml
+++ b/api/maven-api-cli/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-api-cli</artifactId>
diff --git a/api/maven-api-core/pom.xml b/api/maven-api-core/pom.xml
index 104d6375b7..29e306d0a8 100644
--- a/api/maven-api-core/pom.xml
+++ b/api/maven-api-core/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-api-core</artifactId>
diff --git a/api/maven-api-di/pom.xml b/api/maven-api-di/pom.xml
index c2cc62e36f..6bb40ec26a 100644
--- a/api/maven-api-di/pom.xml
+++ b/api/maven-api-di/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-api-di</artifactId>
diff --git a/api/maven-api-metadata/pom.xml b/api/maven-api-metadata/pom.xml
index 174816e59e..913dfc6f2c 100644
--- a/api/maven-api-metadata/pom.xml
+++ b/api/maven-api-metadata/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-api-metadata</artifactId>
diff --git a/api/maven-api-model/pom.xml b/api/maven-api-model/pom.xml
index 37e0555cbe..ab0d2c6734 100644
--- a/api/maven-api-model/pom.xml
+++ b/api/maven-api-model/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-api-model</artifactId>
diff --git a/api/maven-api-plugin/pom.xml b/api/maven-api-plugin/pom.xml
index ecc36001df..e685e0b87a 100644
--- a/api/maven-api-plugin/pom.xml
+++ b/api/maven-api-plugin/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-api-plugin</artifactId>
diff --git a/api/maven-api-settings/pom.xml b/api/maven-api-settings/pom.xml
index 426a03af58..79eb1e1086 100644
--- a/api/maven-api-settings/pom.xml
+++ b/api/maven-api-settings/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-api-settings</artifactId>
diff --git a/api/maven-api-spi/pom.xml b/api/maven-api-spi/pom.xml
index 9e11c42fe5..f3e4685a43 100644
--- a/api/maven-api-spi/pom.xml
+++ b/api/maven-api-spi/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-api-spi</artifactId>
diff --git a/api/maven-api-toolchain/pom.xml b/api/maven-api-toolchain/pom.xml
index 108275549d..e71d062fa4 100644
--- a/api/maven-api-toolchain/pom.xml
+++ b/api/maven-api-toolchain/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-api-toolchain</artifactId>
diff --git a/api/maven-api-xml/pom.xml b/api/maven-api-xml/pom.xml
index 5ce4808d44..52a683b8fd 100644
--- a/api/maven-api-xml/pom.xml
+++ b/api/maven-api-xml/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-api-xml</artifactId>
diff --git a/api/pom.xml b/api/pom.xml
index ba5c47f3a1..0d74ace0ba 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-api</artifactId>
diff --git a/compat/maven-artifact/pom.xml b/compat/maven-artifact/pom.xml
index 381253f437..bdfa35d074 100644
--- a/compat/maven-artifact/pom.xml
+++ b/compat/maven-artifact/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-artifact</artifactId>
diff --git a/compat/maven-builder-support/pom.xml
b/compat/maven-builder-support/pom.xml
index 2297ad4d72..80a1762265 100644
--- a/compat/maven-builder-support/pom.xml
+++ b/compat/maven-builder-support/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-builder-support</artifactId>
diff --git a/compat/maven-compat/pom.xml b/compat/maven-compat/pom.xml
index e584686e79..48118556fe 100644
--- a/compat/maven-compat/pom.xml
+++ b/compat/maven-compat/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-compat</artifactId>
diff --git a/compat/maven-embedder/pom.xml b/compat/maven-embedder/pom.xml
index 7c1045dfcf..8ff5eea4b2 100644
--- a/compat/maven-embedder/pom.xml
+++ b/compat/maven-embedder/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-embedder</artifactId>
diff --git a/compat/maven-model-builder/pom.xml
b/compat/maven-model-builder/pom.xml
index 8c2719f1f6..ada5fb1fb7 100644
--- a/compat/maven-model-builder/pom.xml
+++ b/compat/maven-model-builder/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-model-builder</artifactId>
diff --git a/compat/maven-model/pom.xml b/compat/maven-model/pom.xml
index 772ddcec12..149a0edd4c 100644
--- a/compat/maven-model/pom.xml
+++ b/compat/maven-model/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-model</artifactId>
diff --git a/compat/maven-plugin-api/pom.xml b/compat/maven-plugin-api/pom.xml
index dffdb05609..34d0ddab9e 100644
--- a/compat/maven-plugin-api/pom.xml
+++ b/compat/maven-plugin-api/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-plugin-api</artifactId>
diff --git a/compat/maven-repository-metadata/pom.xml
b/compat/maven-repository-metadata/pom.xml
index bb12e5216b..a5828d58ae 100644
--- a/compat/maven-repository-metadata/pom.xml
+++ b/compat/maven-repository-metadata/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-repository-metadata</artifactId>
diff --git a/compat/maven-resolver-provider/pom.xml
b/compat/maven-resolver-provider/pom.xml
index 79574d50d7..765e4865ef 100644
--- a/compat/maven-resolver-provider/pom.xml
+++ b/compat/maven-resolver-provider/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-resolver-provider</artifactId>
diff --git a/compat/maven-settings-builder/pom.xml
b/compat/maven-settings-builder/pom.xml
index dc7806e20a..2bb29587bf 100644
--- a/compat/maven-settings-builder/pom.xml
+++ b/compat/maven-settings-builder/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-settings-builder</artifactId>
diff --git a/compat/maven-settings/pom.xml b/compat/maven-settings/pom.xml
index 3a825e9ddc..5599c21f3a 100644
--- a/compat/maven-settings/pom.xml
+++ b/compat/maven-settings/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-settings</artifactId>
diff --git a/compat/maven-toolchain-builder/pom.xml
b/compat/maven-toolchain-builder/pom.xml
index 635a58d7ea..0cfe24d8c5 100644
--- a/compat/maven-toolchain-builder/pom.xml
+++ b/compat/maven-toolchain-builder/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-toolchain-builder</artifactId>
diff --git a/compat/maven-toolchain-model/pom.xml
b/compat/maven-toolchain-model/pom.xml
index 8f309312c8..0303fd32a0 100644
--- a/compat/maven-toolchain-model/pom.xml
+++ b/compat/maven-toolchain-model/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-toolchain-model</artifactId>
diff --git a/compat/pom.xml b/compat/pom.xml
index 3032d65a4d..8b6d794a39 100644
--- a/compat/pom.xml
+++ b/compat/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-compat-modules</artifactId>
diff --git a/impl/maven-cli/pom.xml b/impl/maven-cli/pom.xml
index 85dbb25a99..71f43e6228 100644
--- a/impl/maven-cli/pom.xml
+++ b/impl/maven-cli/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-cli</artifactId>
diff --git a/impl/maven-core/pom.xml b/impl/maven-core/pom.xml
index 08da7144ae..2bbad10c46 100644
--- a/impl/maven-core/pom.xml
+++ b/impl/maven-core/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-core</artifactId>
diff --git a/impl/maven-di/pom.xml b/impl/maven-di/pom.xml
index 5a6d5c3773..04a9726e48 100644
--- a/impl/maven-di/pom.xml
+++ b/impl/maven-di/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-di</artifactId>
diff --git a/impl/maven-executor/pom.xml b/impl/maven-executor/pom.xml
index c83722f63b..019f87bc54 100644
--- a/impl/maven-executor/pom.xml
+++ b/impl/maven-executor/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-executor</artifactId>
diff --git a/impl/maven-impl/pom.xml b/impl/maven-impl/pom.xml
index f021234671..a32080aec1 100644
--- a/impl/maven-impl/pom.xml
+++ b/impl/maven-impl/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-impl</artifactId>
diff --git a/impl/maven-jline/pom.xml b/impl/maven-jline/pom.xml
index 74d93c0553..0fbf65b8e4 100644
--- a/impl/maven-jline/pom.xml
+++ b/impl/maven-jline/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-jline</artifactId>
diff --git a/impl/maven-logging/pom.xml b/impl/maven-logging/pom.xml
index 84c68710ce..6c56ff9047 100644
--- a/impl/maven-logging/pom.xml
+++ b/impl/maven-logging/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-logging</artifactId>
diff --git a/impl/maven-support/pom.xml b/impl/maven-support/pom.xml
index 87f45ef518..50c1b815f7 100644
--- a/impl/maven-support/pom.xml
+++ b/impl/maven-support/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-support</artifactId>
diff --git a/impl/maven-testing/pom.xml b/impl/maven-testing/pom.xml
index 6bef6bb4b0..282cfe4e5e 100644
--- a/impl/maven-testing/pom.xml
+++ b/impl/maven-testing/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-testing</artifactId>
diff --git a/impl/maven-xml/pom.xml b/impl/maven-xml/pom.xml
index f8e819de09..f4cfd88d58 100644
--- a/impl/maven-xml/pom.xml
+++ b/impl/maven-xml/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-xml</artifactId>
diff --git a/impl/pom.xml b/impl/pom.xml
index a7cc8f02bd..e5b82c5b0c 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
</parent>
<artifactId>maven-impl-modules</artifactId>
diff --git a/pom.xml b/pom.xml
index d923ef0177..170d792a45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-rc-5</version>
<packaging>pom</packaging>
<name>Apache Maven</name>
@@ -108,7 +108,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
- <tag>maven-4.0.0-rc-1</tag>
+ <tag>maven-4.0.0-rc-5</tag>
<url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -140,7 +140,7 @@ under the License.
<distributionShortName>Maven</distributionShortName>
<distributionName>Apache Maven</distributionName>
<maven.site.path>ref/4-LATEST</maven.site.path>
-
<project.build.outputTimestamp>2025-06-18T10:29:55Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-11-07T22:46:10Z</project.build.outputTimestamp>
<!-- various versions -->
<assertjVersion>3.27.6</assertjVersion>
<asmVersion>9.9</asmVersion>