Skip to content

Commit d10963b

Browse files
committed
updated dependencies
1 parent 0a297e6 commit d10963b

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

jcp/pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
<dependency>
239239
<groupId>commons-codec</groupId>
240240
<artifactId>commons-codec</artifactId>
241-
<version>1.18.0</version>
241+
<version>1.19.0</version>
242242
</dependency>
243243
<dependency>
244244
<groupId>xerces</groupId>
@@ -249,17 +249,6 @@
249249
<groupId>xalan</groupId>
250250
<artifactId>xalan</artifactId>
251251
<version>2.7.3</version>
252-
<exclusions>
253-
<exclusion>
254-
<groupId>xml-apis</groupId>
255-
<artifactId>xml-apis</artifactId>
256-
</exclusion>
257-
</exclusions>
258-
</dependency>
259-
<dependency>
260-
<groupId>xml-apis</groupId>
261-
<artifactId>xml-apis</artifactId>
262-
<version>1.4.01</version>
263252
</dependency>
264253
<dependency>
265254
<groupId>org.projectlombok</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<timestamp>${maven.build.timestamp}</timestamp>
1717
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
1818
<min.maven.api>3.0</min.maven.api>
19-
<junit.version>5.13.3</junit.version>
19+
<junit.version>5.13.4</junit.version>
2020
<maven.compiler.release>11</maven.compiler.release>
2121
</properties>
2222

0 commit comments

Comments
 (0)