From a9ee7d90f2ff6825397819076f8dd2fedf50b2c6 Mon Sep 17 00:00:00 2001 From: Ady Liu Date: Mon, 13 May 2019 10:04:14 +0800 Subject: [PATCH] upgrade some dependencies for CVE-2018-19360 and others --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 5460d70..40c0b0c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.jafka jafka - 3.0.5 + 3.0.6 jar jafka https://github.com/adyliu/jafka @@ -40,12 +40,12 @@ org.slf4j slf4j-api - 1.7.25 + 1.7.26 org.slf4j slf4j-log4j12 - 1.7.25 + 1.7.26 true com.fasterxml.jackson.core jackson-core - 2.9.6 + [2.9.8,) @@ -84,7 +84,7 @@ io.netty netty-all - 4.1.29.Final + 4.1.36.Final net.sf.jopt-simple