Skip to content

Commit

Permalink
Fixes #240: update jakarta.xml.bind-api to 4.0.2 from 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 11, 2024
1 parent b1a1da2 commit 3df49fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jakarta-xmlbind/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
<!-- 20-Dec-2023, tatu: [modules-base#231]: And make sure to use "right" actiovation dep
-->
<osgi.import>jakarta.activation;resolution:=optional,
jakarta.xml.bind;version="[3.0,4.0.100)",
jakarta.xml.bind.*;version="[3.0,4.0.100)",
jakarta.xml.bind;version="[4.0,4.0.100)",
jakarta.xml.bind.*;version="[4.0,4.0.100)",
*
</osgi.import>

<version.xmlbind.api>3.0.1</version.xmlbind.api>
<version.xmlbind.api>4.0.2</version.xmlbind.api>
</properties>
<dependencies>
<!-- Extends Jackson core and mapper; minor dep on annotations too (JsonInclude) -->
Expand Down

0 comments on commit 3df49fa

Please sign in to comment.