[chore](dep)Upgrade dependencies#64208
Open
CalvinKirs wants to merge 1 commit into
Open
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
cdaf776 to
4543942
Compare
4543942 to
2a99c81
Compare
Member
Author
|
run buildall |
Contributor
FE Regression Coverage ReportIncrement line coverage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade FE dependency versions for dependency scan findings:
hive-execinfe/hive-udf:org.apache.calcite:calcite-coreorg.apache.calcite:calcite-druidlog4j:log4j4.1.132.Finalto4.2.15.Final, covering Netty BOM-managed jars such asnetty-codec-memcache,netty-codec-mqtt, andnetty-transport.1.3.4to1.3.7, updating:azure-storage-blob12.33.1->12.34.0azure-core1.57.1->1.58.0azure-core-http-netty1.16.3->1.16.4azure-storage-common12.32.1->12.33.0azure-storage-internal-avro12.18.1->12.19.0azure-identity1.18.2->1.18.3msal4j1.23.1->1.25.0azure-keyvault-core1.0.0->1.2.6commons-net:commons-netto3.13.0, replacing older transitive resolutions such as3.6from the Hive/Hadoop path and3.9.0from Hadoop common.Validation
mvn -pl :fe-core,:fe-filesystem-azure -am dependency:tree -Dincludes=io.netty -DskipTestsmvn -pl :fe-core,:fe-filesystem-azure -am dependency:tree -Dincludes=com.azure,com.microsoft.azure -Dverbose -DskipTestsmvn -pl :hive-udf -am dependency:tree -Dincludes=log4j:log4j -Dverbose -DskipTestsmvn -pl :hive-udf -am dependency:tree -Dincludes=commons-net:commons-net -Dverbose -DskipTestsenv DORIS_THIRDPARTY=/mnt/disk1/gq/idea/incubator-doris/thirdparty mvn -pl :fe-core,:fe-filesystem-azure -am package -DskipTestsenv DORIS_THIRDPARTY=/mnt/disk1/gq/idea/incubator-doris/thirdparty mvn -pl :hive-udf -am package -DskipTests