File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 25
25
strategy :
26
26
fail-fast : false
27
27
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' ]
32
29
os : ['ubuntu-20.04']
33
30
env :
34
31
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
70
70
<dependency >
71
71
<groupId >org.codehaus.woodstox</groupId >
72
72
<artifactId >stax2-api</artifactId >
73
- <version >4.2.1 </version >
73
+ <version >4.2.2 </version >
74
74
<exclusions >
75
75
<exclusion >
76
76
<groupId >javax.xml.stream</groupId >
@@ -87,10 +87,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
87
87
-->
88
88
<!-- 28-Jun-2022, tatu: For 2.14, 6.4 to get OSGi metadata, bug fixes -->
89
89
<!-- 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) -->
90
91
<dependency >
91
92
<groupId >com.fasterxml.woodstox</groupId >
92
93
<artifactId >woodstox-core</artifactId >
93
- <version >6.5.1 </version >
94
+ <version >6.6.0 </version >
94
95
<exclusions >
95
96
<exclusion >
96
97
<groupId >javax.xml.stream</groupId >
You can’t perform that action at this time.
0 commit comments