Skip to content

Commit

Permalink
1;95;0cMerge branch '2.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 28, 2024
2 parents a7f49bf + 7d2e991 commit 6852120
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: ./mvnw -B -q -ff -ntp test
- name: Publish code coverage
if: github.event_name != 'pull_request' && matrix.java_version == '8'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./target/site/jacoco/jacoco.xml
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Active maintainers:
=== Releases ===
------------------------------------------------------------------------

2.18.2 (27-Nov-2024)

No changes since 2.18.1

2.18.1 (28-Oct-2024)

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

0 comments on commit 6852120

Please sign in to comment.