Skip to content

Commit f0aedd5

Browse files
[MCLEAN-119] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#44)
* Bump org.apache.maven.plugins:maven-plugins from 41 to 42 Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 41 to 42. - [Release notes](https://github.com/apache/maven-parent/releases) - [Commits](https://github.com/apache/maven-parent/commits) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-plugins dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * clean after with new parent --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <slawomir.jaranowski@payu.com>
1 parent d3b2800 commit f0aedd5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.plugins</groupId>
2525
<artifactId>maven-plugins</artifactId>
26-
<version>41</version>
26+
<version>42</version>
2727
<relativePath />
2828
</parent>
2929

@@ -62,8 +62,6 @@ under the License.
6262

6363
<properties>
6464
<mavenVersion>3.6.3</mavenVersion>
65-
<!-- TODO remove with next parent -->
66-
<version.maven-plugin-tools>3.12.0</version.maven-plugin-tools>
6765
<project.build.outputTimestamp>2023-10-23T06:00:49Z</project.build.outputTimestamp>
6866
</properties>
6967

@@ -108,7 +106,6 @@ under the License.
108106
<dependency>
109107
<groupId>org.junit.jupiter</groupId>
110108
<artifactId>junit-jupiter-api</artifactId>
111-
<version>5.9.3</version>
112109
<scope>test</scope>
113110
</dependency>
114111
<dependency>

0 commit comments

Comments
 (0)