This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit adfb7f5ce38ff40e45515dfa6c7d960d4a027a6e Author: Pabst, Andreas <[email protected]> AuthorDate: Fri Dec 30 23:53:56 2022 +0100 [SUREFIRE-2139] Raise plexus-java to 1.1.2 for full Java 19 bytecode support --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 73f7664c7..03b0bda92 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ <commonsLang3Version>3.12.0</commonsLang3Version> <commonsCompress>1.21</commonsCompress> <commonsIoVersion>2.11.0</commonsIoVersion> - <plexus-java-version>1.1.1</plexus-java-version> + <plexus-java-version>1.1.2</plexus-java-version> <!-- maven-shared-utils:3.3.4 uses org.fusesource.jansi:jansi:2.2.0 --> <mavenSharedUtilsVersion>3.3.4</mavenSharedUtilsVersion> <powermockVersion>2.0.9</powermockVersion>
