Skip to content

Commit

Permalink
chore(deps): update all minor dependencies (#1127)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Sénave <[email protected]>
  • Loading branch information
renovate[bot] and nsenave committed Nov 4, 2024
1 parent bb988a4 commit a3d0bf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,19 @@
<saxon.version>12.5</saxon.version>
<eclipse.version>2.7.15</eclipse.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<fop.version>2.9</fop.version>
<fop.version>2.10</fop.version>
<commons-io.version>2.17.0</commons-io.version>
<guice.version>7.0.0</guice.version>
<!-- Logging API -->
<slf4j.version>2.0.16</slf4j.version>
<!-- Test dependencies -->
<junit.version>5.11.2</junit.version>
<junit.version>5.11.3</junit.version>
<xmlunit.version>2.10.0</xmlunit.version>
<apache-commons.version>3.17.0</apache-commons.version>
<log4j-slf4j2.version>2.24.1</log4j-slf4j2.version>
<!-- Build plugins -->
<source.plugin.version>3.3.1</source.plugin.version>
<javadoc.plugin.version>3.10.1</javadoc.plugin.version>
<javadoc.plugin.version>3.11.1</javadoc.plugin.version>
<!-- Sonar -->
<jacoco.version>0.8.12</jacoco.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
Expand Down Expand Up @@ -252,7 +252,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<configuration>
<encoding>UTF-8</encoding>
<argLine>-Dfile.encoding=UTF-8
Expand Down Expand Up @@ -310,7 +310,7 @@
<plugin> <!-- Replace this plugin? -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>process-classes</phase>
Expand Down

0 comments on commit a3d0bf8

Please sign in to comment.