Skip to content

Commit 21a6e64

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

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 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.9</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.8</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.glassfish</groupId>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>commons-io</groupId>
8787
<artifactId>commons-io</artifactId>
88-
<version>2.19.0</version>
88+
<version>2.20.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.slf4j</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.4</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.2</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.14.0</version>
129129
<scope>test</scope>
130130
</dependency>
131131
</dependencies>
@@ -137,21 +137,21 @@
137137
<!-- Force version of maven compiler plugin-->
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-compiler-plugin</artifactId>
140-
<version>3.14.0</version>
140+
<version>3.14.1</version>
141141
</plugin>
142142
</plugins>
143143
</pluginManagement>
144144
<plugins>
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-compiler-plugin</artifactId>
148-
<version>3.14.0</version>
148+
<version>3.14.1</version>
149149
</plugin>
150150

151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-surefire-plugin</artifactId>
154-
<version>3.5.3</version>
154+
<version>3.5.4</version>
155155
<configuration>
156156
<encoding>UTF-8</encoding>
157157
<argLine>-Dfile.encoding=UTF-8
@@ -301,7 +301,7 @@
301301
<plugin>
302302
<groupId>org.apache.maven.plugins</groupId>
303303
<artifactId>maven-javadoc-plugin</artifactId>
304-
<version>3.11.2</version>
304+
<version>3.12.0</version>
305305
<executions>
306306
<execution>
307307
<id>attach-javadocs</id>
@@ -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)