From 2926be623daa2d47e7473640d1988ecba6e5aa2d Mon Sep 17 00:00:00 2001 From: Solomon Ayalew <solxget@amazon.com> Date: Wed, 4 Oct 2023 15:38:58 -0700 Subject: [PATCH] upgrade version to jaxb-core --- notification-core/pom.xml | 6 +++--- testing/notification-test-core/pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/notification-core/pom.xml b/notification-core/pom.xml index 81502bc48..889b80307 100644 --- a/notification-core/pom.xml +++ b/notification-core/pom.xml @@ -87,17 +87,17 @@ <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> - <version>2.3.0</version> + <version>2.3.1</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> - <version>2.3.0</version> + <version>4.0.0</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>2.3.0</version> + <version>4.0.0</version> </dependency> <dependency> <groupId>com.auth0</groupId> diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml index 786330f7a..7a72ea859 100644 --- a/testing/notification-test-core/pom.xml +++ b/testing/notification-test-core/pom.xml @@ -44,17 +44,17 @@ <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> - <version>2.3.0</version> + <version>2.3.1</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> - <version>2.3.0</version> + <version>4.0.0</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>2.3.0</version> + <version>4.0.0</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> -- GitLab