Skip to content

Commit

Permalink
Update maven plugins
Browse files Browse the repository at this point in the history
maven-enforcer-plugin 3.2.1 -> 3.4.1
maven-pmd-plugin 3.20.0 -> 3.21.2
maven-resources-plugin 3.3.0 -> 3.3.1
org.codehaus.mojo:build-helper-maven-plugin 3.4.0 -> 3.5.0
org.codehaus.mojo:sonar-maven-plugin 2.4 -> 3.10.0.2594
org.jacoco:jacoco-maven-plugin 0.8.8 -> 0.8.11
  • Loading branch information
akurtakov committed Feb 21, 2024
1 parent 25edc17 commit 55a3dc2
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 @@ -631,7 +631,7 @@
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.2.1</version>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-maven-version</id>
Expand All @@ -656,7 +656,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>2.4</version>
<version>3.10.0.2594</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
Expand Down Expand Up @@ -770,7 +770,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.11</version>
<executions>
<execution>
<id>pre-test</id>
Expand Down Expand Up @@ -926,7 +926,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<configuration>
<encoding>ISO-8859-1</encoding>
</configuration>
Expand Down Expand Up @@ -961,7 +961,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.20.0</version>
<version>3.21.2</version>
<configuration>
<inputEncoding>utf-8</inputEncoding>
<minimumTokens>100</minimumTokens>
Expand Down Expand Up @@ -1064,7 +1064,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 55a3dc2

Please sign in to comment.