Skip to content

Commit

Permalink
Update Woodstox dep to 6.6 (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder authored Jan 18, 2024
1 parent 41be935 commit 927638f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['8', '11', '17' ]
# 05-Oct-2022, tatu: Alas, ONE test fails on JDK 17; no way to yet skip
# tests on specific JDKs so comment out for now
# java_version: ['8', '11', '17']
java_version: ['8', '11', '17', '21' ]
os: ['ubuntu-20.04']
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<version>4.2.1</version>
<version>4.2.2</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand All @@ -87,10 +87,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
-->
<!-- 28-Jun-2022, tatu: For 2.14, 6.4 to get OSGi metadata, bug fixes -->
<!-- 18-Apr-2023, tatu: For 2.15, 6.5.1 for more OSGi fixes -->
<!-- 17-Jan-2024, tatu: For 2.17, 6.6.0 (latest) -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.1</version>
<version>6.6.0</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down

0 comments on commit 927638f

Please sign in to comment.