Repository: nifi Updated Branches: refs/heads/master c757c4d6e -> c3ac772b9
NIFI-1324: bump version on bouncycastle artifacts from 1.53 to 1.54 Reviewed by Tony Kurc ([email protected]) This closes #170 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/c3ac772b Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/c3ac772b Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/c3ac772b Branch: refs/heads/master Commit: c3ac772b9230e3fc8053650142f0ad921fd98169 Parents: c757c4d Author: Andy LoPresto <[email protected]> Authored: Tue Jan 12 19:37:25 2016 -0500 Committer: trkurc <[email protected]> Committed: Tue Jan 12 19:37:45 2016 -0500 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/c3ac772b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3e3aa59..95a86ec 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
