FLUME-3194 upgrade derby to the latest version Current derby version contains security vulnerabilities. This update will upgrade to a later version.
This closes #184 Reviewers: Ferenc Szabo (Miklos Csanady via Ferenc Szabo) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/93510c64 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/93510c64 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/93510c64 Branch: refs/heads/trunk Commit: 93510c642a3ed6ee2280c3d9ab2688ddca5d620a Parents: e3a0f8b Author: Miklos Csanady <[email protected]> Authored: Tue Dec 5 14:27:11 2017 +0100 Committer: Denes Arvay <[email protected]> Committed: Fri Jan 26 16:23:26 2018 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/93510c64/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3904b15..2b0cba6 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ limitations under the License. <commons-io.version>2.1</commons-io.version> <commons-lang.version>2.5</commons-lang.version> <curator.version>2.6.0</curator.version> - <derby.version>10.11.1.1</derby.version> + <derby.version>10.14.1.0</derby.version> <elasticsearch.version>0.90.1</elasticsearch.version> <fasterxml.jackson.version>2.8.9</fasterxml.jackson.version> <fest-reflect.version>1.4</fest-reflect.version>
