Skip to content

Commit

Permalink
Bump Bookkeeper version to 4.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 committed Aug 14, 2023
1 parent 31d59cf commit 2b29941
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 41 deletions.
52 changes: 26 additions & 26 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -396,31 +396,31 @@ The Apache Software License, Version 2.0
- org.apache.logging.log4j-log4j-web-2.18.0.jar
* Java Native Access JNA -- net.java.dev.jna-jna-4.2.0.jar
* BookKeeper
- org.apache.bookkeeper-bookkeeper-common-4.14.7.jar
- org.apache.bookkeeper-bookkeeper-common-allocator-4.14.7.jar
- org.apache.bookkeeper-bookkeeper-proto-4.14.7.jar
- org.apache.bookkeeper-bookkeeper-server-4.14.7.jar
- org.apache.bookkeeper-bookkeeper-tools-framework-4.14.7.jar
- org.apache.bookkeeper-circe-checksum-4.14.7.jar
- org.apache.bookkeeper-cpu-affinity-4.14.7.jar
- org.apache.bookkeeper-statelib-4.14.7.jar
- org.apache.bookkeeper-stream-storage-api-4.14.7.jar
- org.apache.bookkeeper-stream-storage-common-4.14.7.jar
- org.apache.bookkeeper-stream-storage-java-client-4.14.7.jar
- org.apache.bookkeeper-stream-storage-java-client-base-4.14.7.jar
- org.apache.bookkeeper-stream-storage-proto-4.14.7.jar
- org.apache.bookkeeper-stream-storage-server-4.14.7.jar
- org.apache.bookkeeper-stream-storage-service-api-4.14.7.jar
- org.apache.bookkeeper-stream-storage-service-impl-4.14.7.jar
- org.apache.bookkeeper.http-http-server-4.14.7.jar
- org.apache.bookkeeper.http-vertx-http-server-4.14.7.jar
- org.apache.bookkeeper.stats-bookkeeper-stats-api-4.14.7.jar
- org.apache.bookkeeper.stats-prometheus-metrics-provider-4.14.7.jar
- org.apache.distributedlog-distributedlog-common-4.14.7.jar
- org.apache.distributedlog-distributedlog-core-4.14.7-tests.jar
- org.apache.distributedlog-distributedlog-core-4.14.7.jar
- org.apache.distributedlog-distributedlog-protocol-4.14.7.jar
- org.apache.bookkeeper.stats-codahale-metrics-provider-4.14.7.jar
- org.apache.bookkeeper-bookkeeper-common-4.14.8.jar
- org.apache.bookkeeper-bookkeeper-common-allocator-4.14.8.jar
- org.apache.bookkeeper-bookkeeper-proto-4.14.8.jar
- org.apache.bookkeeper-bookkeeper-server-4.14.8.jar
- org.apache.bookkeeper-bookkeeper-tools-framework-4.14.8.jar
- org.apache.bookkeeper-circe-checksum-4.14.8.jar
- org.apache.bookkeeper-cpu-affinity-4.14.8.jar
- org.apache.bookkeeper-statelib-4.14.8.jar
- org.apache.bookkeeper-stream-storage-api-4.14.8.jar
- org.apache.bookkeeper-stream-storage-common-4.14.8.jar
- org.apache.bookkeeper-stream-storage-java-client-4.14.8.jar
- org.apache.bookkeeper-stream-storage-java-client-base-4.14.8.jar
- org.apache.bookkeeper-stream-storage-proto-4.14.8.jar
- org.apache.bookkeeper-stream-storage-server-4.14.8.jar
- org.apache.bookkeeper-stream-storage-service-api-4.14.8.jar
- org.apache.bookkeeper-stream-storage-service-impl-4.14.8.jar
- org.apache.bookkeeper.http-http-server-4.14.8.jar
- org.apache.bookkeeper.http-vertx-http-server-4.14.8.jar
- org.apache.bookkeeper.stats-bookkeeper-stats-api-4.14.8.jar
- org.apache.bookkeeper.stats-prometheus-metrics-provider-4.14.8.jar
- org.apache.distributedlog-distributedlog-common-4.14.8.jar
- org.apache.distributedlog-distributedlog-core-4.14.8-tests.jar
- org.apache.distributedlog-distributedlog-core-4.14.8.jar
- org.apache.distributedlog-distributedlog-protocol-4.14.8.jar
- org.apache.bookkeeper.stats-codahale-metrics-provider-4.14.8.jar
* Apache HTTP Client
- org.apache.httpcomponents-httpclient-4.5.13.jar
- org.apache.httpcomponents-httpcore-4.4.13.jar
Expand Down Expand Up @@ -450,7 +450,7 @@ The Apache Software License, Version 2.0
- org.eclipse.jetty-jetty-alpn-conscrypt-server-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-alpn-server-9.4.51.v20230217.jar
* SnakeYaml -- org.yaml-snakeyaml-2.0.jar
* RocksDB - org.rocksdb-rocksdbjni-6.16.4.jar
* RocksDB - org.rocksdb-rocksdbjni-6.29.4.1.jar
* Google Error Prone Annotations - com.google.errorprone-error_prone_annotations-2.5.1.jar
* Apache Thrift - org.apache.thrift-libthrift-0.14.2.jar
* OkHttp3
Expand Down
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ flexible messaging model and an intuitive client API.</description>
<!-- apache commons -->
<commons-compress.version>1.21</commons-compress.version>

<bookkeeper.version>4.14.7</bookkeeper.version>
<bookkeeper.version>4.14.8</bookkeeper.version>
<zookeeper.version>3.6.4</zookeeper.version>
<commons-cli.version>1.5.0</commons-cli.version>
<snappy.version>1.1.10.1</snappy.version> <!-- ZooKeeper server -->
Expand All @@ -117,7 +117,7 @@ flexible messaging model and an intuitive client API.</description>
<athenz.version>1.10.50</athenz.version>
<prometheus.version>0.5.0</prometheus.version>
<vertx.version>3.9.8</vertx.version>
<rocksdb.version>6.16.4</rocksdb.version>
<rocksdb.version>6.29.4.1</rocksdb.version>
<slf4j.version>1.7.32</slf4j.version>
<commons.collections.version>3.2.2</commons.collections.version>
<log4j2.version>2.18.0</log4j2.version>
Expand Down Expand Up @@ -2451,6 +2451,14 @@ flexible messaging model and an intuitive client API.</description>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>bk-staging</id>
<name>bk-staging</name>
<url>https://repository.apache.org/content/repositories/orgapachebookkeeper-1087/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

</project>
26 changes: 13 additions & 13 deletions pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ The Apache Software License, Version 2.0
- presto-spi-332.jar
- presto-record-decoder-332.jar
* RocksDB JNI
- rocksdbjni-6.16.4.jar
- rocksdbjni-6.29.4.1.jar
* SnakeYAML
- snakeyaml-2.0.jar
* Bean Validation API
Expand All @@ -434,18 +434,18 @@ The Apache Software License, Version 2.0
- async-http-client-2.12.1.jar
- async-http-client-netty-utils-2.12.1.jar
* Apache Bookkeeper
- bookkeeper-common-4.14.7.jar
- bookkeeper-common-allocator-4.14.7.jar
- bookkeeper-proto-4.14.7.jar
- bookkeeper-server-4.14.7.jar
- bookkeeper-stats-api-4.14.7.jar
- bookkeeper-tools-framework-4.14.7.jar
- circe-checksum-4.14.7.jar
- codahale-metrics-provider-4.14.7.jar
- cpu-affinity-4.14.7.jar
- http-server-4.14.7.jar
- prometheus-metrics-provider-4.14.7.jar
- codahale-metrics-provider-4.14.7.jar
- bookkeeper-common-4.14.8.jar
- bookkeeper-common-allocator-4.14.8.jar
- bookkeeper-proto-4.14.8.jar
- bookkeeper-server-4.14.8.jar
- bookkeeper-stats-api-4.14.8.jar
- bookkeeper-tools-framework-4.14.8.jar
- circe-checksum-4.14.8.jar
- codahale-metrics-provider-4.14.8.jar
- cpu-affinity-4.14.8.jar
- http-server-4.14.8.jar
- prometheus-metrics-provider-4.14.8.jar
- codahale-metrics-provider-4.14.8.jar
* Apache Commons
- commons-cli-1.5.0.jar
- commons-codec-1.15.jar
Expand Down

0 comments on commit 2b29941

Please sign in to comment.