Skip to content

Commit

Permalink
hotfix: saxon bug (#780)
Browse files Browse the repository at this point in the history
* build: bump saxon dependency from 11.3 to 11.4

* chore: bump patch version
  • Loading branch information
nsenave authored Nov 6, 2023
1 parent 2dee0e0 commit da435fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>eno-core</artifactId>


<version>2.3.12</version>
<version>2.3.13</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -52,7 +52,7 @@
<properties>
<guice.version>5.1.0</guice.version>
<commons-io.version>2.11.0</commons-io.version>
<saxon.version>11.3</saxon.version>
<saxon.version>11.4</saxon.version>
<fop.version>2.7</fop.version>
<xalan.version>2.7.2</xalan.version>
<slf4j.version>1.7.36</slf4j.version>
Expand Down

0 comments on commit da435fc

Please sign in to comment.