summaryrefslogtreecommitdiffstats
path: root/holmes-actions/pom.xml
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2022-03-02 15:56:13 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2022-03-02 16:35:51 +0800
commit9980653129155973f31e599d7789aae9c65828c9 (patch)
tree3fa254936f8b1a4dc1fbfde8bf123c0133d78d5c /holmes-actions/pom.xml
parentbf8976d2bd8a35787859fcb79dcb4c76d60c65c5 (diff)
security - update some dependencies
Issue-ID: HOLMES-510 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> Change-Id: I2559c3185462d89c8d19fead3683550f51ca3e47
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r--holmes-actions/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index c553b53..b44e021 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -81,9 +81,18 @@
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.13.0</version>
+ </dependency>
+ <dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>