Skip to content

Commit

Permalink
fix(deps): replace dependency xml-apis:xml-apis with xml-apis:xml-api…
Browse files Browse the repository at this point in the history
…s 1.0.b2
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 7e0195f commit de188f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
<version>1.0.b2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/xerces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
<version>1.0.b2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit de188f3

Please sign in to comment.