Skip to content

Commit 17c5325

Browse files
fix(deps): update dependency xml-apis:xml-apis to v2
1 parent fc2e9b5 commit 17c5325

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>xml-apis</groupId>
109109
<artifactId>xml-apis</artifactId>
110-
<version>1.0.b2</version>
110+
<version>2.0.2</version>
111111
<scope>provided</scope>
112112
</dependency>
113113
<dependency>

src/it/xerces/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>xml-apis</groupId>
5858
<artifactId>xml-apis</artifactId>
59-
<version>1.0.b2</version>
59+
<version>2.0.2</version>
6060
</dependency>
6161
</dependencies>
6262
</project>

0 commit comments

Comments
 (0)