Skip to content
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

Update dependency io.lettuce:lettuce-core to v6.2.1.RELEASE #327

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.lettuce:lettuce-core 6.2.0.RELEASE -> 6.2.1.RELEASE age adoption passing confidence

Release Notes

lettuce-io/lettuce-core

v6.2.1.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 6.2.1 service release!
This release ships with bugfixes and dependency upgrades.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 6.2.1.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 19. It is tested continuously against the latest Redis source-build.

📗 Links

⭐ New Features

  • Make SlotHash utility methods public #​2199

🐞 Bug Fixes

  • INFO response parsing throws on encountering '\n' on NodeTopologyView #​2161
  • PartitionSelectorException during refresh of Partitions #​2178
  • RedisURI.Builder#withSsl(RedisURI) not working with SslVerifyMode#CA #​2182
  • SMISMEMBER is not marked a readonly command #​2197
  • Eval lua script expects return integer but null #​2200
  • ZRANGESTORE does not support by Rank comparison #​2202
  • zrevrangestorebylex/zrevrangestorebyscore range arguments flipped #​2203

💡 Other

❤️ Contributors

We'd like to thank all the contributors who worked on this release!


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@sonarcloud
Copy link

sonarcloud bot commented Nov 20, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sdelamo sdelamo merged commit 2083263 into master Nov 28, 2022
@sdelamo sdelamo deleted the renovate/managed-lettuce branch November 28, 2022 06:13
sgammon added a commit to elide-dev/elide that referenced this pull request Jan 16, 2023
…ce to v5.3.2 (#155)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.micronaut.redis:micronaut-redis-lettuce](https://micronaut.io)
([source](https://github.com/micronaut-projects/micronaut-redis)) |
`5.3.0` -> `5.3.2` |
[![age](https://badges.renovateapi.com/packages/maven/io.micronaut.redis:micronaut-redis-lettuce/5.3.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/maven/io.micronaut.redis:micronaut-redis-lettuce/5.3.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/maven/io.micronaut.redis:micronaut-redis-lettuce/5.3.2/compatibility-slim/5.3.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/maven/io.micronaut.redis:micronaut-redis-lettuce/5.3.2/confidence-slim/5.3.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>micronaut-projects/micronaut-redis</summary>

###
[`v5.3.2`](https://github.com/micronaut-projects/micronaut-redis/releases/tag/v5.3.2):
Micronaut Redis 5.3.2

<!-- Release notes generated using configuration in .github/release.yml
at 5.3.x -->

#### What's Changed

##### Dependency updates 🚀

- Update dependency io.lettuce:lettuce-core to v6.2.1.RELEASE by
[@&#8203;renovate](https://github.com/renovate) in
[micronaut-projects/micronaut-redis#327

##### CI ⚙️

- Update slsa-framework/slsa-github-generator action to v1.3.0 by
[@&#8203;renovate](https://github.com/renovate) in
[micronaut-projects/micronaut-redis#329
- Update plugin io.micronaut.build.shared.settings to v5.3.15 by
[@&#8203;renovate](https://github.com/renovate) in
[micronaut-projects/micronaut-redis#328
- Update mikepenz/action-junit-report action to v3.6.1 by
[@&#8203;renovate](https://github.com/renovate) in
[micronaut-projects/micronaut-redis#317

**Full Changelog**:
micronaut-projects/micronaut-redis@v5.3.1...v5.3.2

###
[`v5.3.1`](https://github.com/micronaut-projects/micronaut-redis/releases/tag/v5.3.1):
Micronaut Redis 5.3.1

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Bug Fixes 🐞

- fix: add proper requirements to RedisAsyncConnectionPoolFactory by
[@&#8203;racevedoo](https://github.com/racevedoo) in
[micronaut-projects/micronaut-redis#321

##### Other Changes 💡

- Prepare for next patch release by
[@&#8203;timyates](https://github.com/timyates) in
[micronaut-projects/micronaut-redis#322

**Full Changelog**:
micronaut-projects/micronaut-redis@v5.3.0...v5.3.1

- fix: add proper requirements to RedisAsyncConnectionPoolFactory
([#&#8203;321](https://github.com/micronaut-projects/micronaut-redis/issues/321))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/elide-dev/v3).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM0LjEwMi43In0=-->
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant