Skip to content

Commit

Permalink
Bump plexus-compiler from 2.11.1 to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed May 16, 2022
1 parent 017ed1b commit 5224f2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modello-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
and xml files to test every feature for every plugin.
</description>

<properties>
<plexus.compiler.version>2.12.0</plexus.compiler.version>
</properties>
<dependencies>
<dependency>
<groupId>org.eclipse.sisu</groupId>
Expand All @@ -26,12 +29,12 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-javac</artifactId>
<version>2.11.1</version>
<version>${plexus.compiler.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-api</artifactId>
<version>2.12.0</version>
<version>${plexus.compiler.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 5224f2a

Please sign in to comment.