diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2021-12-13 10:30:51 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2021-12-13 10:30:51 +0800 |
commit | 3e0ea3b4394b1be5de9d805d07f9a0a995242f9a (patch) | |
tree | 4e9df2bc2d6a591ed72a912122c8f3b99a4fd0b2 | |
parent | bad41756c627c14cc63ba1ec5c0eafcd801b7e6c (diff) |
bugfix - update holmes-action to 1.3.9
Issue-ID: HOLMES-492
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: Id1a5550e7612959ed5b1deadb176183c68c58346
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ <dependency> <groupId>org.onap.holmes.common</groupId> <artifactId>holmes-actions</artifactId> - <version>1.3.8</version> + <version>1.3.9</version> <exclusions> <exclusion> <groupId>io.dropwizard</groupId> |