Skip to content

Commit 026ccdf

Browse files
authored
Merge branch 'master' into snyk-fix-578cab7cca65ffb9f4228e0038b0692a
2 parents 2523c3a + 81947de commit 026ccdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
name: jacoco.xml
5858
- name: Upload JaCoCo coverage report to Codecov
59-
uses: codecov/codecov-action@v4
59+
uses: codecov/codecov-action@v5
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
files: jacoco.xml

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<dependency>
194194
<groupId>org.projectlombok</groupId>
195195
<artifactId>lombok</artifactId>
196-
<version>1.18.34</version>
196+
<version>1.18.36</version>
197197
<scope>provided</scope>
198198
</dependency>
199199
</dependencies>

0 commit comments

Comments
 (0)