File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 86
86
run : mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
87
87
- name : Codecov Report
88
88
if : matrix.os == 'ubuntu' && matrix.java == '17'
89
- uses : codecov/codecov-action@v4.1 .1
89
+ uses : codecov/codecov-action@v4.4 .1
90
90
91
91
test-java-8 :
92
92
name : test Java 8 (no-build)
Original file line number Diff line number Diff line change 44
44
<jacoco .coverage.target.class.method>0.50</jacoco .coverage.target.class.method>
45
45
<!-- For non-ci builds we'd like the build to still complete if jacoco metrics aren't met. -->
46
46
<jacoco .haltOnFailure>false</jacoco .haltOnFailure>
47
- <jjwt .suite.version>0.12.3 </jjwt .suite.version>
47
+ <jjwt .suite.version>0.12.5 </jjwt .suite.version>
48
48
49
49
<jacoco .surefire.argLine />
50
50
<surefire .argLine />
350
350
<plugin >
351
351
<groupId >org.apache.maven.plugins</groupId >
352
352
<artifactId >maven-jar-plugin</artifactId >
353
- <version >3.3.0 </version >
353
+ <version >3.4.1 </version >
354
354
<configuration >
355
355
<archive >
356
356
<manifestEntries >
You can’t perform that action at this time.
0 commit comments