Skip to content

Commit

Permalink
Merge pull request #357 from 52North/dependabot/maven/net.sf.saxon-Sa…
Browse files Browse the repository at this point in the history
…xon-HE-11.1.1

Bump Saxon-HE from 10.6 to 11.1.1
  • Loading branch information
CarstenHollmann authored Feb 17, 2022
2 parents 5c43840 + 8fa5008 commit 7ecc474
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ This project includes:
Xerces2-j under The Apache Software License, Version 2.0
XML Commons External Components XML APIs under The Apache Software License, Version 2.0 or The SAX License or The W3C License
XML Pull Parsing API under Public Domain
XML Resolver under Apache License version 2.0
XmlBeans under The Apache Software License, Version 2.0
XmlBeansXPath under The Apache Software License, Version 2.0
XMLUnit for Java under BSD License
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>10.6</version>
<version>11.1.1</version>
</dependency>


Expand Down
7 changes: 6 additions & 1 deletion svalbard/xmlbeans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,14 @@
<artifactId>xmlbeans-xpath</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
Expand Down
5 changes: 5 additions & 0 deletions svalbard/xmlstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
Expand Down

0 comments on commit 7ecc474

Please sign in to comment.