This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 89dd66b Upgrade RocksDb to 5.13.1 (#1887)
89dd66b is described below
commit 89dd66b2fa063a5f0eaee678054c2de362850f56
Author: Matteo Merli <[email protected]>
AuthorDate: Fri Jun 1 07:54:52 2018 -0700
Upgrade RocksDb to 5.13.1 (#1887)
---
all/src/assemble/LICENSE.bin.txt | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/all/src/assemble/LICENSE.bin.txt b/all/src/assemble/LICENSE.bin.txt
index 8b0b3cc..b544d0a 100644
--- a/all/src/assemble/LICENSE.bin.txt
+++ b/all/src/assemble/LICENSE.bin.txt
@@ -398,7 +398,7 @@ The Apache Software License, Version 2.0
- org.eclipse.jetty.websocket-websocket-server-9.3.11.v20160721.jar
- org.eclipse.jetty.websocket-websocket-servlet-9.3.11.v20160721.jar
* SnakeYaml -- org.yaml-snakeyaml-1.15.jar
- * RocksDB - org.rocksdb-rocksdbjni-5.8.6.jar
+ * RocksDB - org.rocksdb-rocksdbjni-5.13.1.jar
* HttpClient
- org.apache.httpcomponents-httpclient-4.5.5.jar
- org.apache.httpcomponents-httpcore-4.4.9.jar
diff --git a/pom.xml b/pom.xml
index cde2e16..fa3d4b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@ flexible messaging model and an intuitive client
API.</description>
<athenz.version>1.7.17</athenz.version>
<prometheus.version>0.0.23</prometheus.version>
<aspectj.version>1.8.9</aspectj.version>
- <rocksdb.version>5.8.6</rocksdb.version>
+ <rocksdb.version>5.13.1</rocksdb.version>
<slf4j.version>1.7.25</slf4j.version>
<log4j2.version>2.10.0</log4j2.version>
<bouncycastle.version>1.55</bouncycastle.version>
--
To stop receiving notification emails like this one, please contact
[email protected].