aboutsummaryrefslogtreecommitdiffstats
path: root/src/examples/groovy
diff options
context:
space:
mode:
authorGreg Woolsey <gwoolsey@apache.org>2019-04-09 15:57:25 +0000
committerGreg Woolsey <gwoolsey@apache.org>2019-04-09 15:57:25 +0000
commit362a99a60bcf471568645135f0fc8188c3dc7ecd (patch)
tree04d7bff5edc67f87b7ae6a8027911f47021dc540 /src/examples/groovy
parent3a6c9330207964dd15eb6e4d9262334c67d45146 (diff)
downloadpoi-362a99a60bcf471568645135f0fc8188c3dc7ecd.tar.gz
poi-362a99a60bcf471568645135f0fc8188c3dc7ecd.zip
Update site source for 4.1.0, prep build for 4.1.1 (via ant task)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857217 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/examples/groovy')
-rw-r--r--src/examples/groovy/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/groovy/build.gradle b/src/examples/groovy/build.gradle
index d6c3eb9bd6..b7047e3bd5 100644
--- a/src/examples/groovy/build.gradle
+++ b/src/examples/groovy/build.gradle
@@ -23,8 +23,8 @@ repositories {
}
dependencies {
compile 'org.codehaus.groovy:groovy-all:2.4.13'
- compile 'org.apache.poi:poi:4.0.0'
- compile 'org.apache.poi:poi-ooxml:4.0.0'
+ compile 'org.apache.poi:poi:4.1.0'
+ compile 'org.apache.poi:poi-ooxml:4.1.0'
}
// Our files are in the current directory