From ffff34adfb3495151d11bd1410f2eebf9eca8494 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 27 Feb 2020 11:02:51 -0500 Subject: Upgrading logging-analytics to 1.6.5 Overriding Junit dependency with version 4.12 Upgrading mockito-core version to 2.23.4 in dependency-odl-bom Issue-ID: CCSDK-2125 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ia5104f47728024361867102dd25adca454f53a73 --- springboot/spring-boot-setup/src/main/resources/pom-template.xml | 2 +- springboot/springboot1/pom.xml | 2 +- springboot/springboot2/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'springboot') diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index 7f757751..763e32b0 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -88,7 +88,7 @@ true - 1.6.4 + 1.6.5 0.7.1-SNAPSHOT diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 2e3e002e..9cc72f8f 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -88,7 +88,7 @@ true - 1.6.4 + 1.6.5 0.7.1-SNAPSHOT diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 312732f8..f5ca3300 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -88,7 +88,7 @@ true - 1.6.4 + 1.6.5 0.7.1-SNAPSHOT -- cgit 1.2.3-korg