This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
commit a2a58548873f4ee5c681580fa9ccfa88e976e444 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Wed Jan 18 10:03:39 2023 +0100 Upgrade to sisu 0.9.0.M1 and surefire 3.0.0-M8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0ba560e9..2ddcc0a2 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ <!-- Keep in sync with Maven --> <maven.resolver.version>1.9.2</maven.resolver.version> <slf4j.version>1.7.36</slf4j.version> - <sisu.version>0.3.5</sisu.version> + <sisu.version>0.9.0.M1</sisu.version> <!-- plugin versions a..z --> <buildnumber-maven-plugin.version>3.0.0</buildnumber-maven-plugin.version> @@ -98,7 +98,7 @@ <maven-install-plugin.version>3.1.0</maven-install-plugin.version> <maven-shade-plugin.version>3.4.1</maven-shade-plugin.version> <mrm.version>1.4.1</mrm.version> - <surefire.version>3.0.0-M7</surefire.version> + <surefire.version>3.0.0-M8</surefire.version> <!-- keep in sync with junit-platform-launcher.version --> <junit-platform-launcher.version>1.3.2</junit-platform-launcher.version> <!-- keep in sync with surefire.version -->