Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The following output comes from running
mvn versions:update-dependency-versions
[INFO] — versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ nifi-spark-receiver —
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ........................ 1.1.2 -> 1.1.3
[INFO] com.jcraft:jsch ..................................... 0.1.51 -> 0.1.52
[INFO] javax.jms:javax.jms-api ................................. 2.0 -> 2.0.1
[INFO] joda-time:joda-time ....................................... 2.7 -> 2.8
[INFO] net.sf.saxon:Saxon-HE ............................. 9.6.0-4 -> 9.6.0-5
[INFO] org.apache.activemq:activemq-client ................. 5.10.0 -> 5.11.1
[INFO] org.apache.avro:avro .................................. 1.7.6 -> 1.7.7
[INFO] org.apache.commons:commons-lang3 ........................ 3.3.2 -> 3.4
[INFO] org.apache.commons:commons-pool2 ........................ 2.3 -> 2.4.1
[INFO] org.apache.hadoop:hadoop-annotations .................. 2.6.0 -> 2.7.0
[INFO] org.apache.hadoop:hadoop-client ....................... 2.6.0 -> 2.7.0
[INFO] org.apache.hadoop:hadoop-common ....................... 2.6.0 -> 2.7.0
[INFO] org.apache.hadoop:hadoop-hdfs ......................... 2.6.0 -> 2.7.0
[INFO] org.apache.hadoop:hadoop-mapreduce-client-core ........ 2.6.0 -> 2.7.0
[INFO] org.apache.hadoop:hadoop-yarn-api ..................... 2.6.0 -> 2.7.0
[INFO] org.apache.httpcomponents:httpclient .................. 4.3.6 -> 4.4.1
[INFO] org.apache.lucene:lucene-analyzers-common ............ 4.10.3 -> 5.1.0
[INFO] org.apache.lucene:lucene-core ........................ 4.10.3 -> 5.1.0
[INFO] org.apache.lucene:lucene-queryparser ................. 4.10.3 -> 5.1.0
[INFO] org.aspectj:aspectjweaver ............................. 1.8.4 -> 1.8.5
[INFO] org.slf4j:jcl-over-slf4j ............................ 1.7.10 -> 1.7.12
[INFO] org.slf4j:jul-to-slf4j .............................. 1.7.10 -> 1.7.12
[INFO] org.slf4j:log4j-over-slf4j .......................... 1.7.10 -> 1.7.12
[INFO] org.slf4j:slf4j-api ................................. 1.7.10 -> 1.7.12
[INFO] org.slf4j:slf4j-simple .............................. 1.7.10 -> 1.7.12
[INFO] org.springframework:spring-aop ........ 4.1.4.RELEASE -> 4.1.6.RELEASE
[INFO] org.springframework:spring-beans ...... 4.1.4.RELEASE -> 4.1.6.RELEASE
[INFO] org.springframework:spring-context .... 4.1.4.RELEASE -> 4.1.6.RELEASE
[INFO] org.springframework:spring-context-support ...
[INFO] 4.1.4.RELEASE -> 4.1.6.RELEASE
[INFO] org.springframework:spring-core ....... 4.1.4.RELEASE -> 4.1.6.RELEASE
[INFO] org.springframework:spring-expression ...
[INFO] 4.1.4.RELEASE -> 4.1.6.RELEASE
[INFO] org.springframework:spring-jdbc ....... 4.1.4.RELEASE -> 4.1.6.RELEASE
[INFO] org.springframework:spring-tx ......... 4.1.4.RELEASE -> 4.1.6.RELEASE
[INFO] org.springframework:spring-web ........ 4.1.4.RELEASE -> 4.1.6.RELEASE
[INFO] org.springframework.security:spring-security-acl ...
[INFO] 3.2.5.RELEASE -> 4.0.1.RELEASE
[INFO] org.springframework.security:spring-security-config ...
[INFO] 3.2.5.RELEASE -> 4.0.1.RELEASE
[INFO] org.springframework.security:spring-security-core ...
[INFO] 3.2.5.RELEASE -> 4.0.1.RELEASE
[INFO] org.springframework.security:spring-security-web ...
[INFO] 3.2.5.RELEASE -> 4.0.1.RELEASE
[INFO]
[INFO] artifact org.apache.spark:spark-streaming_2.10: checking for updates from central
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] org.apache.spark:spark-streaming_2.10 ................. 1.2.0 -> 1.3.1
[INFO]