From 34bbc10f760c84e9af77571173553bda78134002 Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Wed, 3 Oct 2018 12:15:50 +0200 Subject: [PATCH 1/5] Upgraded mariadb-java-client: 2.2.6 -> 2.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f08c6eae..bc093ce4f 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ libraryDependencies ++= Seq( "com.github.takezoe" %% "blocking-slick-32" % "0.0.10", "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.196", - "org.mariadb.jdbc" % "mariadb-java-client" % "2.2.6", + "org.mariadb.jdbc" % "mariadb-java-client" % "2.3.0", "org.postgresql" % "postgresql" % "42.2.4", "ch.qos.logback" % "logback-classic" % "1.2.3", "com.zaxxer" % "HikariCP" % "2.7.4", From 047082b29d9b4856abfb9ac0389c2910477c4ad4 Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Wed, 3 Oct 2018 12:27:14 +0200 Subject: [PATCH 2/5] Upgraded postgresql jdbc: 42.2.4 -> 42.2.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f08c6eae..f81cb2660 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ libraryDependencies ++= Seq( "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.196", "org.mariadb.jdbc" % "mariadb-java-client" % "2.2.6", - "org.postgresql" % "postgresql" % "42.2.4", + "org.postgresql" % "postgresql" % "42.2.5", "ch.qos.logback" % "logback-classic" % "1.2.3", "com.zaxxer" % "HikariCP" % "2.7.4", "com.typesafe" % "config" % "1.3.2", From de6f173b2e79bb5b42301c7de630c9dffbd1b9c3 Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Wed, 3 Oct 2018 12:39:05 +0200 Subject: [PATCH 3/5] tika-core: 1.17 -> 1.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f08c6eae..f38d6efb4 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ libraryDependencies ++= Seq( "org.apache.commons" % "commons-email" % "1.5", "org.apache.httpcomponents" % "httpclient" % "4.5.4", "org.apache.sshd" % "apache-sshd" % "1.6.0" exclude ("org.slf4j", "slf4j-jdk14"), - "org.apache.tika" % "tika-core" % "1.17", + "org.apache.tika" % "tika-core" % "1.19", "com.github.takezoe" %% "blocking-slick-32" % "0.0.10", "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.196", From 243548559f38c7c37eacbbfa5e29366aafe9d9c7 Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Wed, 3 Oct 2018 12:45:11 +0200 Subject: [PATCH 4/5] commons-compress: 1.15 -> 1.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f08c6eae..d9e359d27 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ libraryDependencies ++= Seq( "commons-io" % "commons-io" % "2.6", "io.github.gitbucket" % "solidbase" % "1.0.2", "io.github.gitbucket" % "markedj" % "1.0.15", - "org.apache.commons" % "commons-compress" % "1.15", + "org.apache.commons" % "commons-compress" % "1.18", "org.apache.commons" % "commons-email" % "1.5", "org.apache.httpcomponents" % "httpclient" % "4.5.4", "org.apache.sshd" % "apache-sshd" % "1.6.0" exclude ("org.slf4j", "slf4j-jdk14"), From 0ad66fd64ac5b63cf0a9120b7edc50b5bc748202 Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Wed, 3 Oct 2018 12:50:02 +0200 Subject: [PATCH 5/5] httpclient: 4.5.4 -> 4.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f08c6eae..16790f79c 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ libraryDependencies ++= Seq( "io.github.gitbucket" % "markedj" % "1.0.15", "org.apache.commons" % "commons-compress" % "1.15", "org.apache.commons" % "commons-email" % "1.5", - "org.apache.httpcomponents" % "httpclient" % "4.5.4", + "org.apache.httpcomponents" % "httpclient" % "4.5.6", "org.apache.sshd" % "apache-sshd" % "1.6.0" exclude ("org.slf4j", "slf4j-jdk14"), "org.apache.tika" % "tika-core" % "1.17", "com.github.takezoe" %% "blocking-slick-32" % "0.0.10",