Skip to content

Commit

Permalink
[build] Upgrade maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Jun 6, 2024
1 parent 7050265 commit 127a164
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<source>11</source>
<target>11</target>
Expand Down Expand Up @@ -112,7 +112,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<configuration>
<skipIfEmpty>false</skipIfEmpty>
<excludes>
Expand Down Expand Up @@ -179,7 +179,7 @@
-->
<groupId>io.yupiik.maven</groupId>
<artifactId>yupiik-tools-maven-plugin</artifactId>
<version>1.2.1</version>
<version>1.2.3</version>
<executions>
<execution>
<id>doc</id>
Expand All @@ -203,7 +203,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.1</version>
<version>4.3</version>
<executions>
<execution>
<id>check-license</id>
Expand Down

0 comments on commit 127a164

Please # to comment.