This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git
commit 020ec887d832366558ae9d6bc246bb5bbde8a0b0 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Nov 23 00:53:34 2025 +0100 Upgrade parent pom to 45 --- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c4a5950..240e683 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>43</version> + <version>45</version> <relativePath /> </parent> @@ -64,6 +64,8 @@ under the License. <properties> <mavenVersion>3.6.3</mavenVersion> <project.build.outputTimestamp>2021-02-24T19:52:25Z</project.build.outputTimestamp> + + <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin> </properties> <dependencies> @@ -84,12 +86,13 @@ under the License. <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> + <version>${version.maven-plugin-tools}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter</artifactId> + <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> </dependencies>
