Repository: nifi-minifi Updated Branches: refs/heads/master 7b9e10971 -> 13a05ad1b
MINIFI-472 Updating dependency versions for items inclusive of Spring, Bouncycastle as reported by versions:display-dependency-update. Signed-off-by: Aldrin Piri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi/commit/13a05ad1 Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi/tree/13a05ad1 Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi/diff/13a05ad1 Branch: refs/heads/master Commit: 13a05ad1bdb7ac16ae54fb6091d62f2f78b26aca Parents: 7b9e109 Author: Aldrin Piri <[email protected]> Authored: Mon Oct 8 11:34:26 2018 -0400 Committer: Aldrin Piri <[email protected]> Committed: Fri Oct 12 15:31:02 2018 -0400 ---------------------------------------------------------------------- pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/13a05ad1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fad15a3..8dba35e 100644 --- a/pom.xml +++ b/pom.xml @@ -103,8 +103,8 @@ limitations under the License. <jetty.version>9.4.11.v20180605</jetty.version> <jersey.version>2.26</jersey.version> <yammer.metrics.version>2.2.0</yammer.metrics.version> - <spring.version>4.2.4.RELEASE</spring.version> - <spring.security.version>4.0.3.RELEASE</spring.security.version> + <spring.version>4.3.10.RELEASE</spring.version> + <spring.security.version>4.2.4.RELEASE</spring.security.version> <system.rules.version>1.16.1</system.rules.version> <aws.sdk.version>1.11.172</aws.sdk.version> </properties> @@ -580,19 +580,19 @@ limitations under the License. <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.55</version> + <version>1.60</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-jdk15on</artifactId> - <version>1.55</version> + <version>1.60</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> - <version>1.55</version> + <version>1.60</version> <scope>provided</scope> </dependency> <dependency> @@ -647,7 +647,7 @@ limitations under the License. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.11</version> + <version>1.18</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -702,7 +702,7 @@ limitations under the License. <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> - <version>0.1.52</version> + <version>0.1.54</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> @@ -960,7 +960,7 @@ limitations under the License. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.0</version> + <version>4.2</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -995,12 +995,12 @@ limitations under the License. <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-client</artifactId> - <version>5.12.1</version> + <version>5.15.6</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> - <version>5.12.1</version> + <version>5.15.6</version> <scope>test</scope> </dependency> <dependency> @@ -1069,7 +1069,7 @@ limitations under the License. <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>18.0</version> + <version>26.0-jre</version> </dependency> <dependency> <groupId>com.h2database</groupId> @@ -1089,7 +1089,7 @@ limitations under the License. <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.1</version> + <version>2.9.7</version> </dependency> <dependency> <groupId>org.apache.spark</groupId>
