Skip to content

Commit 3882581

Browse files
authored
Merge branch 'main' into app_ids_for_checks
2 parents 47314dd + bf6220c commit 3882581

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
8787
- name: Codecov Report
8888
if: matrix.os == 'ubuntu' && matrix.java == '17'
89-
uses: codecov/codecov-action@v4.1.1
89+
uses: codecov/codecov-action@v4.4.1
9090

9191
test-java-8:
9292
name: test Java 8 (no-build)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<jacoco.coverage.target.class.method>0.50</jacoco.coverage.target.class.method>
4545
<!-- For non-ci builds we'd like the build to still complete if jacoco metrics aren't met. -->
4646
<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>
4848

4949
<jacoco.surefire.argLine />
5050
<surefire.argLine />
@@ -350,7 +350,7 @@
350350
<plugin>
351351
<groupId>org.apache.maven.plugins</groupId>
352352
<artifactId>maven-jar-plugin</artifactId>
353-
<version>3.3.0</version>
353+
<version>3.4.1</version>
354354
<configuration>
355355
<archive>
356356
<manifestEntries>

0 commit comments

Comments
 (0)