diff --git a/notification-core/pom.xml b/notification-core/pom.xml index 81502bc487c76309bf79af998dea2de1ce22bb59..889b803077d2500f6cbab0af0ac701fc4a3f5f1d 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 786330f7a271f1671a3f24fc78a681f124902cfd..7a72ea8599d091d24bdc963b16d6798a6c445cab 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>