Skip to content

Commit

Permalink
[MRELEASE-1116] Upgrade plugins and components
Browse files Browse the repository at this point in the history
This closes #106
  • Loading branch information
michael-o committed Mar 12, 2023
1 parent f2f3943 commit 53abf9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@
<javaVersion>8</javaVersion>
<mavenVersion>3.2.5</mavenVersion>
<resolverVersion>1.0.0.v20140518</resolverVersion>
<wagonVersion>3.5.1</wagonVersion>
<surefire.version>3.0.0-M6</surefire.version>
<wagonVersion>3.5.3</wagonVersion>
<surefire.version>3.0.0-M9</surefire.version>
<slf4jVersion>1.7.36</slf4jVersion>
<junitVersion>4.13.2</junitVersion>
<maven.site.path>maven-release-archives/maven-release-LATEST</maven.site.path>
<project.build.outputTimestamp>2022-10-29T17:22:03Z</project.build.outputTimestamp>

<mavenCompilerPluginVersion>3.10.1</mavenCompilerPluginVersion>
<mavenInvokerPluginVersion>3.2.2</mavenInvokerPluginVersion>
<mavenCompilerPluginVersion>3.11.0</mavenCompilerPluginVersion>
<mavenInvokerPluginVersion>3.5.0</mavenInvokerPluginVersion>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -277,7 +277,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.4.2</version>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
Expand All @@ -298,7 +298,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.8.2</version>
<version>2.9.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 53abf9a

Please sign in to comment.