Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nielsbasjes committed Feb 21, 2025
1 parent 99c0aba commit f9fbe03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<slf4j.version>2.0.16</slf4j.version>
<rat.version>0.16.1</rat.version>
<jacoco.version>0.8.12</jacoco.version>
<junit5.version>5.11.4</junit5.version>
<junit5.version>5.12.0</junit5.version>

<!-- See http://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html-->
<jacoco.surefireArgLine />
Expand Down Expand Up @@ -275,7 +275,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<configuration>
<source>8</source>
<release>8</release>
Expand Down Expand Up @@ -579,7 +579,7 @@
</plugin>

<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-clean-plugin</artifactId><version>3.4.1</version></plugin>
<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><version>3.13.0</version></plugin>
<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><version>3.14.0</version></plugin>
<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-deploy-plugin</artifactId><version>3.1.3</version></plugin>
<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-install-plugin</artifactId><version>3.1.3</version></plugin>
<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-resources-plugin</artifactId><version>3.3.1</version></plugin>
Expand Down

0 comments on commit f9fbe03

Please sign in to comment.