Skip to content

Commit 7710fe5

Browse files
committed
Merge branch '2.19'
2 parents 6dfbc4a + 4876bd0 commit 7710fe5

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Specifically:
2727
| Artifact | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.dataformat/jackson-dataformat-xml) |
2828
| OSS Sponsorship | [![Tidelift](https://tidelift.com/badges/package/maven/com.fasterxml.jackson.dataformat:jackson-dataformat-xml)](https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-dataformat-jackson-dataformat-xml?utm_source=maven-com-fasterxml-jackson-dataformat-jackson-dataformat-xml&utm_medium=referral&utm_campaign=readme) |
2929
| Javadocs | [![Javadoc](https://javadoc.io/badge/com.fasterxml.jackson.dataformat/jackson-dataformat-xml.svg)](http://www.javadoc.io/doc/com.fasterxml.jackson.dataformat/jackson-dataformat-xml) |
30-
| Code coverage (2.18) | [![codecov.io](https://codecov.io/github/FasterXML/jackson-dataformat-xml/coverage.svg?branch=2.15)](https://codecov.io/github/FasterXML/jackson-dataformat-xml?branch=2.18) |
30+
| Code coverage (2.19) | [![codecov.io](https://codecov.io/github/FasterXML/jackson-dataformat-xml/coverage.svg?branch=2.19)](https://codecov.io/github/FasterXML/jackson-dataformat-xml?branch=2.19) |
3131
| OpenSSF Score | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/FasterXML/jackson-dataformat-xml/badge)](https://securityscorecards.dev/viewer/?uri=github.com/FasterXML/jackson-dataformat-xml) |
3232
| Fuzzing | [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/jackson-dataformat-xml.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:jackson-dataformat-xml) |
3333

@@ -36,10 +36,9 @@ Specifically:
3636
`master` branch is for developing the next major Jackson version -- 3.0 -- but there
3737
are active maintenance branches in which much of development happens:
3838

39-
* `2.18` is for developing the next minor 2.x version
39+
* `2.19` is for developing the next minor 2.x version
40+
* `2.18` is for backported fixes to include in 2.18.x patch versions
4041
* `2.17` is for backported fixes to include in 2.17.x patch versions
41-
* `2.16` is for backported fixes to include in 2.16.x patch versions
42-
* `2.15` is for backported fixes to include in 2.15.x patch versions
4342

4443
Older branches are usually not changed but are available for historic reasons.
4544
All released versions have matching git tags (`jackson-dataformat-xml-2.17.1`).
@@ -57,14 +56,14 @@ Maven:
5756
<dependency>
5857
<groupId>com.fasterxml.jackson.dataformat</groupId>
5958
<artifactId>jackson-dataformat-xml</artifactId>
60-
<version>2.17.1</version>
59+
<version>2.18.1</version>
6160
</dependency>
6261
```
6362

6463
Gradle:
6564
```groovy
6665
dependencies {
67-
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1'
66+
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.1'
6867
}
6968
```
7069

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ No changes since 2.18.0
1818
(contributed by @pjfanning)
1919
- Upgrade Woodstox to 7.0.0 (dependency fixes)
2020

21+
2.17.3 (01-Nov-2024)
22+
23+
No changes since 2.17.2
24+
2125
2.17.2 (05-Jul-2024)
2226

2327
#657: Nesting depth in `XmlReadContext` is not incremented/decremented on

0 commit comments

Comments
 (0)