From 91b1373c6177c6fc335f394c1959c09fe83cd671 Mon Sep 17 00:00:00 2001 From: Solomon Ayalew <solxget@amazon.com> Date: Wed, 4 Oct 2023 15:23:42 -0700 Subject: [PATCH] upgrading version --- testing/notification-test-core/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml index aa6f572be..786330f7a 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.2.11</version> + <version>2.3.0</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> - <version>2.2.11</version> + <version>2.3.0</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>2.2.11</version> + <version>2.3.0</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> -- GitLab