Skip to content

Bump integration branch to next release (6.7.x) #3282

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

tishun
Copy link
Collaborator

@tishun tishun commented Apr 30, 2025

As part of #3281

Make sure that:

  • You have read the contribution guidelines.
  • You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket number in the pull request.
  • You applied code formatting rules using the mvn formatter:format target. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.

@tishun tishun requested a review from Copilot April 30, 2025 12:49
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the dependency version referenced in the documentation to reflect a new release.

  • Updates version numbers in Maven (pom.xml), Ivy (ivy.xml), and Gradle (build.gradle) examples.
  • The new version appears as 6.6.0.RELEASE in the examples.
Files not reviewed (1)
  • pom.xml: Language not supported
Comments suppressed due to low confidence (3)

docs/getting-started.md:15

  • The Maven dependency version is updated to 6.6.0.RELEASE, but the PR title indicates a bump to 6.7.x. Please verify that the documentation reflects the intended release version.
+    <version>6.6.0.RELEASE</version>

docs/getting-started.md:26

  • The ivy.xml dependency version is updated to 6.6.0.RELEASE. This differs from the expected 6.7.x mentioned in the PR title, so please confirm if this discrepancy is intentional.
+    <dependency org="io.lettuce" name="lettuce-core" rev="6.6.0.RELEASE"/>

docs/getting-started.md:37

  • The Gradle dependency version is set to 6.6.0.RELEASE, which may not align with the integration branch bump to 6.7.x as stated in the PR title. Please verify the intended version.
+  implementation 'io.lettuce:lettuce-core:6.6.0.RELEASE'

@tishun tishun merged commit 73bb51a into redis:main Apr 30, 2025
7 checks passed
@tishun tishun deleted the topic/tishun/issue-3281-main branch April 30, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant