NIFI-1324: bump version on bouncycastle artifacts from 1.53 to 1.54

Reviewed by Tony Kurc (tkurc@apache.org) This closes #170
This commit is contained in:
Andy LoPresto 2016-01-12 19:37:25 -05:00 committed by trkurc
parent c757c4d6ea
commit c3ac772b92
1 changed files with 3 additions and 3 deletions

View File

@ -242,17 +242,17 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.53</version>
<version>1.54</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk15on</artifactId>
<version>1.53</version>
<version>1.54</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.53</version>
<version>1.54</version>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>