Skip to content

Commit 6852120

Browse files
committed
1;95;0cMerge branch '2.19'
2 parents a7f49bf + 7d2e991 commit 6852120

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: ./mvnw -B -q -ff -ntp test
6161
- name: Publish code coverage
6262
if: github.event_name != 'pull_request' && matrix.java_version == '8'
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666
file: ./target/site/jacoco/jacoco.xml

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Active maintainers:
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
2.18.2 (27-Nov-2024)
18+
19+
No changes since 2.18.1
20+
1721
2.18.1 (28-Oct-2024)
1822

1923
#518: Should not read past end for CBOR string values

0 commit comments

Comments
 (0)