Skip to content

Commit

Permalink
build: update dependencies (#219)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency commons-io:commons-io to v2.16.1 (#199)

* fix(deps): update dependency org.eclipse.persistence:eclipselink to v2.7.14 (#200)

* fix(deps): update dependency org.eclipse.persistence:org.eclipse.persistence.moxy to v2.7.14 (#202)

* fix(deps): update dependency org.slf4j:slf4j-api to v1.7.36 (#203)

* chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.6.3 (#204)

* chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v1.12 (#205)

* chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.2 (#206)

* chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3 (#207)

* chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3 (#208)

* chore: bump version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
nsenave and renovate[bot] authored May 13, 2024
1 parent 1b16479 commit 23b7c8e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>fr.insee.lunatic</groupId>
<artifactId>lunatic-model</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<packaging>jar</packaging>

<name>Lunatic Model</name>
Expand Down Expand Up @@ -60,13 +60,13 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
<version>2.7.13</version>
<version>2.7.14</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
<version>2.7.13</version>
<version>2.7.14</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
Expand All @@ -89,12 +89,12 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>1.7.36</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.8.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -155,7 +155,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.5</version>
<configuration>
<encoding>UTF-8</encoding>
<argLine>-Dfile.encoding=UTF-8
Expand Down Expand Up @@ -249,7 +249,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<version>3.5.0</version>
<executions>
<execution>
<id>add-source</id>
Expand Down Expand Up @@ -305,7 +305,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<version>3.6.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 23b7c8e

Please sign in to comment.