Skip to content

Commit

Permalink
[MNG-6506] [MNG-6543] Upgrade Plexus Classworlds to 2.6.0
Browse files Browse the repository at this point in the history
Enable plugins that use the new JPMS Java 9 API to work in Java 9+
  • Loading branch information
slachiewicz committed Mar 28, 2019
1 parent 0be2644 commit 5306cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -49,7 +49,7 @@ under the License.
<maven.version>3.0.5</maven.version>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<classWorldsVersion>2.5.2</classWorldsVersion>
<classWorldsVersion>2.6.0</classWorldsVersion>
<commonsCliVersion>1.4</commonsCliVersion>
<commonsLangVersion>3.8.1</commonsLangVersion>
<junitVersion>4.12</junitVersion>
Expand Down

0 comments on commit 5306cd0

Please sign in to comment.