Skip to content

Commit 3df49fa

Browse files
committed
Fixes #240: update jakarta.xml.bind-api to 4.0.2 from 3.0.1
1 parent b1a1da2 commit 3df49fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jakarta-xmlbind/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
<!-- 20-Dec-2023, tatu: [modules-base#231]: And make sure to use "right" actiovation dep
4141
-->
4242
<osgi.import>jakarta.activation;resolution:=optional,
43-
jakarta.xml.bind;version="[3.0,4.0.100)",
44-
jakarta.xml.bind.*;version="[3.0,4.0.100)",
43+
jakarta.xml.bind;version="[4.0,4.0.100)",
44+
jakarta.xml.bind.*;version="[4.0,4.0.100)",
4545
*
4646
</osgi.import>
4747

48-
<version.xmlbind.api>3.0.1</version.xmlbind.api>
48+
<version.xmlbind.api>4.0.2</version.xmlbind.api>
4949
</properties>
5050
<dependencies>
5151
<!-- Extends Jackson core and mapper; minor dep on annotations too (JsonInclude) -->

0 commit comments

Comments
 (0)