Skip to content

Commit

Permalink
bump xerces from 2.12.0 to 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plutext committed Mar 6, 2024
1 parent c296bdc commit 28b1725
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docx4j-core-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>
<version>2.12.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion docx4j-samples-docx-export-fo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>
<version>2.12.2</version>
<!--
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion docx4j-samples-docx4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>
<version>2.12.2</version>
<!--
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion docx4j-samples-glox4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>
<version>2.12.2</version>
<!--
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion docx4j-samples-pptx4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>
<version>2.12.2</version>
<!--
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion docx4j-samples-xlsx4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>
<version>2.12.2</version>
<!--
<exclusions>
<exclusion>
Expand Down

0 comments on commit 28b1725

Please sign in to comment.