From: Michael Hwang Date: Thu, 26 Apr 2018 20:37:33 +0000 (-0400) Subject: Update timbre libraries X-Git-Tag: 2.0.0-ONAP^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F44973%2F1;p=dcaegen2%2Fplatform%2Fservicechange-handler.git Update timbre libraries Change-Id: Id0332c5559ea3b7e9ab9e115301c3160162b33cd Issue-ID: DCAEGEN2-475 Signed-off-by: Michael Hwang --- diff --git a/pom.xml b/pom.xml index 648fc9e..d9b81eb 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.platform servicechange-handler - 1.1.3 + 1.1.4 jar @@ -72,13 +72,13 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. com.taoensso timbre - 4.7.4 + 4.10.0 com.fzakaria slf4j-timbre - 0.3.2 + 0.3.8 clj-http diff --git a/version.properties b/version.properties index bcf3556..88990e7 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=1 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT