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

fix(deps): update all non-major dependencies #159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v4.1.2 -> v4.2.3 age adoption passing confidence
org.junit:junit-bom (source) import minor 5.11.3 -> 5.12.2 age adoption passing confidence
org.awaitility:awaitility (source) test minor 4.2.2 -> 4.3.0 age adoption passing confidence
org.mockito:mockito-core test minor 5.14.2 -> 5.17.0 age adoption passing confidence
org.assertj:assertj-core (source) test minor 3.26.3 -> 3.27.3 age adoption passing confidence
com.github.fppt:jedis-mock (source) test patch 1.1.7 -> 1.1.10 age adoption passing confidence
org.jetbrains:annotations provided patch 26.0.1 -> 26.0.2 age adoption passing confidence
org.apache.maven.plugins:maven-javadoc-plugin build patch 3.11.1 -> 3.11.2 age adoption passing confidence
org.apache.commons:commons-pool2 (source) compile patch 2.12.0 -> 2.12.1 age adoption passing confidence
org.msgpack:msgpack-core (source) compile patch 0.9.8 -> 0.9.9 age adoption passing confidence
org.apache.maven.plugins:maven-compiler-plugin build minor 3.13.0 -> 3.14.0 age adoption passing confidence
io.lettuce:lettuce-core compile patch 6.5.0.RELEASE -> 6.5.5.RELEASE age adoption passing confidence
io.nats:jnats compile minor 2.20.4 -> 2.21.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/cache (actions/cache)

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

Full Changelog: actions/cache@v4.2.0...v4.2.1

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4.1.2...v4.2.0

junit-team/junit5 (org.junit:junit-bom)

v5.12.2

v5.12.1

v5.12.0

mockito/mockito (org.mockito:mockito-core)

v5.17.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.17.0
  • 2025-04-04 - 7 commit(s) by Adrian Roos, Andre Kurait, Jan Ouwens, Rafael Winterhalter, Taeik Lim, Thach Le, Tim van der Lippe
  • Fixes #​3631: Fix broken banner image link (#​3632)
  • Banner image is broken (#​3631)
  • Update exception message with mockito-inline (#​3628)
  • Clarify structure of commit messages (#​3626)
  • Fixes #​3622: MockitoExtension fails cleanup when aborted before setup (#​3623)
  • MockitoExtension fails cleanup when aborted before setup (#​3622)
  • Since mockito-inline has been removed, the exception messages with mockito-inline should be modified. (#​3621)
  • Fixes #​3171: Fall back to Throwable Location strategy on Android (#​3619)
  • Fixes #​3615 : broken links to javadoc.io (#​3616)
  • Broken links to javadoc.io (#​3615)
  • Mocks are not working on particular devices after update Android SDK from 33 to 34 (#​3171)

v5.16.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.1
  • 2025-03-15 - 3 commit(s) by Adrian Roos, Jérôme Prinet, Rafael Winterhalter
  • Remove Arrays.asList from critical stubbing path in GenericMetadataSu… (#​3610)
  • Rework of injection strategy in the context of modules (#​3608)
  • Adjust inline mocking snippet to allow task relocatability (#​3606)
  • Inline mocking configuration snippet for Gradle should allow task relocatability (#​3605)

v5.16.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.0
  • 2025-03-03 - 10 commit(s) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot[bot]
  • Add support for including module-info in Mockito. (#​3597)
  • Bump com.gradle.develocity from 3.19 to 3.19.1 (#​3579)
  • Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#​3577)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 (#​3574)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 (#​3571)
  • Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#​3569)
  • Tweaks documentation on mockito agent config for maven (#​3568)
  • Adds --info to diagnose closeAndReleaseStagingRepositories issues (#​3567)
  • Refine reflection when calling management factory (#​3566)
  • Avoid warning when dynamic attach is enabled (#​3551)

v5.15.2

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.2
assertj/assertj (org.assertj:assertj-core)

v3.27.3

v3.27.2

v3.27.1

v3.27.0

JetBrains/java-annotations (org.jetbrains:annotations)

v26.0.2

Compare Source

  • Fixed missing klibs for apple artifacts.
msgpack/msgpack-java (org.msgpack:msgpack-core)

v0.9.9

Compare Source

What's Changed

🔗 Dependency Updates
🛠 Internal Updates
Other Changes

Full Changelog: msgpack/msgpack-java@v0.9.8...v0.9.9

lettuce-io/lettuce-core (io.lettuce:lettuce-core)

v6.5.5.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 6.5.5 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.5.5.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 21.

📗 Links

🐞 Bug Fixes

Full Changelog: redis/lettuce@6.5.4.RELEASE...6.5.5.RELEASE

v6.5.4.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 6.5.4 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.5.3.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 21.

📗 Links

🐞 Bug Fixes

Full Changelog: redis/lettuce@6.5.3.RELEASE...6.5.4.RELEASE

v6.5.3.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 6.5.3 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.5.3.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 21.

📗 Links

🐞 Bug Fixes

Full Changelog: redis/lettuce@6.5.2.RELEASE...6.5.3.RELEASE

v6.5.2.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 6.5.2 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.5.2.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 21.

📗 Links

🐞 Bug Fixes

Full Changelog: redis/lettuce@6.5.1.RELEASE...6.5.2.RELEASE

v6.5.1.RELEASE

Compare Source

What's Changed

Full Changelog: redis/lettuce@6.5.0.RELEASE...6.5.1.RELEASE

nats-io/nats.java (io.nats:jnats)

v2.21.1

Compare Source

KV
JetStream
  • ConsumeOptions creation from json should use default, not minimum #​1302
Misc

v2.21.0

Compare Source

Core
Jetstream
2.11 Specific

Main 2 11 merge safe #​1294 is actually a compilation of PRs related to 2.11 features @​scottf @​MauriceVanVeen

  • Main for server v2.11 #​1239
  • Consumer Priority Group Overflow #​1233
  • Add Message TTL Stream Configuration #​1280
  • Per Message TTL Support for 2.11 #​1295

v2.20.6

Compare Source

Core
KV
Service API
Documentation
Test
Benchmark
┌─────────────────────┬───────────────────┬─────────────────┬──────────────────────────┬──────────────────┐
│                     │             count │            time │                 msgs/sec │        bytes/sec │
├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤
│ PubAsync            │   50,000,000 msgs │       30:37.925 │      27,204.592 msgs/sec │      6.49 mb/sec │
├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤
│ SubFetch            │   50,000,000 msgs │       34:11.735 │      24,369.608 msgs/sec │      5.81 mb/sec │
├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤
│ SubIterate          │   50,000,000 msgs │       18:25.347 │      45,234.664 msgs/sec │     10.78 mb/sec │
└─────────────────────┴───────────────────┴─────────────────┴──────────────────────────┴──────────────────┘

v2.20.5

Compare Source

Core
JetStream
Documentation
Tests
Benchmark
┌─────────────────────┬───────────────────┬─────────────────┬──────────────────────────┬──────────────────┐
│                     │             count │            time │                 msgs/sec │        bytes/sec │
├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤
│ PubAsync            │   50,000,000 msgs │       28:37.522 │      29,111.709 msgs/sec │      6.94 mb/sec │
├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤
│ SubFetch            │   50,000,000 msgs │       35:23.774 │      23,542.995 msgs/sec │      5.61 mb/sec │
├─────────────────────┼───────────────────┼─────────────────┼──────────────────────────┼──────────────────┤
│ SubIterate          │   50,000,000 msgs │       17:10.329 │      48,528.189 msgs/sec │     11.57 mb/sec │
└─────────────────────┴───────────────────┴─────────────────┴──────────────────────────┴──────────────────┘

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency com.github.fppt:jedis-mock to v1.1.8 chore(deps): update all non-major dependencies Dec 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5391311 to 87e6249 Compare December 2, 2024 11:11
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency com.github.fppt:jedis-mock to v1.1.8 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 87e6249 to d606c13 Compare December 4, 2024 22:39
@renovate renovate bot changed the title chore(deps): update dependency com.github.fppt:jedis-mock to v1.1.8 chore(deps): update all non-major dependencies Dec 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d8a06bf to fdffafa Compare December 7, 2024 11:12
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4bfde6e to afed104 Compare December 19, 2024 19:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7bc8ad4 to 232469c Compare January 4, 2025 14:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 232469c to 310e45d Compare January 9, 2025 16:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5381681 to 0038786 Compare January 22, 2025 18:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 538315a to a2c86a8 Compare January 28, 2025 08:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 86d4fb4 to 67da532 Compare February 21, 2025 14:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e619f15 to 8afe740 Compare March 3, 2025 12:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 624e31a to b671412 Compare March 17, 2025 23:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b671412 to a220f72 Compare March 19, 2025 18:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a220f72 to d33dfb2 Compare March 26, 2025 23:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bf7ca42 to 94941c8 Compare April 10, 2025 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94941c8 to 1b3ecb8 Compare April 11, 2025 15:39
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.

0 participants