Skip to content

Commit 8a8b504

Browse files
fix(deps): update all minor dependencies
1 parent 42b9db2 commit 8a8b504

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 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.7.2</version>
8+
<version>2.7.3</version>
99
<packaging>jar</packaging>
1010

1111
<name>Lunatic Model</name>
@@ -60,13 +60,13 @@
6060
<dependency>
6161
<groupId>org.eclipse.persistence</groupId>
6262
<artifactId>org.eclipse.persistence.moxy</artifactId>
63-
<version>2.7.15</version>
63+
<version>2.7.16</version>
6464
<scope>runtime</scope>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.eclipse.persistence</groupId>
6868
<artifactId>eclipselink</artifactId>
69-
<version>4.0.6</version>
69+
<version>4.0.7</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.glassfish</groupId>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.xmlunit</groupId>
102102
<artifactId>xmlunit-assertj3</artifactId>
103-
<version>2.10.2</version>
103+
<version>2.10.3</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<!-- for json comparison -->
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>org.apache.logging.log4j</groupId>
120120
<artifactId>log4j-slf4j-impl</artifactId>
121-
<version>2.24.3</version>
121+
<version>2.25.0</version>
122122
<scope>test</scope>
123123
</dependency>
124124
<dependency>

0 commit comments

Comments
 (0)