Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
MINIFI-472 Updating dependency versions for items inclusive of Spring…
Browse files Browse the repository at this point in the history
…, Bouncycastle as reported by versions:display-dependency-update.

Signed-off-by: Aldrin Piri <aldrin@apache.org>
  • Loading branch information
apiri committed Oct 12, 2018
1 parent 7b9e109 commit 13a05ad
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 13a05ad

Please sign in to comment.