Skip to content

Commit f640986

Browse files
committed
Merge branch '2.17'
2 parents c73558d + f788391 commit f640986

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: ./mvnw -B -q -ff -ntp test
6464
- name: Publish code coverage
6565
if: github.event_name != 'pull_request' && matrix.java_version == '8'
66-
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
66+
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
file: ./target/site/jacoco/jacoco.xml

Diff for: .github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060

6161
# Upload the results to GitHub's code scanning dashboard.
6262
- name: "Upload to code-scanning"
63-
uses: github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
63+
uses: github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
6464
with:
6565
sarif_file: results.sarif

Diff for: release-notes/VERSION-2.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
2.17.0 (not yet released)
17+
2.17.0-rc1 (26-Feb-2024)
1818

1919
#507: Add `JsonWriteFeature.ESCAPE_FORWARD_SLASHES` to allow escaping of '/' for
2020
String values

0 commit comments

Comments
 (0)