Skip to content

Commit

Permalink
Update some plugins
Browse files Browse the repository at this point in the history
- Update the maven-compiler-plugin plugin to 3.12.1
- Update the maven-surefire-plugin plugin to 3.2.3
  • Loading branch information
AlexisJehan committed Dec 24, 2023
1 parent bdbcbe3 commit 1c58142
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
- Update the `junit-jupiter` dependency to `5.10.1`
- Update the `assertj-core` dependency to `3.24.2`
- Update the `license-maven-plugin` plugin to `4.3`
- Update the `maven-compiler-plugin` plugin to `3.11.0`
- Update the `maven-surefire-plugin` plugin to `3.2.2`
- Update the `maven-compiler-plugin` plugin to `3.12.1`
- Update the `maven-surefire-plugin` plugin to `3.2.3`
- Update the `jacoco-maven-plugin` plugin to `0.8.11`
- Update the `maven-source-plugin` plugin to `3.3.0`
- Update the `maven-javadoc-plugin` plugin to `3.6.3`
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<showDeprecation>true</showDeprecation>
<compilerArgs>
Expand All @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit 1c58142

Please sign in to comment.