We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72dd85e commit 3610962Copy full SHA for 3610962
pom.xml
@@ -23,7 +23,7 @@ under the License.
23
<parent>
24
<groupId>org.apache.maven.plugins</groupId>
25
<artifactId>maven-plugins</artifactId>
26
- <version>44</version>
+ <version>45</version>
27
<relativePath />
28
</parent>
29
@@ -62,6 +62,8 @@ under the License.
62
63
<properties>
64
<mavenVersion>3.9.11</mavenVersion>
65
+ <version.plexus-utils>3.6.0</version.plexus-utils>
66
+ <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
67
<project.build.outputTimestamp>2025-05-27T21:55:59Z</project.build.outputTimestamp>
68
</properties>
69
0 commit comments