Skip to content

Commit e7ef800

Browse files
fix(deps): update all minor dependencies
1 parent deda74a commit e7ef800

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

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

1111
<name>Lunatic Model</name>
@@ -22,7 +22,7 @@
2222
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2323
<maven.compiler.release>17</maven.compiler.release>
2424
<!-- Version properties -->
25-
<saxon.version>12.7</saxon.version>
25+
<saxon.version>12.8</saxon.version>
2626
</properties>
2727

2828
<licenses>
@@ -61,13 +61,13 @@
6161
<dependency>
6262
<groupId>org.eclipse.persistence</groupId>
6363
<artifactId>org.eclipse.persistence.moxy</artifactId>
64-
<version>2.7.15</version>
64+
<version>2.7.16</version>
6565
<scope>runtime</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.eclipse.persistence</groupId>
6969
<artifactId>eclipselink</artifactId>
70-
<version>4.0.6</version>
70+
<version>4.0.7</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.glassfish</groupId>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.xmlunit</groupId>
9898
<artifactId>xmlunit-assertj3</artifactId>
99-
<version>2.10.2</version>
99+
<version>2.10.3</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<!-- for json comparison -->
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>org.apache.logging.log4j</groupId>
116116
<artifactId>log4j-slf4j-impl</artifactId>
117-
<version>2.24.3</version>
117+
<version>2.25.0</version>
118118
<scope>test</scope>
119119
</dependency>
120120
<dependency>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>org.junit.jupiter</groupId>
127127
<artifactId>junit-jupiter</artifactId>
128-
<version>5.13.1</version>
128+
<version>5.13.2</version>
129129
<scope>test</scope>
130130
</dependency>
131131
</dependencies>
@@ -326,7 +326,7 @@
326326
<plugin>
327327
<groupId>org.apache.maven.plugins</groupId>
328328
<artifactId>maven-gpg-plugin</artifactId>
329-
<version>3.2.7</version>
329+
<version>3.2.8</version>
330330
<executions>
331331
<execution>
332332
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)