From d29f65a6aacd5cfaa9c86d8e98a32468c4aa2156 Mon Sep 17 00:00:00 2001
From: Shinsuke Sugaya <shinsuke@yahoo.co.jp>
Date: Mon, 25 Aug 2014 06:35:23 +0900
Subject: [PATCH] #181

---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b8a00552e..347f591bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
     <s2robot.version>0.8.0-SNAPSHOT</s2robot.version>
     <solr.version>4.9.0</solr.version>
     <slf4j.version>1.7.7</slf4j.version>
-    <poi.version>3.10-FINAL</poi.version>
+    <poi.version>3.10.1</poi.version>
   </properties>
   <build>
     <finalName>fess</finalName>
@@ -654,12 +654,12 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
-      <version>1.50</version>
+      <version>1.51</version>
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcmail-jdk15on</artifactId>
-      <version>1.50</version>
+      <version>1.51</version>
     </dependency>
     <dependency>
       <groupId>args4j</groupId>
@@ -735,7 +735,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
-      <version>2.3.3</version>
+      <version>2.3.6</version>
     </dependency>
     <dependency>
       <groupId>com.github.detro</groupId>
-- 
GitLab