Skip to content

Commit 0c69659

Browse files
build: update dependencies (#266)
* 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>
1 parent 2f3d904 commit 0c69659

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>fr.insee.lunatic</groupId>
77
<artifactId>lunatic-model</artifactId>
8-
<version>2.6.3</version>
8+
<version>2.6.4</version>
99
<packaging>jar</packaging>
1010

1111
<name>Lunatic Model</name>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.eclipse.persistence</groupId>
6262
<artifactId>org.eclipse.persistence.moxy</artifactId>
63-
<version>2.7.14</version>
63+
<version>2.7.15</version>
6464
<scope>runtime</scope>
6565
</dependency>
6666
<dependency>
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>org.skyscreamer</groupId>
109109
<artifactId>jsonassert</artifactId>
110-
<version>1.5.1</version>
110+
<version>1.5.3</version>
111111
<scope>test</scope>
112112
</dependency>
113113
<dependency>
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-surefire-plugin</artifactId>
158-
<version>3.2.5</version>
158+
<version>3.3.1</version>
159159
<configuration>
160160
<encoding>UTF-8</encoding>
161161
<argLine>-Dfile.encoding=UTF-8
@@ -249,7 +249,7 @@
249249
<plugin>
250250
<groupId>org.codehaus.mojo</groupId>
251251
<artifactId>build-helper-maven-plugin</artifactId>
252-
<version>3.5.0</version>
252+
<version>3.6.0</version>
253253
<executions>
254254
<execution>
255255
<id>add-source</id>
@@ -305,7 +305,7 @@
305305
<plugin>
306306
<groupId>org.apache.maven.plugins</groupId>
307307
<artifactId>maven-javadoc-plugin</artifactId>
308-
<version>3.6.3</version>
308+
<version>3.8.0</version>
309309
<executions>
310310
<execution>
311311
<id>attach-javadocs</id>
@@ -319,7 +319,7 @@
319319
<plugin>
320320
<groupId>org.sonatype.plugins</groupId>
321321
<artifactId>nexus-staging-maven-plugin</artifactId>
322-
<version>1.6.13</version>
322+
<version>1.7.0</version>
323323
<extensions>true</extensions>
324324
<configuration>
325325
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)