This is an automated email from the ASF dual-hosted git repository. sblackmon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/streams.git
commit c7164c8bfd37ef8be0f78df6da58da878f627c70 Author: Steve Blackmon <sblack...@salesforce.com> AuthorDate: Wed Dec 6 10:26:09 2023 -0600 makes it possible to compile with jdk17 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d6e18ad9d4..078236035e 100644 --- a/pom.xml +++ b/pom.xml @@ -381,9 +381,9 @@ <json-schema-validator.version>0.1.10</json-schema-validator.version> <juneau.version>7.2.1</juneau.version> <jsonschema2pojo.version>1.1.2</jsonschema2pojo.version> - <jaxb2.version>0.14.0</jaxb2.version> - <jaxb2-basics.version>0.11.1</jaxb2-basics.version> - <jaxbutil.version>1.3.0</jaxbutil.version> + <jaxb2.version>0.15.3</jaxb2.version> + <jaxb2-basics.version>0.13.1</jaxb2-basics.version> + <jaxbutil.version>2.1.0</jaxbutil.version> <junit.version>4.12</junit.version> <netty.version>3.8.0.Final</netty.version> <slf4j.version>1.7.25</slf4j.version>