Skip to content

Commit b2b7b7f

Browse files
Bump org.apache.maven:maven-parent from 44 to 45 (#107)
* Bump org.apache.maven:maven-parent from 44 to 45 Bumps [org.apache.maven:maven-parent](https://github.com/apache/maven-parent) from 44 to 45. - [Release notes](https://github.com/apache/maven-parent/releases) - [Commits](https://github.com/apache/maven-parent/commits) --- updated-dependencies: - dependency-name: org.apache.maven:maven-parent dependency-version: '45' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Use plexus-util in version 3.6.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <[email protected]>
1 parent b24e0b7 commit b2b7b7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

maven-plugin-testing-harness/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ under the License.
105105
<dependency>
106106
<groupId>org.codehaus.plexus</groupId>
107107
<artifactId>plexus-utils</artifactId>
108+
<version>3.6.0</version>
108109
</dependency>
109110
<dependency>
110111
<groupId>org.codehaus.plexus</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>44</version>
26+
<version>45</version>
2727
<relativePath />
2828
</parent>
2929

0 commit comments

Comments
 (0)