Skip to content

Commit 42b9db2

Browse files
fix(deps): update all minor dependencies (#277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72c903d commit 42b9db2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 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.1</version>
8+
<version>2.7.2</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.5</saxon.version>
25+
<saxon.version>12.7</saxon.version>
2626
</properties>
2727

2828
<licenses>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.eclipse.persistence</groupId>
6868
<artifactId>eclipselink</artifactId>
69-
<version>4.0.4</version>
69+
<version>4.0.6</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.glassfish</groupId>
@@ -89,18 +89,18 @@
8989
<dependency>
9090
<groupId>commons-io</groupId>
9191
<artifactId>commons-io</artifactId>
92-
<version>2.18.0</version>
92+
<version>2.19.0</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.slf4j</groupId>
9696
<artifactId>slf4j-api</artifactId>
97-
<version>2.0.16</version>
97+
<version>2.0.17</version>
9898
</dependency>
9999

100100
<dependency>
101101
<groupId>org.xmlunit</groupId>
102102
<artifactId>xmlunit-assertj3</artifactId>
103-
<version>2.10.0</version>
103+
<version>2.10.2</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.2</version>
121+
<version>2.24.3</version>
122122
<scope>test</scope>
123123
</dependency>
124124
<dependency>
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.junit.jupiter</groupId>
131131
<artifactId>junit-jupiter</artifactId>
132-
<version>5.11.3</version>
132+
<version>5.13.1</version>
133133
<scope>test</scope>
134134
</dependency>
135135
</dependencies>
@@ -141,21 +141,21 @@
141141
<!-- Force version of maven compiler plugin-->
142142
<groupId>org.apache.maven.plugins</groupId>
143143
<artifactId>maven-compiler-plugin</artifactId>
144-
<version>3.13.0</version>
144+
<version>3.14.0</version>
145145
</plugin>
146146
</plugins>
147147
</pluginManagement>
148148
<plugins>
149149
<plugin>
150150
<groupId>org.apache.maven.plugins</groupId>
151151
<artifactId>maven-compiler-plugin</artifactId>
152-
<version>3.13.0</version>
152+
<version>3.14.0</version>
153153
</plugin>
154154

155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-surefire-plugin</artifactId>
158-
<version>3.5.2</version>
158+
<version>3.5.3</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.6.0</version>
252+
<version>3.6.1</version>
253253
<executions>
254254
<execution>
255255
<id>add-source</id>

0 commit comments

Comments
 (0)