Skip to content

Commit 7a8efde

Browse files
committed
2 parents 4c719b1 + 86daade commit 7a8efde

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
name: jacoco-report
5959
path: target/site/jacoco
60-
- uses: codecov/codecov-action@v4
60+
- uses: codecov/codecov-action@v5
6161
name: Send coverage to Codecov
6262
with:
6363
file: ./**/target/site/jacoco/jacoco.xml

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12-
<lombok.version>1.18.34</lombok.version>
12+
<lombok.version>1.18.36</lombok.version>
1313
<!-- Testing -->
1414
<junit.jupiter.version>5.11.3</junit.jupiter.version>
1515
<!-- Plugins -->
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>nl.jqno.equalsverifier</groupId>
3333
<artifactId>equalsverifier</artifactId>
34-
<version>3.17.3</version>
34+
<version>3.17.4</version>
3535
<scope>test</scope>
3636
</dependency>
3737
<dependency>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-databind</artifactId>
53-
<version>2.18.1</version>
53+
<version>2.18.2</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)