This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit f42efc91a925e032e271daa87ac2971168f65c17 Author: mr1716 <[email protected]> AuthorDate: Thu Aug 24 06:11:41 2023 -0400 NIFI-11983 Upgraded JAXB Runtime from 2.3.5 to 2.3.8 This closes #7641 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 6bdea7e2047110e68dbd099ea74ed8552e6c064d) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 097d33f30e..ff068d1810 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ <jetty.version>9.4.51.v20230217</jetty.version> <jackson.bom.version>2.15.2</jackson.bom.version> <avro.version>1.11.2</avro.version> - <jaxb.runtime.version>2.3.5</jaxb.runtime.version> + <jaxb.runtime.version>2.3.8</jaxb.runtime.version> <javax.annotation-api.version>1.3.2</javax.annotation-api.version> <jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version> <json.smart.version>2.4.11</json.smart.version>
