diff options
Diffstat (limited to 'dependencies-bom/pom.xml')
-rw-r--r-- | dependencies-bom/pom.xml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 74bf2a45..fac96450 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -139,7 +139,7 @@ <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> - <version>2.2.8</version> + <version>2.3.1</version> <exclusions> <exclusion> <groupId>javax.xml.stream</groupId> @@ -264,18 +264,13 @@ </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> - <artifactId>logging-analytics</artifactId> - <version>1.6.6</version> - </dependency> - <dependency> - <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-base</artifactId> - <version>1.6.6</version> + <version>1.6.9</version> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.6.6</version> + <version>1.6.9</version> </dependency> <dependency> <groupId>org.osgi</groupId> |