MINOR: Update build and test dependencies for 3.5#13199
MINOR: Update build and test dependencies for 3.5#13199stanislavkozlovski merged 1 commit intoapache:trunkfrom
Conversation
b8d4f5c to
c099371
Compare
c099371 to
7d5a182
Compare
|
Do we use some tool which suggests these newer versions or we do the checks manually for each release? |
|
I used |
|
JDK 11 build passed, the other two had unrelated failures:
|
|
@showuon This is now ready for review. |
stanislavkozlovski
left a comment
There was a problem hiding this comment.
LGTM! Thanks for the PR.
showuon
left a comment
There was a problem hiding this comment.
LGTM!
Failed tests are unrelated
Build / JDK 17 and Scala 2.13 / org.apache.kafka.common.network.SslTransportLayerTest.[2] tlsProtocol=TLSv1.2, useInlinePem=true
Build / JDK 8 and Scala 2.12 / kafka.admin.ReassignPartitionsIntegrationTest.testProduceAndConsumeWithReassignmentInProgress(String).quorum=kraft
The most recent version that didn't cause compiler or test errors was chosen.
Gradle plugin updates follow, they include minor fixes and support
for newer Java and Gradle versions:
Test/benchmark updates:
GC profiler and perfasm improvements
https://mail.openjdk.org/pipermail/jmh-dev/2022-November/003553.html
Minor fixes
https://junit.org/junit5/docs/current/release-notes/index.html#release-notes-5.9.2
A number of usability improvements, bug fixes and minor breaking changes
https://jqwik.net/release-notes.html#172
Usability improvements, perf fixes and bug fixes
https://github.com/mockito/mockito/releases/tag/v4.7.0
https://github.com/mockito/mockito/releases/tag/v4.8.0
https://github.com/mockito/mockito/releases/tag/v4.8.1
https://github.com/mockito/mockito/releases/tag/v4.9.0
Committer Checklist (excluded from commit message)