-
Notifications
You must be signed in to change notification settings - Fork 283
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
Bump org.springframework.kafka:spring-kafka-test from 2.9.13 to 3.3.0 #4946
Conversation
….1 to 3.3.0 Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Getting a new error with KafkaSinkTest now:
This is a different error than the one seen here: #4871 (comment) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4946 +/- ##
==========================================
+ Coverage 71.43% 71.47% +0.04%
==========================================
Files 334 334
Lines 22551 22551
Branches 3590 3590
==========================================
+ Hits 16109 16119 +10
+ Misses 4647 4636 -11
- Partials 1795 1796 +1 |
@DarshitChanpura @reta @willyborankin Can I get a review for this dep update PR? |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/security/backport-1.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/security/backport-1.3
# Create a new branch
git switch --create backport/backport-4946-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 67f378a11789eeea335270c3771a61c723b211f7
# Push it to GitHub
git push --set-upstream origin backport/backport-4946-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/security/backport-1.3 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/security/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/security/backport-2.x
# Create a new branch
git switch --create backport/backport-4946-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 67f378a11789eeea335270c3771a61c723b211f7
# Push it to GitHub
git push --set-upstream origin backport/backport-4946-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/security/backport-2.x Then, create a pull request where the |
I'll create manual backports |
Description
Bump org.springframework.kafka:spring-kafka-test from 2.9.13 to 3.3.0.
Unable to update kafka_version to > 3.7.1
This is possible now that spring-kafka-test has release 3.3.0: #4871 (comment)Maintenance
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.