-
Notifications
You must be signed in to change notification settings - Fork 14.5k
MINOR: Safe update dependencies #19897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MINOR: Safe update dependencies #19897
Conversation
@Mirai1129 please update the license files too |
gradle/dependencies.gradle
Outdated
rocksDB: "9.7.3", | ||
pcollections: "4.0.2", | ||
re2j: "1.8", | ||
rocksDB: "9.7.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don’t need to update the RocksDB minor version in this PR, since another PR will handle the major version upgrade.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Mirai1129 for this patch, Could you check if the upgraded version is the latest available minor version under the current major version?
@@ -109,23 +109,23 @@ versions += [ | |||
mavenArtifact: "3.9.6", | |||
metrics: "2.2.0", | |||
mockito: "5.14.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mockito: "5.14.2", | |
mockito: "5.18.0", |
Thanks for the suggestion @m1a2st . I've updated the dependencies with safe version bumps in the latest commit. |
3374063
to
45a16f3
Compare
45a16f3
to
37183c2
Compare
@Mirai1129 Please revert the update from junit-releated libraries. I have opened https://issues.apache.org/jira/browse/KAFKA-19382 to trace it |
…ManagerTest (apache#19890) Description: * replace RPC with KRaft mechanism to test activeProducerState in ReplicaManagerTest Reviewers: TaiJuWu <tjwu1217@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
…roducerIds (apache#19883) - Replace the deprecated `becomeLeaderOrFollower` with the metadata-based `applyDelta` method. - Add overloaded `topicsCreateDelta` to support custom topic name and topicId. Reviewers: Ken Huang <s7133700@gmail.com>, TengYao Chi <kitingiao@gmail.com>, Nick Guo <lansg0504@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
…ion-tests module (apache#19827) Use Java to rewrite PlaintextConsumerSubscriptionTest by new test infra and move it to client-integration-tests module. Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
These dependencies have been updated across both files:
3.30.2-GA Jetty-related: All Jetty components have been updated
from 12.0.15 to 12.0.22, including: jetty-alpn-client
jetty-client jetty-ee10-servlet jetty-ee10-servlets
jetty-http jetty-io jetty-security
jetty-server jetty-session jetty-util jose4j:
From 0.9.4 to 0.9.6 Jersey-related: All Jersey components have been
updated from 3.1.9 to 3.1.10, including: jersey-client
jersey-common jersey-container-servlet
jersey-container-servlet-core jersey-hk2 jersey-server
classgraph: From 4.8.173 to 4.8.179 jline: From 3.25.1 to 3.30.4
pcollections: From 4.0.1 to 4.0.2 re2j: From 1.7 to 1.8
snappy-java: From 1.1.10.5 to 1.1.10.7
New Dependency (LICENSE-binary only)
gradle/dependencies.gradle Specific Updates
These updates are only reflected in the gradle/dependencies.gradle file:
From 0.8.10 to 0.8.13 hamcrest: From 2.2 to 3.0 jqwik: From
1.8.3 to 1.9.2
Reviewers: Ken Huang s7133700@gmail.com, Chia-Ping Tsai
chia7712@gmail.com