Skip to content

Commit ff019b8

Browse files
author
yangzhao
committed
update dom4j and junit version
1 parent 216eec2 commit ff019b8

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

common-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<artifactId>javassist</artifactId>
8989
</dependency>
9090
<dependency>
91-
<groupId>dom4j</groupId>
91+
<groupId>org.dom4j</groupId>
9292
<artifactId>dom4j</artifactId>
9393
</dependency>
9494
</dependencies>

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>junit</groupId>
7474
<artifactId>junit</artifactId>
75-
<version>4.10</version>
75+
<version>4.13.1</version>
7676
<scope>test</scope>
7777
</dependency>
7878

@@ -189,10 +189,17 @@
189189
<version>${org.springframework.version}</version>
190190
</dependency>
191191

192+
<!--<dependency>-->
193+
<!--<groupId>dom4j</groupId>-->
194+
<!--<artifactId>dom4j</artifactId>-->
195+
<!--<version>1.6.1</version>-->
196+
<!--</dependency>-->
197+
198+
<!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
192199
<dependency>
193-
<groupId>dom4j</groupId>
200+
<groupId>org.dom4j</groupId>
194201
<artifactId>dom4j</artifactId>
195-
<version>1.6.1</version>
202+
<version>2.1.3</version>
196203
</dependency>
197204

198205
<dependency>

0 commit comments

Comments
 (0)