Skip to content

Commit

Permalink
build: update dependencies (#266)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency org.eclipse.persistence:org.eclipse.persistence.moxy to v2.7.15 (#232)

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

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

* chore(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.0 (#237)

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

* chore(deps): update dependency org.skyscreamer:jsonassert to v1.5.3 (#254)

* chore: bump version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
nsenave and renovate[bot] authored Aug 12, 2024
1 parent 2f3d904 commit 0c69659
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.3</version>
<version>2.6.4</version>
<packaging>jar</packaging>

<name>Lunatic Model</name>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
<version>2.7.14</version>
<version>2.7.15</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.1</version>
<version>1.5.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -155,7 +155,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.3.1</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>3.5.0</version>
<version>3.6.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.6.3</version>
<version>3.8.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -319,7 +319,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 0c69659

Please sign in to comment.