Skip to content

Commit

Permalink
upped some plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 5, 2023
1 parent e620665 commit 7430d1e
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 @@ -17,7 +17,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.target.version>8</java.target.version>
<jacoco.version>0.8.10</jacoco.version>
<jacoco.version>0.8.11</jacoco.version>
</properties>

<licenses>
Expand Down Expand Up @@ -102,7 +102,7 @@
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down Expand Up @@ -145,7 +145,7 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.3.0</version>
<version>3.0.1</version>
<configuration>
<branchName>${project.version}</branchName>
<tagNameFormat>@{project.version}</tagNameFormat>
Expand All @@ -156,7 +156,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</version>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
<systemPropertyVariables>
Expand Down Expand Up @@ -195,7 +195,7 @@
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -220,7 +220,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 7430d1e

Please sign in to comment.