Skip to content

Commit a9205fe

Browse files
committed
Merge branch '2.x' into 3.x
2 parents 83e0f97 + 0300a19 commit a9205fe

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/dep_build_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
ref: 2.x
2525
- name: Set up JDK
26-
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
26+
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
2727
with:
2828
distribution: 'temurin'
2929
java-version: ${{ matrix.java_version }}

.github/workflows/dep_build_v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
ref: 3.x
2323
- name: Set up JDK
24-
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
24+
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
2525
with:
2626
distribution: 'temurin'
2727
java-version: ${{ matrix.java_version }}

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
- name: Set up JDK
31-
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
31+
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
3232
with:
3333
distribution: 'temurin'
3434
java-version: ${{ matrix.java_version }}
@@ -56,7 +56,7 @@ jobs:
5656
run: ./mvnw -B -q -ff -ntp test
5757
- name: Publish code coverage
5858
if: ${{ matrix.release_build && github.event_name != 'pull_request' }}
59-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
59+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
files: ./target/site/jacoco/jacoco.xml

release-notes/VERSION-2.x

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Project: jackson-dataformat-xml
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
2.20.0-rc1 (04-Aug-2025)
7+
2.21.0 (not yet released)
8+
9+
No changes since 2.20
10+
11+
2.20.0 (28-Aug-2025)
812

913
#768: `FromXmlParser` lacks extension point for passing custom `XmlTokenStream`
1014
(contributed by @xzxiaoshan)

0 commit comments

Comments
 (0)