Skip to content

Commit

Permalink
build(deps): bump Saxon-HE from 12.1 to 12.3
Browse files Browse the repository at this point in the history
Bumps Saxon-HE from 12.1 to 12.3.

---
updated-dependencies:
- dependency-name: net.sf.saxon:Saxon-HE
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 5, 2023
1 parent f27254a commit 8f0dee2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plc4c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.1</version>
<version>12.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion protocols/knxnetip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.1</version>
<version>12.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion protocols/opcua/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<!-- REMARK: 11.3 is currently the newest version, however when updating to that, the build breaks -->
<version>12.1</version>
<version>12.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 8f0dee2

Please sign in to comment.