diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml index bd4710fb..1001127d 100644 --- a/dependency-reduced-pom.xml +++ b/dependency-reduced-pom.xml @@ -182,7 +182,7 @@ org.slf4j slf4j-simple - 1.7.25 + 1.7.26 test @@ -210,5 +210,4 @@ 1.8 4.12 - - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 497976a6..a7fd829d 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,6 @@ 5.0.1 ${junit.version}.1 1.0.1 - @@ -26,20 +25,20 @@ com.fasterxml.jackson.core jackson-core - 2.9.5 + 2.9.8 compile com.fasterxml.jackson.core jackson-databind - 2.9.5 + 2.9.8 compile org.apache.kafka connect-api - 2.0.0 + 2.2.0 compile @@ -79,7 +78,7 @@ org.apache.httpcomponents httpclient - 4.5.3 + 4.5.8 commons-logging @@ -102,7 +101,7 @@ commons-codec commons-codec - 1.11 + 1.12 compile @@ -110,14 +109,14 @@ org.slf4j slf4j-simple - 1.7.25 + 1.7.26 test org.slf4j slf4j-api - 1.7.25 + 1.7.26 compile diff --git a/src/main/java/com/splunk/kafka/connect/SplunkSinkConnectorConfig.java b/src/main/java/com/splunk/kafka/connect/SplunkSinkConnectorConfig.java index 0d36dee4..d2facf98 100644 --- a/src/main/java/com/splunk/kafka/connect/SplunkSinkConnectorConfig.java +++ b/src/main/java/com/splunk/kafka/connect/SplunkSinkConnectorConfig.java @@ -328,21 +328,21 @@ public String toString() { + "ackPollThreads:" + ackPollThreads + ", " + "maxHttpConnectionPerChannel:" + maxHttpConnPerChannel + ", " + "totalHecChannels:" + totalHecChannels + ", " - + "enrichment: " + getString(ENRICHMENT_CONF) + ", " - + "maxBatchSize: " + maxBatchSize + ", " - + "numberOfThreads: " + numberOfThreads + ", " - + "lineBreaker: " + lineBreaker + ", " - + "maxOutstandingEvents: " + maxOutstandingEvents + ", " - + "maxRetries: " + maxRetries + ", " - + "useRecordTimestamp: " + useRecordTimestamp + ", " - + "hecEventFormatted" + hecEventFormatted + ", " - + "trackData: " + trackData + "," - + "headerSupport:" + headerSupport + "," - + "headerCustom:" + headerCustom + "," - + "headerIndex:" + headerIndex + "," - + "headerSource:" + headerSource + "," - + "headerSourcetype:" + headerSourcetype + "," - + "headerHost" + headerHost; + + "enrichment:" + getString(ENRICHMENT_CONF) + ", " + + "maxBatchSize:" + maxBatchSize + ", " + + "numberOfThreads:" + numberOfThreads + ", " + + "lineBreaker:" + lineBreaker + ", " + + "maxOutstandingEvents:" + maxOutstandingEvents + ", " + + "maxRetries:" + maxRetries + ", " + + "useRecordTimestamp:" + useRecordTimestamp + ", " + + "hecEventFormatted:" + hecEventFormatted + ", " + + "trackData:" + trackData + ", " + + "headerSupport:" + headerSupport + ", " + + "headerCustom:" + headerCustom + ", " + + "headerIndex:" + headerIndex + ", " + + "headerSource:" + headerSource + ", " + + "headerSourcetype:" + headerSourcetype + ", " + + "headerHost:" + headerHost; } private static String[] split(String data, String sep) {