Skip to content

Commit

Permalink
Update dependencies and plugins
Browse files Browse the repository at this point in the history
- Update the assertj-core dependency to 3.26.0
- Update the license-maven-plugin plugin to 4.5
- Update the maven-javadoc-plugin plugin to 3.7.0
  • Loading branch information
AlexisJehan committed Jun 3, 2024
1 parent 6e1dd6a commit 3421b1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
### Notes
- Add the `maven-pmd-plugin` plugin with `pmd-core` and `pmd-java` dependencies
- Update the `junit-jupiter` dependency to `5.10.2`
- Update the `assertj-core` dependency to `3.25.3`
- Update the `license-maven-plugin` plugin to `4.3`
- Update the `assertj-core` dependency to `3.26.0`
- Update the `license-maven-plugin` plugin to `4.5`
- Update the `maven-compiler-plugin` plugin to `3.13.0`
- Update the `maven-surefire-plugin` plugin to `3.2.5`
- Update the `jacoco-maven-plugin` plugin to `0.8.12`
- Update the `maven-source-plugin` plugin to `3.3.1`
- Update the `maven-javadoc-plugin` plugin to `3.6.3`
- Update the `maven-javadoc-plugin` plugin to `3.7.0`
- Update the `maven-gpg-plugin` plugin to `3.2.4`

## [1.8.0](https://github.com/AlexisJehan/Javanilla/releases/tag/v1.8.0) (2022-12-23)
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.3</version>
<version>3.26.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -97,7 +97,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.3</version>
<version>4.5</version>
<executions>
<execution>
<id>license-check</id>
Expand Down Expand Up @@ -138,12 +138,12 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>7.1.0</version>
<version>7.2.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>7.1.0</version>
<version>7.2.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -221,7 +221,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
<executions>
<execution>
<id>javadoc-jar</id>
Expand Down

0 comments on commit 3421b1e

Please sign in to comment.