Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
2 changes: 1 addition & 1 deletion its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ under the License.

<wagonVersion>3.5.3</wagonVersion>
<asmVersion>9.9.1</asmVersion>
<plexusUtilsVersion>4.0.2</plexusUtilsVersion>
<plexusUtilsVersion>3.6.1</plexusUtilsVersion>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

??? 😄

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really weird...

<plexusXmlVersion>4.1.1</plexusXmlVersion>

<!-- Set as system property in surefire/failsafe to propagate to tests and IT Verifier -->
Expand Down