Skip to content

Commit

Permalink
Merge pull request #241 from yegor256/renovate/xml-apis-xml-apis-repl…
Browse files Browse the repository at this point in the history
…acement

fix(deps): replace dependency xml-apis:xml-apis with xml-apis:xml-apis
  • Loading branch information
yegor256 authored Feb 18, 2025
2 parents ad067ac + a28fb45 commit 6ec093f
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>1.4.01</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>1.4.01</version>
<version>1.0.b2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6ec093f

Please sign in to comment.