Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all minor dependencies (v2-main) #1077

Open
wants to merge 1 commit into
base: v2-main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>fr.insee.eno</groupId>
<artifactId>eno-core</artifactId>
<version>2.9.11</version>
<version>2.9.12</version>
<packaging>jar</packaging>

<name>Eno – Questionnaire generator</name>
Expand Down Expand Up @@ -108,18 +108,18 @@
<eclipse.version>2.7.15</eclipse.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<fop.version>2.9</fop.version>
<commons-io.version>2.16.1</commons-io.version>
<commons-io.version>2.17.0</commons-io.version>
<guice.version>7.0.0</guice.version>
<!-- Logging API -->
<slf4j.version>2.0.13</slf4j.version>
<slf4j.version>2.0.16</slf4j.version>
<!-- Test dependencies -->
<junit.version>5.10.3</junit.version>
<junit.version>5.11.0</junit.version>
<xmlunit.version>2.10.0</xmlunit.version>
<apache-commons.version>3.14.0</apache-commons.version>
<log4j-slf4j2.version>2.23.1</log4j-slf4j2.version>
<apache-commons.version>3.17.0</apache-commons.version>
<log4j-slf4j2.version>2.24.0</log4j-slf4j2.version>
<!-- Build plugins -->
<source.plugin.version>3.3.1</source.plugin.version>
<javadoc.plugin.version>3.7.0</javadoc.plugin.version>
<javadoc.plugin.version>3.10.0</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.3.0</version>
<version>3.5.0</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.3.0</version>
<version>3.4.1</version>
<executions>
<execution>
<phase>process-classes</phase>
Expand Down Expand Up @@ -391,7 +391,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down