Skip to content

Commit 67adb72

Browse files
dizzzzline-o
authored andcommitted
[6.x.x] Upgrade third party libraries
1 parent 8640ec6 commit 67adb72

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

exist-core/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.fasterxml.jackson.core</groupId>
6161
<artifactId>jackson-core</artifactId>
62-
<version>2.15.2</version>
62+
<version>2.18.3</version>
6363
</dependency>
6464

6565
<!-- dependency>
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>org.relaxng</groupId>
116116
<artifactId>jing</artifactId>
117-
<version>20220510</version>
117+
<version>20241231</version>
118118
<exclusions>
119119
<exclusion> <!-- conflicts with xerces 2.12.2 dependency on xml-apis version 1.4.01 -->
120120
<groupId>xml-apis</groupId>
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>org.bouncycastle</groupId>
147147
<artifactId>bcprov-jdk18on</artifactId>
148-
<version>1.78.1</version>
148+
<version>1.80</version>
149149
</dependency>
150150

151151
<dependency>
@@ -162,7 +162,7 @@
162162
<dependency>
163163
<groupId>com.fasterxml.uuid</groupId>
164164
<artifactId>java-uuid-generator</artifactId>
165-
<version>4.3.0</version>
165+
<version>5.1.0</version>
166166
</dependency>
167167

168168
<dependency>
@@ -191,7 +191,7 @@
191191
<dependency>
192192
<groupId>org.jline</groupId>
193193
<artifactId>jline</artifactId>
194-
<version>3.25.1</version>
194+
<version>3.29.0</version>
195195
</dependency>
196196

197197
<dependency>
@@ -233,13 +233,13 @@
233233
<dependency>
234234
<groupId>commons-logging</groupId>
235235
<artifactId>commons-logging</artifactId>
236-
<version>1.3.0</version>
236+
<version>1.3.5</version>
237237
</dependency>
238238

239239
<dependency>
240240
<groupId>org.apache.commons</groupId>
241241
<artifactId>commons-pool2</artifactId>
242-
<version>2.12.0</version>
242+
<version>2.12.1</version>
243243
</dependency>
244244

245245
<dependency>
@@ -432,7 +432,7 @@
432432
<dependency>
433433
<groupId>com.fifesoft</groupId>
434434
<artifactId>rsyntaxtextarea</artifactId>
435-
<version>3.3.4</version>
435+
<version>3.6.0</version>
436436
</dependency>
437437

438438
<dependency>

exist-parent/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
<contact.email>[email protected]</contact.email>
102102

103-
<ant.version>1.10.14</ant.version>
103+
<ant.version>1.10.15</ant.version>
104104
<apache.httpcomponents.version>4.5.14</apache.httpcomponents.version>
105105
<apache.httpcomponents.core.version>4.4.16</apache.httpcomponents.core.version>
106106
<apache.xmlrpc.version>4.0.0</apache.xmlrpc.version>
@@ -182,7 +182,7 @@
182182
<dependency>
183183
<groupId>org.jctools</groupId>
184184
<artifactId>jctools-core</artifactId>
185-
<version>4.0.2</version>
185+
<version>4.0.5</version>
186186
</dependency>
187187

188188
<dependency>
@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>com.evolvedbinary.j8fu</groupId>
196196
<artifactId>j8fu</artifactId>
197-
<version>1.23.0</version>
197+
<version>1.24.0</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>com.evolvedbinary.multilock</groupId>
@@ -217,13 +217,13 @@
217217
<dependency>
218218
<groupId>commons-codec</groupId>
219219
<artifactId>commons-codec</artifactId>
220-
<version>1.16.0</version>
220+
<version>1.18.0</version>
221221
</dependency>
222222

223223
<dependency>
224224
<groupId>commons-io</groupId>
225225
<artifactId>commons-io</artifactId>
226-
<version>2.15.1</version>
226+
<version>2.18.0</version>
227227
</dependency>
228228

229229
<dependency>
@@ -372,7 +372,7 @@
372372
<dependency>
373373
<groupId>org.apache.commons</groupId>
374374
<artifactId>commons-lang3</artifactId>
375-
<version>3.14.0</version>
375+
<version>3.17.0</version>
376376
</dependency>
377377

378378
<dependency>
@@ -438,13 +438,13 @@
438438
<dependency>
439439
<groupId>it.unimi.dsi</groupId>
440440
<artifactId>fastutil</artifactId>
441-
<version>8.5.12</version>
441+
<version>8.5.15</version>
442442
</dependency>
443443

444444
<dependency>
445445
<groupId>io.lacuna</groupId>
446446
<artifactId>bifurcan</artifactId>
447-
<version>0.2.0-alpha7</version>
447+
<version>0.2.0-rc1</version>
448448
</dependency>
449449

450450
<dependency>

extensions/modules/compression/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.apache.commons</groupId>
5757
<artifactId>commons-compress</artifactId>
58-
<version>1.22</version>
58+
<version>1.27.1</version>
5959
</dependency>
6060

6161
<dependency>

0 commit comments

Comments
 (0)