Skip to content

Commit

Permalink
Merge branch 'main' into devKubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisszmundy committed Jul 5, 2024
2 parents 0154af1 + e4c2d82 commit 4a972c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@1203a182b56e6f5369c2597d03e33814d2b4bcfd
uses: advanced-security/maven-dependency-submission-action@f97a4078d80bca790cd68e93a88da11a056ac0a3

- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
with:
fail-on-error: false

2 changes: 1 addition & 1 deletion kraftwerk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.4</version>
<version>12.5</version>
</dependency>
<!-- XML oriented test dependency -->
<!-- https://www.xmlunit.org/ -->
Expand Down

0 comments on commit 4a972c0

Please sign in to comment.