Skip to content

Commit d37f67a

Browse files
committed
[feature] Update dependencies and plugins to latest (Java 8 compatible) versions
1 parent 38c0d24 commit d37f67a

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

elemental-parent/pom.xml

Lines changed: 3 additions & 3 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.12.2</junit.platform.version>
99-
<junit.jupiter.version>5.12.2</junit.jupiter.version>
98+
<junit.platform.version>1.13.0</junit.platform.version>
99+
<junit.jupiter.version>5.13.0</junit.jupiter.version>
100100
<objenesis.version>3.4</objenesis.version>
101101
<jaxb.api.version>3.0.1</jaxb.api.version>
102102
<jaxb.impl.version>3.0.2</jaxb.impl.version>
@@ -211,7 +211,7 @@
211211
<plugin>
212212
<groupId>org.apache.maven.plugins</groupId>
213213
<artifactId>maven-clean-plugin</artifactId>
214-
<version>3.4.1</version>
214+
<version>3.5.0</version>
215215
</plugin>
216216
<plugin>
217217
<groupId>com.mycila</groupId>

exist-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>com.fasterxml.jackson.core</groupId>
8585
<artifactId>jackson-core</artifactId>
86-
<version>2.18.3</version>
86+
<version>2.19.0</version>
8787
</dependency>
8888

8989
<!-- dependency>
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>org.bouncycastle</groupId>
171171
<artifactId>bcprov-jdk18on</artifactId>
172-
<version>1.80</version>
172+
<version>1.81</version>
173173
</dependency>
174174

175175
<dependency>

exist-parent/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,18 @@
9898
<exquery.distribution.version>0.2.1</exquery.distribution.version>
9999
<icu.version>59.1</icu.version>
100100
<izpack.version>5.2.4</izpack.version>
101-
<jline.version>3.29.0</jline.version>
101+
<jline.version>3.30.4</jline.version>
102102
<lz4-java.version>1.8.0</lz4-java.version>
103103
<jetty.version>9.4.57.v20241219</jetty.version>
104104
<log4j.version>2.24.3</log4j.version>
105105
<lucene.version>4.10.4</lucene.version>
106106
<milton.version>1.8.1.3</milton.version>
107107
<saxon.version>9.9.1-8</saxon.version>
108108
<xerces.version>2.12.2.2</xerces.version>
109-
<xmlresolver.version>6.0.14</xmlresolver.version>
110-
<xmlunit.version>2.10.0</xmlunit.version>
109+
<xmlresolver.version>6.0.17</xmlresolver.version>
110+
<xmlunit.version>2.10.2</xmlunit.version>
111111
<junit.version>4.13.2</junit.version>
112-
<easymock.version>5.5.0</easymock.version>
112+
<easymock.version>5.6.0</easymock.version>
113113
<assertj.version>3.27.3</assertj.version>
114114
<awaitility.version>4.3.0</awaitility.version>
115115
<junit.toolbox.version>2.4</junit.toolbox.version>
@@ -581,7 +581,7 @@
581581
<plugin>
582582
<groupId>org.codehaus.mojo</groupId>
583583
<artifactId>exec-maven-plugin</artifactId>
584-
<version>3.5.0</version>
584+
<version>3.5.1</version>
585585
</plugin>
586586
<plugin>
587587
<groupId>de.jutzig</groupId>

extensions/modules/sql-oracle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>com.oracle.jdbc</groupId>
137137
<artifactId>ojdbc8</artifactId>
138-
<version>23.7.0.25.01</version>
138+
<version>23.8.0.25.04</version>
139139
</dependency>
140140

141141
<dependency>

extensions/modules/xslfo/pom.xml

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

7272
<properties>
7373
<avalon.framework.version>4.3.1</avalon.framework.version>
74-
<fop.version>2.10</fop.version>
74+
<fop.version>2.11</fop.version>
7575
</properties>
7676

7777
<dependencies>
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>org.apache.xmlgraphics</groupId>
147147
<artifactId>xmlgraphics-commons</artifactId>
148-
<version>2.10</version>
148+
<version>2.11</version>
149149
</dependency>
150150

151151
<dependency>

0 commit comments

Comments
 (0)