diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-07 19:47:37 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-07 19:49:05 -0400 |
commit | 84de142aba1b450beeec04ad85f9739fb721697f (patch) | |
tree | 02978bf899a28096df3bdb14e9cf8672cefbb260 /dependencies-bom | |
parent | 1ab9dc7eceb1623093cbc06e0c341e44e5aeaaef (diff) |
Updating logging-analytics version from 1.6.6 to 1.6.9
Updating com.google.code.findbugs:annotation version to 3.0.1
Issue-ID: CCSDK-3329
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ic22de3bbdb11994f273eba25b352331cc7000714
Diffstat (limited to 'dependencies-bom')
-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 0b3836d5..bc84c2f6 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> |