Skip to content

Commit 927638f

Browse files
authored
Update Woodstox dep to 6.6 (#626)
1 parent 41be935 commit 927638f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
java_version: ['8', '11', '17' ]
29-
# 05-Oct-2022, tatu: Alas, ONE test fails on JDK 17; no way to yet skip
30-
# tests on specific JDKs so comment out for now
31-
# java_version: ['8', '11', '17']
28+
java_version: ['8', '11', '17', '21' ]
3229
os: ['ubuntu-20.04']
3330
env:
3431
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
7070
<dependency>
7171
<groupId>org.codehaus.woodstox</groupId>
7272
<artifactId>stax2-api</artifactId>
73-
<version>4.2.1</version>
73+
<version>4.2.2</version>
7474
<exclusions>
7575
<exclusion>
7676
<groupId>javax.xml.stream</groupId>
@@ -87,10 +87,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
8787
-->
8888
<!-- 28-Jun-2022, tatu: For 2.14, 6.4 to get OSGi metadata, bug fixes -->
8989
<!-- 18-Apr-2023, tatu: For 2.15, 6.5.1 for more OSGi fixes -->
90+
<!-- 17-Jan-2024, tatu: For 2.17, 6.6.0 (latest) -->
9091
<dependency>
9192
<groupId>com.fasterxml.woodstox</groupId>
9293
<artifactId>woodstox-core</artifactId>
93-
<version>6.5.1</version>
94+
<version>6.6.0</version>
9495
<exclusions>
9596
<exclusion>
9697
<groupId>javax.xml.stream</groupId>

0 commit comments

Comments
 (0)