From 4e84778116c0f1a2f4e239884e4886a00091e5da Mon Sep 17 00:00:00 2001
From: Shinsuke Sugaya <shinsuke@apache.org>
Date: Thu, 14 Oct 2021 12:02:54 +0900
Subject: [PATCH] update dependencies

---
 dbflute.xml |  2 +-
 deps.xml    | 12 ++++++------
 plugin.xml  | 16 ++++++++--------
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/dbflute.xml b/dbflute.xml
index 8093a22d3..85a00de79 100644
--- a/dbflute.xml
+++ b/dbflute.xml
@@ -2,7 +2,7 @@
 <project name="dbflute" basedir=".">
 	<property name="mydbflute.dir" value="${basedir}/mydbflute" />
 	<property name="target.dir" value="${basedir}/target" />
-	<property name="branch.name" value="es-7.14" />
+	<property name="branch.name" value="es-7.15" />
 	<property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" />
 
 	<target name="mydbflute.check">
diff --git a/deps.xml b/deps.xml
index 6eb5054d7..1742fa146 100644
--- a/deps.xml
+++ b/deps.xml
@@ -48,24 +48,24 @@
 			<param name="repo.url" value="${maven.release.repo.url}" />
 			<param name="jar.groupId" value="org/codelibs/fess" />
 			<param name="jar.artifactId" value="fess-ds-csv" />
-			<param name="jar.version" value="13.14.0" />
-			<param name="file.version" value="13.14.0" />
+			<param name="jar.version" value="13.15.0" />
+			<param name="file.version" value="13.15.0" />
 		</antcall>
 		<!-- fess-ds-db -->
 		<antcall target="install.plugin.jar">
 			<param name="repo.url" value="${maven.release.repo.url}" />
 			<param name="jar.groupId" value="org/codelibs/fess" />
 			<param name="jar.artifactId" value="fess-ds-db" />
-			<param name="jar.version" value="13.14.0" />
-			<param name="file.version" value="13.14.0" />
+			<param name="jar.version" value="13.15.0" />
+			<param name="file.version" value="13.15.0" />
 		</antcall>
 		<!-- fess-script-groovy -->
 		<antcall target="install.plugin.jar">
 			<param name="repo.url" value="${maven.release.repo.url}" />
 			<param name="jar.groupId" value="org/codelibs/fess" />
 			<param name="jar.artifactId" value="fess-script-groovy" />
-			<param name="jar.version" value="13.14.0" />
-			<param name="file.version" value="13.14.0" />
+			<param name="jar.version" value="13.15.0" />
+			<param name="file.version" value="13.15.0" />
 		</antcall>
 	</target>
 
diff --git a/plugin.xml b/plugin.xml
index 17f41496f..52d94f285 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -19,8 +19,8 @@
 			<param name="plugin.groupId" value="org/codelibs${use.fesen}" />
 			<param name="plugin.name.prefix" value="${name.prefix}-" />
 			<param name="plugin.name" value="analysis-extension" />
-			<param name="plugin.version" value="0.14.0" />
-			<param name="plugin.zip.version" value="0.14.0" />
+			<param name="plugin.version" value="0.15.0" />
+			<param name="plugin.zip.version" value="0.15.0" />
 		</antcall>
 		<!-- analysis-fess -->
 		<antcall target="install.plugin">
@@ -28,8 +28,8 @@
 			<param name="plugin.groupId" value="org/codelibs${use.fesen}" />
 			<param name="plugin.name.prefix" value="${name.prefix}-" />
 			<param name="plugin.name" value="analysis-fess" />
-			<param name="plugin.version" value="0.14.0" />
-			<param name="plugin.zip.version" value="0.14.0" />
+			<param name="plugin.version" value="0.15.0" />
+			<param name="plugin.zip.version" value="0.15.0" />
 		</antcall>
 		<!-- configsync -->
 		<antcall target="install.plugin">
@@ -37,8 +37,8 @@
 			<param name="plugin.groupId" value="org/codelibs${use.fesen}" />
 			<param name="plugin.name.prefix" value="${name.prefix}-" />
 			<param name="plugin.name" value="configsync" />
-			<param name="plugin.version" value="0.14.0" />
-			<param name="plugin.zip.version" value="0.14.0" />
+			<param name="plugin.version" value="0.15.0" />
+			<param name="plugin.zip.version" value="0.15.0" />
 		</antcall>
 		<!-- minhash -->
 		<antcall target="install.plugin">
@@ -46,8 +46,8 @@
 			<param name="plugin.groupId" value="org/codelibs${use.fesen}" />
 			<param name="plugin.name.prefix" value="${name.prefix}-" />
 			<param name="plugin.name" value="minhash" />
-			<param name="plugin.version" value="0.14.0" />
-			<param name="plugin.zip.version" value="0.14.0" />
+			<param name="plugin.version" value="0.15.0" />
+			<param name="plugin.zip.version" value="0.15.0" />
 		</antcall>
 
 		<antcall target="remove.jars" />
-- 
GitLab