Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0552709

Browse filesBrowse files
authored
Merge branch 'main' into main-2.x
2 parents 7e1f8ff + 2755f2a commit 0552709
Copy full SHA for 0552709

File tree

Expand file treeCollapse file tree

2 files changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-8
lines changed

‎.github/workflows/maven-build.yml

Copy file name to clipboardExpand all lines: .github/workflows/maven-build.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
run: mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
8888
- name: Codecov Report
8989
if: matrix.os == 'ubuntu' && matrix.java == '17'
90-
uses: codecov/codecov-action@v4.4.1
90+
uses: codecov/codecov-action@v3
9191
with:
92-
# we do not want to have coverage not reported for a PR.
93-
fail_ci_if_error: true
9492
token: ${{ secrets.CODECOV_TOKEN }}
93+
fail_ci_if_error: true
94+
verbose: true

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+5-5Lines changed: 5 additions & 5 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.5</jjwt.suite.version>
47+
<jjwt.suite.version>0.12.6</jjwt.suite.version>
4848

4949
<jacoco.surefire.argLine />
5050
<surefire.argLine />
@@ -55,12 +55,12 @@
5555
<extension>
5656
<groupId>org.apache.maven.scm</groupId>
5757
<artifactId>maven-scm-provider-gitexe</artifactId>
58-
<version>1.13.0</version>
58+
<version>2.1.0</version>
5959
</extension>
6060
<extension>
6161
<groupId>org.apache.maven.scm</groupId>
6262
<artifactId>maven-scm-manager-plexus</artifactId>
63-
<version>2.0.1</version>
63+
<version>2.1.0</version>
6464
</extension>
6565
</extensions>
6666
<testResources>
@@ -99,7 +99,7 @@
9999
<plugin>
100100
<groupId>org.apache.maven.plugins</groupId>
101101
<artifactId>maven-gpg-plugin</artifactId>
102-
<version>3.1.0</version>
102+
<version>3.2.4</version>
103103
</plugin>
104104
<plugin>
105105
<groupId>org.jacoco</groupId>
@@ -290,7 +290,7 @@
290290
<plugin>
291291
<groupId>org.apache.maven.plugins</groupId>
292292
<artifactId>maven-jar-plugin</artifactId>
293-
<version>3.4.1</version>
293+
<version>3.4.2</version>
294294
<configuration>
295295
<archive>
296296
<manifestEntries>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.