summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2018-01-26 12:38:49 +0000
committerPJ Fanning <fanningpj@apache.org>2018-01-26 12:38:49 +0000
commitef952a3ca009e75d5432372328bd5c41eee348a5 (patch)
tree9596fc3eedca9b8f45e7f1763374b09fd1df6b32 /build.gradle
parentddf90fa3417e83d4bef12b5e743cadc2bfec981d (diff)
downloadpoi-ef952a3ca009e75d5432372328bd5c41eee348a5.tar.gz
poi-ef952a3ca009e75d5432372328bd5c41eee348a5.zip
bouncycastle 1.59
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822285 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 0af981841e..e209e7a54a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -199,7 +199,7 @@ project('ooxml') {
compile 'org.apache.commons:commons-collections4:4.1'
compile 'org.apache.commons:commons-math3:3.6.1'
compile 'org.apache.santuario:xmlsec:2.1.0'
- compile 'org.bouncycastle:bcpkix-jdk15on:1.58'
+ compile 'org.bouncycastle:bcpkix-jdk15on:1.59'
compile 'com.github.virtuald:curvesapi:1.05'
// for ooxml-lite, should we move this somewhere else?
@@ -216,7 +216,7 @@ project('ooxml') {
testCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.19'
}
- // TOOD: we should not duplicate this task in each project, but I did not figure out how to inject the artifactId for each project
+ // TODO: we should not duplicate this task in each project, but I did not figure out how to inject the artifactId for each project
task japicmp(type: me.champeau.gradle.ArtifactJapicmpTask, dependsOn: jar) {
baseline = 'org.apache.poi:poi-ooxml:' + japicmpversion + '@jar'
to = jar.archivePath