Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ The Apache Software License, Version 2.0
* SnakeYaml -- org.yaml-snakeyaml-2.0.jar
* RocksDB - org.rocksdb-rocksdbjni-7.9.2.jar
* Google Error Prone Annotations - com.google.errorprone-error_prone_annotations-2.45.0.jar
* Apache Thrift - org.apache.thrift-libthrift-0.23.0.jar
* Apache Thrift - org.apache.thrift-libthrift-0.24.0.jar
* OkHttp3
- com.squareup.okhttp3-logging-interceptor-5.3.2.jar
- com.squareup.okhttp3-okhttp-5.3.2.jar
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ flexible messaging model and an intuitive client API.</description>
<ant.version>1.10.12</ant.version>
<seancfoley.ipaddress.version>5.5.0</seancfoley.ipaddress.version>
<disruptor.version>3.4.3</disruptor.version>
<thrift.version>0.23.0</thrift.version>
<thrift.version>0.24.0</thrift.version>

<!-- zstd-jni is only used for testcase,
the core logic is switched to java implementation of zstd in org.apache.commons:commons-compress -->
Expand Down Expand Up @@ -1352,7 +1352,7 @@ flexible messaging model and an intuitive client API.</description>
</exclusions>
</dependency>
<!-- libthrift is a transitive dependency of distributedlog-core.
libthrift 0.23.0 upgraded to jakarta.* and HttpComponents 5 deps for its HTTP/servlet
libthrift 0.23.0 and later upgraded to jakarta.* and HttpComponents 5 deps for its HTTP/servlet
transports, which distributedlog-core does not use (only TJSON/TMemory serialization is needed). !-->
<dependency>
<groupId>org.apache.thrift</groupId>
Expand Down
Loading