This is an automated email from the ASF dual-hosted git repository. buhhunyx pushed a commit to branch 3.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git
commit ffb5cbee41b634bd7b416da6bb7bb4a311dd5206 Author: Alexey Markevich <[email protected]> AuthorDate: Mon Jan 3 21:20:53 2022 +0300 introduce jaxb-runtime-version --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d1b00cf..ebb51ed 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,7 @@ <cxf-buildtools-version>3.4.5-SNAPSHOT</cxf-buildtools-version> <jdk.version>1.8</jdk.version> <jaxb-version>2.3.3</jaxb-version> + <jaxb-runtime-version>2.3.5</jaxb-runtime-version> <eclipse.outputDirectory>${basedir}/target/classes</eclipse.outputDirectory> <downloadSources>true</downloadSources> @@ -95,17 +96,17 @@ <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> - <version>${jaxb-version}</version> + <version>${jaxb-runtime-version}</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-xjc</artifactId> - <version>${jaxb-version}</version> + <version>${jaxb-runtime-version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13.1</version> + <version>4.13.2</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> @@ -305,7 +306,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>3.6.0</version> + <version>3.6.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
