Skip to content

Commit

Permalink
Update some dependencies and plugins
Browse files Browse the repository at this point in the history
- Update the assertj-core dependency to 3.25.2
- Update the maven-surefire-plugin plugin to 3.2.5
  • Loading branch information
AlexisJehan committed Feb 2, 2024
1 parent 76ae52f commit 2a58a06
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 @@ -6,10 +6,10 @@
- Add the `maven-pmd-plugin` plugin with `pmd-core` and `pmd-java` dependencies
- Update the `javanilla` dependency to `1.8.0`
- Update the `junit-jupiter` dependency to `5.10.1`
- Update the `assertj-core` dependency to `3.25.1`
- Update the `assertj-core` dependency to `3.25.2`
- Update the `license-maven-plugin` plugin to `4.3`
- Update the `maven-compiler-plugin` plugin to `3.12.1`
- Update the `maven-surefire-plugin` plugin to `3.2.3`
- Update the `maven-surefire-plugin` plugin to `3.2.5`
- 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 @@ -77,7 +77,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.1</version>
<version>3.25.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit 2a58a06

Please sign in to comment.