Skip to content

Commit

Permalink
Updated to SchXslt 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jul 29, 2024
1 parent b0dc51b commit 72aa5ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public final class ThirdPartyModuleProvider_ph_schematron_schxslt implements ITh
public static final IThirdPartyModule SCHXSLT = new ThirdPartyModule ("SchXslt",
"David Maus",
ELicense.MIT,
new Version (1, 9, 5),
new Version (1, 10),
"https://github.com/schxslt/schxslt");

@Nullable
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<jaxb-plugin.artifact>jaxb-maven-plugin</jaxb-plugin.artifact>
<jaxb-plugin.version>4.0.8</jaxb-plugin.version>
<ph-jaxb-plugin.version>4.0.3</ph-jaxb-plugin.version>
<schxslt.version>1.9.5</schxslt.version>
<schxslt.version>1.10</schxslt.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 72aa5ef

Please sign in to comment.