Skip to content

Commit

Permalink
Update dependencies and plugins
Browse files Browse the repository at this point in the history
- Update the junit-jupiter dependency to 5.11.2
- Update the maven-javadoc-plugin plugin to 3.10.1
- Update the maven-gpg-plugin plugin to 3.2.7
  • Loading branch information
AlexisJehan committed Oct 4, 2024
1 parent ef987b0 commit ff2b8c9
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,15 +5,15 @@
### Notes
- 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.11.1`
- Update the `junit-jupiter` dependency to `5.11.2`
- Update the `assertj-core` dependency to `3.26.3`
- Update the `license-maven-plugin` plugin to `4.6`
- Update the `maven-compiler-plugin` plugin to `3.13.0`
- Update the `maven-surefire-plugin` plugin to `3.5.0`
- 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.10.0`
- Update the `maven-gpg-plugin` plugin to `3.2.6`
- Update the `maven-javadoc-plugin` plugin to `3.10.1`
- Update the `maven-gpg-plugin` plugin to `3.2.7`
- Migrate the continuous integration from _Travis CI_ to _GitHub Actions_

## [1.0.0](https://github.com/AlexisJehan/DsvMender/releases/tag/v1.0.0) (2019-04-22)
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.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.1</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -144,12 +144,12 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>7.5.0</version>
<version>7.6.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>7.5.0</version>
<version>7.6.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -226,7 +226,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<executions>
<execution>
<id>javadoc-jar</id>
Expand All @@ -243,7 +243,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<executions>
<execution>
<id>gpg-sign</id>
Expand Down

0 comments on commit ff2b8c9

Please sign in to comment.