Skip to content

Commit e470cb5

Browse files
authored
Merge pull request #157 from evolvedbinary/6.x.x/feature/update-dependencies
[6.x.x] Update project dependencies and Maven plugins
2 parents da85f4d + 070dc0a commit e470cb5

6 files changed

Lines changed: 52 additions & 26 deletions

File tree

elemental-parent/pom.xml

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
9696

9797
<!-- Dependencies -->
98-
<junit.platform.version>1.14.0</junit.platform.version>
99-
<junit.jupiter.version>5.14.0</junit.jupiter.version>
98+
<junit.platform.version>1.14.1</junit.platform.version>
99+
<junit.jupiter.version>5.14.1</junit.jupiter.version>
100100
<objenesis.version>3.4</objenesis.version>
101101
<jakarta.activation.version>2.0.1</jakarta.activation.version>
102102
<jaxb.api.version>3.0.1</jaxb.api.version>
@@ -191,6 +191,12 @@
191191
<build>
192192
<pluginManagement>
193193
<plugins>
194+
<plugin>
195+
<inherited>true</inherited>
196+
<groupId>org.apache.maven.plugins</groupId>
197+
<artifactId>maven-enforcer-plugin</artifactId>
198+
<version>3.6.2</version>
199+
</plugin>
194200
<plugin>
195201
<groupId>org.jvnet.jaxb</groupId>
196202
<artifactId>jaxb-maven-plugin</artifactId>
@@ -209,7 +215,7 @@
209215
<plugin>
210216
<groupId>org.apache.maven.plugins</groupId>
211217
<artifactId>maven-jar-plugin</artifactId>
212-
<version>3.4.2</version>
218+
<version>3.5.0</version>
213219
<configuration>
214220
<archive>
215221
<manifest>
@@ -238,7 +244,7 @@
238244
<plugin>
239245
<groupId>org.apache.maven.plugins</groupId>
240246
<artifactId>maven-source-plugin</artifactId>
241-
<version>3.3.1</version>
247+
<version>3.4.0</version>
242248
<configuration>
243249
<archive>
244250
<manifest>
@@ -356,7 +362,7 @@
356362
<plugin>
357363
<groupId>org.apache.maven.plugins</groupId>
358364
<artifactId>maven-resources-plugin</artifactId>
359-
<version>3.3.1</version>
365+
<version>3.4.0</version>
360366
</plugin>
361367
<plugin>
362368
<groupId>com.code54.mojo</groupId>
@@ -394,7 +400,7 @@
394400
<plugin>
395401
<groupId>org.apache.maven.plugins</groupId>
396402
<artifactId>maven-release-plugin</artifactId>
397-
<version>3.1.1</version>
403+
<version>3.3.1</version>
398404
<configuration>
399405
<autoVersionSubmodules>true</autoVersionSubmodules>
400406
<tagNameFormat>elemental-@{project.version}</tagNameFormat>
@@ -441,7 +447,7 @@
441447
<plugin>
442448
<groupId>org.codehaus.mojo</groupId>
443449
<artifactId>versions-maven-plugin</artifactId>
444-
<version>2.19.1</version>
450+
<version>2.20.1</version>
445451
</plugin>
446452
<plugin>
447453
<groupId>org.apache.maven.plugins</groupId>
@@ -484,7 +490,7 @@
484490
<user.country>UK</user.country>
485491
<user.language>en</user.language>
486492
<user.timezone>Europe/Berlin</user.timezone>
487-
<java.locale.providers>JRE,CLDR,SPI</java.locale.providers>
493+
<java.locale.providers>CLDR,SPI</java.locale.providers>
488494
<log4j.configurationFile>${project.build.testOutputDirectory}/log4j2.xml</log4j.configurationFile>
489495
</systemPropertyVariables>
490496
<includes>
@@ -520,6 +526,26 @@
520526
</pluginManagement>
521527

522528
<plugins>
529+
<plugin>
530+
<groupId>org.apache.maven.plugins</groupId>
531+
<artifactId>maven-enforcer-plugin</artifactId>
532+
<executions>
533+
<execution>
534+
<id>enforce-maven-version</id>
535+
<goals>
536+
<goal>enforce</goal>
537+
</goals>
538+
<configuration>
539+
<rules>
540+
<requireMavenVersion>
541+
<version>3.9.0</version>
542+
</requireMavenVersion>
543+
</rules>
544+
<fail>true</fail>
545+
</configuration>
546+
</execution>
547+
</executions>
548+
</plugin>
523549
<plugin>
524550
<groupId>com.mycila</groupId>
525551
<artifactId>license-maven-plugin</artifactId>
@@ -794,4 +820,4 @@
794820
</repository>
795821
</distributionManagement>
796822

797-
</project>
823+
</project>

exist-core/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.fasterxml.jackson.core</groupId>
9494
<artifactId>jackson-core</artifactId>
95-
<version>2.20.0</version>
95+
<version>2.20.1</version>
9696
</dependency>
9797

9898
<dependency>
@@ -198,11 +198,11 @@
198198
<dependency>
199199
<groupId>org.bouncycastle</groupId>
200200
<artifactId>bcprov-jdk18on</artifactId>
201-
<version>1.82</version>
201+
<version>1.83</version>
202202
</dependency>
203203

204204
<dependency>
205-
<groupId>org.lz4</groupId>
205+
<groupId>at.yawk.lz4</groupId>
206206
<artifactId>lz4-java</artifactId>
207207
<version>${lz4-java.version}</version>
208208
</dependency>
@@ -221,7 +221,7 @@
221221
<dependency>
222222
<groupId>com.fasterxml.uuid</groupId>
223223
<artifactId>java-uuid-generator</artifactId>
224-
<version>5.1.1</version>
224+
<version>5.2.0</version>
225225
</dependency>
226226

227227
<dependency>
@@ -282,7 +282,7 @@
282282
<dependency>
283283
<groupId>org.apache.commons</groupId>
284284
<artifactId>commons-pool2</artifactId>
285-
<version>2.12.1</version>
285+
<version>2.13.0</version>
286286
</dependency>
287287

288288
<dependency>

exist-distribution/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -712,9 +712,9 @@
712712
</plugin>
713713

714714
<plugin>
715-
<groupId>org.exist-db.maven.plugins</groupId>
716-
<artifactId>public-xar-repo-plugin</artifactId>
717-
<version>1.2.0</version>
715+
<groupId>com.evolvedbinary.maven.plugins</groupId>
716+
<artifactId>expath-package-repository-plugin</artifactId>
717+
<version>1.3.1</version>
718718
<executions>
719719
<execution>
720720
<id>fetch-xars</id>
@@ -725,7 +725,7 @@
725725
<configuration>
726726
<repoUri>${public.xar.repo.uri}</repoUri>
727727
<outputDirectory>${expath.pkg.dir}</outputDirectory>
728-
<existDbVersion>${project.version}</existDbVersion>
728+
<elementalVersion>${project.version}</elementalVersion>
729729
<packages>
730730
<package>
731731
<abbrev>dashboard</abbrev>

exist-parent/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<icu.version>59.1</icu.version>
9999
<izpack.version>5.2.4</izpack.version>
100100
<jline.version>3.30.6</jline.version>
101-
<lz4-java.version>1.8.0</lz4-java.version>
101+
<lz4-java.version>1.10.2</lz4-java.version>
102102
<jetty.version>9.4.58.v20250814</jetty.version>
103103
<log4j.version>2.25.2</log4j.version>
104104
<lucene.version>4.10.4</lucene.version>
@@ -169,13 +169,13 @@
169169
<dependency>
170170
<groupId>commons-codec</groupId>
171171
<artifactId>commons-codec</artifactId>
172-
<version>1.19.0</version>
172+
<version>1.20.0</version>
173173
</dependency>
174174

175175
<dependency>
176176
<groupId>commons-io</groupId>
177177
<artifactId>commons-io</artifactId>
178-
<version>2.20.0</version>
178+
<version>2.21.0</version>
179179
</dependency>
180180

181181
<dependency>
@@ -486,7 +486,7 @@
486486
<plugin>
487487
<groupId>org.apache.maven.plugins</groupId>
488488
<artifactId>maven-assembly-plugin</artifactId>
489-
<version>3.7.1</version>
489+
<version>3.8.0</version>
490490
<configuration>
491491
<archive>
492492
<manifest>
@@ -674,4 +674,4 @@
674674
</snapshotRepository>
675675
</distributionManagement>
676676

677-
</project>
677+
</project>

extensions/debuggee/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<configuration>
186186
<argLine>@{jacocoArgLine}</argLine>
187187
<systemPropertyVariables>
188-
<java.locale.providers>JRE,CLDR,SPI</java.locale.providers>
188+
<java.locale.providers>CLDR,SPI</java.locale.providers>
189189
<log4j.configurationFile>${project.build.testOutputDirectory}/log4j2.xml</log4j.configurationFile>
190190
<exist.jetty.standalone.webapp.dir>${project.build.testOutputDirectory}/standalone-webapp</exist.jetty.standalone.webapp.dir>
191191
</systemPropertyVariables>
@@ -194,4 +194,4 @@
194194
</plugins>
195195
</build>
196196

197-
</project>
197+
</project>

extensions/modules/compression/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>org.apache.commons</groupId>
8686
<artifactId>commons-compress</artifactId>
87-
<version>1.27.1</version>
87+
<version>1.28.0</version>
8888
</dependency>
8989

9090
<dependency>

0 commit comments

Comments
 (0)