Skip to content

Commit

Permalink
Combined dependency updates (2024-06-15)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump spring-web-version from 6.1.8 to 6.1.9](#322)
- [Bump mikepenz/action-junit-report from 4.2.1 to 4.2.2](#321)
  • Loading branch information
javiertuya authored Jun 15, 2024
1 parent b3d1472 commit 647f7ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Publish test reports
if: always()
uses: mikepenz/[email protected].1
uses: mikepenz/[email protected].2
with:
check_name: test-report
report_paths: '**/target/surefire-reports/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion client-resttemplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!--openapi client dependencies: spring resttemplate+jackson -->
<swagger-annotations-version>1.6.14</swagger-annotations-version>

<spring-web-version>6.1.8</spring-web-version>
<spring-web-version>6.1.9</spring-web-version>

<jackson-version>2.17.1</jackson-version>

Expand Down

0 comments on commit 647f7ed

Please sign in to comment.