Skip to content

Commit

Permalink
Merge pull request #228 from yegor256/renovate/xml-apis-xml-apis-1.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency xml-apis:xml-apis to v1.4.01
  • Loading branch information
yegor256 authored Feb 18, 2025
2 parents 5103b8a + a2f0ef5 commit c856663
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.0.b2</version>
<version>1.4.01</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.0.b2</version>
<version>1.4.01</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c856663

Please sign in to comment.