Skip to content

Commit

Permalink
Bump Bouncy Castle version from 1.52 to 1.53
Browse files Browse the repository at this point in the history
Since it has some potentially valuable fixes for JDK 1.8.
For more details see https://www.bouncycastle.org/releasenotes.html
section '2.1.1 Version' release 1.53.
  • Loading branch information
lutovich committed Dec 7, 2015
1 parent ef04d4b commit 6d67e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@
<licensing.phase>compile</licensing.phase>
<lucene.version>5.3.1</lucene.version>
<logback-classic.version>1.1.2</logback-classic.version>
<bouncycastle.version>1.52</bouncycastle.version>
<bouncycastle.version>1.53</bouncycastle.version>
<generate-config-docs-phase>prepare-package</generate-config-docs-phase>
<hsqldb.version>2.3.2</hsqldb.version>
<test.runner.jvm.settings>-Xmx1G -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=target/test-data -Dorg.neo4j.unsafe.impl.internal.dragons.UnsafeUtil.DIRTY_MEMORY=true</test.runner.jvm.settings>
Expand Down

0 comments on commit 6d67e8a

Please sign in to comment.