diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
index 65eae02f0..8359d5757 100644
--- a/docs/Gemfile.lock
+++ b/docs/Gemfile.lock
@@ -13,19 +13,19 @@ GEM
execjs
coffee-script-source (1.12.2)
colorator (1.1.0)
- concurrent-ruby (1.0.5)
- ethon (0.11.0)
+ concurrent-ruby (1.1.4)
+ ethon (0.12.0)
ffi (>= 1.3.0)
execjs (2.7.0)
- faraday (0.13.1)
+ faraday (0.15.4)
multipart-post (>= 1.2, < 3)
- ffi (1.9.24)
+ ffi (1.10.0)
forwardable-extended (2.6.0)
gemoji (2.1.0)
github-pages (106)
activesupport (= 4.2.7)
github-pages-health-check (= 1.2.0)
- jekyll (= 3.6.3)
+ jekyll (= 3.3.1)
jekyll-avatar (= 0.4.2)
jekyll-coffeescript (= 1.0.1)
jekyll-feed (= 0.8.0)
@@ -53,12 +53,12 @@ GEM
octokit (~> 4.0)
public_suffix (~> 1.4)
typhoeus (~> 0.7)
- html-pipeline (2.7.1)
+ html-pipeline (2.10.0)
activesupport (>= 2)
nokogiri (>= 1.4)
- i18n (0.9.1)
+ i18n (0.9.5)
concurrent-ruby (~> 1.0)
- jekyll (3.6.3)
+ jekyll (3.3.1)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
@@ -110,24 +110,24 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
mercenary (0.3.6)
- mini_portile2 (2.3.0)
+ mini_portile2 (2.4.0)
minima (2.0.0)
- minitest (5.11.1)
+ minitest (5.11.3)
multipart-post (2.0.0)
- net-dns (0.8.0)
- nokogiri (1.8.2)
- mini_portile2 (~> 2.3.0)
- octokit (4.8.0)
+ net-dns (0.9.0)
+ nokogiri (1.10.1)
+ mini_portile2 (~> 2.4.0)
+ octokit (4.13.0)
sawyer (~> 0.8.0, >= 0.5.3)
- pathutil (0.16.1)
+ pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (1.5.3)
- rb-fsevent (0.10.2)
- rb-inotify (0.9.10)
- ffi (>= 0.5.0, < 2)
+ rb-fsevent (0.10.3)
+ rb-inotify (0.10.0)
+ ffi (~> 1.0)
rouge (1.11.1)
safe_yaml (1.0.4)
- sass (3.5.5)
+ sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -140,16 +140,16 @@ GEM
thread_safe (0.3.6)
typhoeus (0.8.0)
ethon (>= 0.8.0)
- tzinfo (1.2.4)
+ tzinfo (1.2.5)
thread_safe (~> 0.1)
- unicode-display_width (1.3.0)
+ unicode-display_width (1.4.1)
PLATFORMS
ruby
DEPENDENCIES
github-pages (~> 106)
- jekyll (= 3.6.3)
+ jekyll (= 3.3.1)
jekyll-feed (~> 0.6)
BUNDLED WITH
diff --git a/hoodie-hive/pom.xml b/hoodie-hive/pom.xml
index 0207bad05..ff7487aa8 100644
--- a/hoodie-hive/pom.xml
+++ b/hoodie-hive/pom.xml
@@ -50,7 +50,7 @@
org.apache.thrift
libthrift
- 0.9.2
+ 0.12.0
diff --git a/pom.xml b/pom.xml
index e267ac2b3..b9e9bb876 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
2.10
2.6
2.19.1
- 2.6.5
+ 2.8.11
1.8.1
4.11
1.9.5
@@ -601,7 +601,7 @@
org.apache.httpcomponents
httpclient
- 4.3.2
+ 4.3.6
org.slf4j
@@ -635,7 +635,7 @@
com.fasterxml.jackson.core
jackson-databind
- ${fasterxml.version}
+ ${fasterxml.version}.1
@@ -650,11 +650,6 @@
1.9.13
-
- com.fasterxml.jackson.core
- jackson-databind
- 2.6.0
-
org.codehaus.jackson
jackson-mapper-asl