Skip to content

Commit 347df22

Browse files
Merge pull request #1229 from folio-org/RMB-1051
RMB-1051: Trillium: Bump dependencies (Vertx 5.0.10, log4j 2.25.4, …)
2 parents a670973 + 39262ac commit 347df22

7 files changed

Lines changed: 38 additions & 45 deletions

File tree

domain-models-api-interfaces/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150

151151
<plugin>
152152
<artifactId>maven-antrun-plugin</artifactId>
153-
<version>3.1.0</version>
153+
<version>3.2.0</version>
154154
<executions>
155155
<execution>
156156
<id>fix-javadoc-in-generated-code</id>

domain-models-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.apache.maven.plugin-tools</groupId>
4141
<artifactId>maven-plugin-annotations</artifactId>
42-
<version>3.15.0</version>
42+
<version>3.15.2</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.apache.maven</groupId>
9696
<artifactId>maven-model</artifactId>
97-
<version>3.9.11</version>
97+
<version>${maven.version}</version>
9898
<scope>provided</scope>
9999
</dependency>
100100
<dependency>
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-plugin-plugin</artifactId>
180-
<version>3.15.0</version>
180+
<version>3.15.2</version>
181181
<configuration>
182182
<!-- <goalPrefix>maven-archetype-plugin</goalPrefix> -->
183183
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>

domain-models-runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421

422422
<plugin>
423423
<artifactId>maven-antrun-plugin</artifactId>
424-
<version>3.1.0</version>
424+
<version>3.2.0</version>
425425
<executions>
426426
<!-- Replace the baseUri in the RAMLs that have been copied to
427427
apidocs directory so that they can be used via the local html api console. -->
@@ -492,7 +492,7 @@
492492
<plugin>
493493
<groupId>io.github.git-commit-id</groupId>
494494
<artifactId>git-commit-id-maven-plugin</artifactId>
495-
<version>9.0.1</version>
495+
<version>9.1.0</version>
496496
<executions>
497497
<execution>
498498
<id>get-the-git-infos</id>

pom.xml

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
<project.build.outputTimestamp>2025-10-02T08:45:44Z</project.build.outputTimestamp>
3333

3434
<aspectj.version>1.9.22.1</aspectj.version>
35-
<maven.version>3.9.11</maven.version>
36-
<vertx.version>5.0.6</vertx.version>
37-
<micrometer.version>1.15.5</micrometer.version> <!-- https://github.com/vert-x3/vertx-micrometer-metrics/blob/master/pom.xml#L41 -->
35+
<maven.version>3.9.14</maven.version>
36+
<vertx.version>5.0.10</vertx.version>
37+
<micrometer.version>1.16.3</micrometer.version> <!-- https://github.com/vert-x3/vertx-micrometer-metrics/blob/master/pom.xml#L41 -->
3838
<awaitility.version>4.3.0</awaitility.version>
3939
<hamcrest.version>3.0</hamcrest.version>
40-
<okapi.version>7.0.1</okapi.version>
40+
<okapi.version>7.0.3</okapi.version>
4141

4242
<!-- ramlfiles_path needed to generate interfaces, pojos and api mapping
4343
path to func, ui of raml -->
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.apache.logging.log4j</groupId>
6767
<artifactId>log4j-bom</artifactId>
68-
<version>2.25.2</version>
68+
<version>2.25.4</version>
6969
<type>pom</type>
7070
<scope>import</scope>
7171
</dependency>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>io.rest-assured</groupId>
8888
<artifactId>rest-assured</artifactId>
89-
<version>5.5.6</version>
89+
<version>5.5.7</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>javax.ws.rs</groupId>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>commons-io</groupId>
9898
<artifactId>commons-io</artifactId>
99-
<version>2.18.0</version>
99+
<version>2.21.0</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>junit</groupId>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>org.apache.commons</groupId>
113113
<artifactId>commons-lang3</artifactId>
114-
<version>3.17.0</version>
114+
<version>3.20.0</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.aspectj</groupId>
@@ -136,31 +136,31 @@
136136
<dependency>
137137
<groupId>org.assertj</groupId>
138138
<artifactId>assertj-core</artifactId>
139-
<version>3.27.3</version>
139+
<version>3.27.7</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.junit</groupId>
143143
<artifactId>junit-bom</artifactId>
144-
<version>6.0.1</version>
144+
<version>6.0.3</version>
145145
<type>pom</type>
146146
<scope>import</scope>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.mockito</groupId>
150150
<artifactId>mockito-bom</artifactId>
151-
<version>5.20.0</version>
151+
<version>5.23.0</version>
152152
<type>pom</type>
153153
<scope>import</scope>
154154
</dependency>
155155
<dependency>
156156
<groupId>org.glassfish.jersey.media</groupId>
157157
<artifactId>jersey-media-json-jackson</artifactId>
158-
<version>2.46</version>
158+
<version>2.48</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>org.hibernate.validator</groupId>
162162
<artifactId>hibernate-validator</artifactId>
163-
<version>8.0.2.Final</version>
163+
<version>9.1.0.Final</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>org.glassfish</groupId>
@@ -180,23 +180,19 @@
180180
<dependency>
181181
<groupId>org.apache.commons</groupId>
182182
<artifactId>commons-collections4</artifactId>
183-
<version>4.4</version>
183+
<version>4.5.0</version>
184184
</dependency>
185185
<dependency>
186186
<groupId>org.testcontainers</groupId>
187187
<artifactId>testcontainers-bom</artifactId>
188-
<version>2.0.3</version>
188+
<version>2.0.4</version>
189189
<type>pom</type>
190190
<scope>import</scope>
191191
</dependency>
192-
<!-- remove org.postgresql:postgresql dependency when testcontainers
193-
comes with postgresql:postgresql >= 42.7.2 fixing
194-
https://nvd.nist.gov/vuln/detail/CVE-2024-1597
195-
-->
196192
<dependency>
197193
<groupId>org.postgresql</groupId>
198194
<artifactId>postgresql</artifactId>
199-
<version>42.7.5</version>
195+
<version>42.7.10</version>
200196
</dependency>
201197
</dependencies>
202198
</dependencyManagement>
@@ -208,7 +204,7 @@
208204
<plugin>
209205
<groupId>org.apache.maven.plugins</groupId>
210206
<artifactId>maven-compiler-plugin</artifactId>
211-
<version>3.14.0</version>
207+
<version>3.15.0</version>
212208
<configuration>
213209
<release>21</release>
214210
<compilerArgument>-Xlint:unchecked</compilerArgument>
@@ -219,31 +215,31 @@
219215
<plugin>
220216
<groupId>dev.aspectj</groupId>
221217
<artifactId>aspectj-maven-plugin</artifactId>
222-
<version>1.14</version>
218+
<version>1.14.1</version>
223219
</plugin>
224220

225221
<plugin>
226222
<groupId>org.codehaus.mojo</groupId>
227223
<artifactId>exec-maven-plugin</artifactId>
228-
<version>3.5.0</version>
224+
<version>3.6.3</version>
229225
</plugin>
230226

231227
<plugin>
232228
<groupId>org.apache.maven.plugins</groupId>
233229
<artifactId>maven-enforcer-plugin</artifactId>
234-
<version>3.5.0</version>
230+
<version>3.6.2</version>
235231
</plugin>
236232

237233
<plugin>
238234
<groupId>org.apache.maven.plugins</groupId>
239235
<artifactId>maven-surefire-plugin</artifactId>
240-
<version>3.5.2</version>
236+
<version>3.5.5</version>
241237
</plugin>
242238

243239
<plugin>
244240
<groupId>org.apache.maven.plugins</groupId>
245241
<artifactId>maven-shade-plugin</artifactId>
246-
<version>3.6.0</version>
242+
<version>3.6.2</version>
247243
<configuration>
248244
<filters>
249245
<filter>
@@ -259,7 +255,7 @@
259255
<plugin>
260256
<groupId>org.apache.maven.plugins</groupId>
261257
<artifactId>maven-failsafe-plugin</artifactId>
262-
<version>3.5.2</version>
258+
<version>3.5.5</version>
263259
<configuration>
264260
<useSystemClassLoader>false</useSystemClassLoader>
265261
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
@@ -278,7 +274,7 @@
278274
<plugin>
279275
<groupId>org.apache.maven.plugins</groupId>
280276
<artifactId>maven-resources-plugin</artifactId>
281-
<version>3.3.1</version>
277+
<version>3.5.0</version>
282278
</plugin>
283279

284280
<plugin>
@@ -313,7 +309,7 @@
313309
<plugin>
314310
<groupId>org.codehaus.mojo</groupId>
315311
<artifactId>versions-maven-plugin</artifactId>
316-
<version>2.18.0</version>
312+
<version>2.21.0</version>
317313
<configuration>
318314
<generateBackupPoms>false</generateBackupPoms>
319315
</configuration>
@@ -322,7 +318,7 @@
322318
<plugin>
323319
<groupId>org.codehaus.mojo</groupId>
324320
<artifactId>properties-maven-plugin</artifactId>
325-
<version>1.2.1</version>
321+
<version>1.3.0</version>
326322
<executions>
327323
<execution>
328324
<goals>
@@ -343,12 +339,12 @@
343339
<plugin>
344340
<groupId>org.apache.maven.plugins</groupId>
345341
<artifactId>maven-checkstyle-plugin</artifactId>
346-
<version>3.5.0</version>
342+
<version>3.6.0</version>
347343
<dependencies>
348344
<dependency>
349345
<groupId>com.puppycrawl.tools</groupId>
350346
<artifactId>checkstyle</artifactId>
351-
<version>10.21.3</version>
347+
<version>13.4.0</version>
352348
</dependency>
353349
</dependencies>
354350
<executions>
@@ -374,7 +370,7 @@
374370
<plugin>
375371
<groupId>org.apache.maven.plugins</groupId>
376372
<artifactId>maven-release-plugin</artifactId>
377-
<version>3.1.1</version>
373+
<version>3.3.1</version>
378374
<configuration>
379375
<preparationGoals>clean verify</preparationGoals>
380376
<tagNameFormat>v@{project.version}</tagNameFormat>
@@ -409,12 +405,12 @@
409405
<plugin>
410406
<groupId>org.apache.maven.plugins</groupId>
411407
<artifactId>maven-jar-plugin</artifactId>
412-
<version>3.4.2</version>
408+
<version>3.5.0</version>
413409
</plugin>
414410

415411
<plugin>
416412
<artifactId>maven-source-plugin</artifactId>
417-
<version>3.3.1</version>
413+
<version>3.4.0</version>
418414
<executions>
419415
<execution>
420416
<id>attach-sources</id>
@@ -428,7 +424,7 @@
428424

429425
<plugin>
430426
<artifactId>maven-javadoc-plugin</artifactId>
431-
<version>3.11.2</version>
427+
<version>3.12.0</version>
432428
<executions>
433429
<execution>
434430
<id>attach-javadocs</id>

postgres-testing/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
<plugin>
6060
<groupId>org.apache.maven.plugins</groupId>
6161
<artifactId>maven-checkstyle-plugin</artifactId>
62-
<version>3.5.0</version>
6362
<executions>
6463
<execution>
6564
<id>verify-style</id>

testing/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<plugin>
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-checkstyle-plugin</artifactId>
35-
<version>3.5.0</version>
3635
<executions>
3736
<execution>
3837
<id>verify-style</id>

util/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-checkstyle-plugin</artifactId>
68-
<version>3.5.0</version>
6968
<executions>
7069
<execution>
7170
<id>verify-style</id>

0 commit comments

Comments
 (0)