Skip to content

Commit 8a6b508

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/setup-java-5.0.0
2 parents 3dd58d2 + ded5ae9 commit 8a6b508

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Upload JaCoCo coverage report to Codecov
5757
if: matrix.service == 'codecov'
58-
uses: codecov/codecov-action@v5.4.3
58+
uses: codecov/codecov-action@v5.5.0
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
files: jacoco.xml

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>org.springdoc</groupId>
130130
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
131-
<version>2.8.9</version>
131+
<version>2.8.10</version>
132132
</dependency>
133133
<!--
134134
Project Lombok

0 commit comments

Comments
 (0)