File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 -->
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 >
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 >
You can’t perform that action at this time.
0 commit comments