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 #111

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit:junit-bom (source) 5.10.0 -> 5.10.1 age adoption passing confidence
org.apache.maven.plugins:maven-failsafe-plugin 3.1.2 -> 3.2.3 age adoption passing confidence
org.apache.maven.plugins:maven-surefire-plugin 3.1.2 -> 3.2.3 age adoption passing confidence
org.apache.maven.plugins:maven-compiler-plugin 3.11.0 -> 3.12.1 age adoption passing confidence
org.mockito:mockito-core 5.6.0 -> 5.8.0 age adoption passing confidence
com.github.fppt:jedis-mock (source) 1.0.10 -> 1.0.13 age adoption passing confidence
io.lettuce:lettuce-core 6.2.6.RELEASE -> 6.3.0.RELEASE age adoption passing confidence

Release Notes

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

v5.8.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.8.0
  • 2023-12-01 - 15 commit(s) by Andreas Turban, Mikaël Francoeur, dependabot[bot], jfrantzius
  • #​3000: fix ArrayIndexOutOfBoundsException (#​3190)
  • Bump com.diffplug.spotless from 6.23.1 to 6.23.2 (#​3188)
  • Bump com.diffplug.spotless from 6.23.0 to 6.23.1 (#​3186)
  • Bump actions/setup-java from 3 to 4 (#​3185)
  • Apply spotless to all java projects (#​3184)
  • Bump com.diffplug.spotless from 6.22.0 to 6.23.0 (#​3182)
  • Fixes #​3179 : Add module for Java 21 tests. (#​3180)
  • Need separate module for java 21 tests (#​3179)
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.20 to 1.9.21 (#​3176)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.20 to 1.9.21 (#​3175)
  • Bump versions.bytebuddy from 1.14.9 to 1.14.10 (#​3174)
  • Fixes #​3160 : Fix interference between spies when spying on records. (#​3173)
  • Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 (#​3172)
  • Bump versions.junitJupiter from 5.10.0 to 5.10.1 (#​3169)
  • Bump org.junit.platform:junit-platform-launcher from 1.10.0 to 1.10.1 (#​3168)
  • Deep Stubs Incompatible With Mocking Enum (#​3167)
  • Annotation-based spying on a generic class breaks existing final/inline Spies (#​3160)
  • ArrayIndexOutOfBoundsException with Version 5.3.1 (#​3000)
  • Deep Stubs Incompatible With Mocking Enum (#​2984)

v5.7.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.7.0
  • 2023-11-02 - 15 commit(s) by Stefan M, Tim van der Lippe, Valery Yatsynovich, Vladimir Glinskikh, ascopes, dependabot[bot]
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.10 to 1.9.20 (#​3166)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.10 to 1.9.20 (#​3165)
  • Attempt to detect system property mangling prior to loading ByteBuddy. (#​3164)
  • Handle Termux in InlineDelegateByteBuddyMockMaker.java (#​3158)
  • Bump versions.errorprone from 2.22.0 to 2.23.0 (#​3153)
  • Fix license url according to spdx license spec (#​3152)
  • Remove checks for unsupported Java version from unit tests (#​3150)
  • Add CodeCov token to upload coverage report (#​3149)
  • Migrate to JaCoCo 0.8.11 (#​3147)
  • Add Java 21 to CI build matrix (#​3145)
  • Feat: add generic-inferred methods for constructing ArgumentCaptors (#​3144)
  • Bump gradle from 8.2 to 8.4 (#​3142)
  • Bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 (#​3139)
  • Bump versions.bytebuddy from 1.14.8 to 1.14.9 (#​3138)
  • Bump biz.aQute.bnd.builder from 6.4.0 to 7.0.0 (#​3135)
lettuce-io/lettuce-core (io.lettuce:lettuce-core)

v6.3.0.RELEASE

Compare Source

📗 Links

⭐ Commands

  • Add WITHSCORE option to ZRANK and ZREVRANK commands #​2410
  • Add support for CLIENT SETINFO, CLIENT INFO, and enhanced CLIENT LIST #​2439
  • ZMPOP and BZMPOP commands #​2435
  • Support FCALL commands to Call Lua-scripts that are loaded as Function in redis #​2185

⭐ New Features

  • Add support for disconnect on timeout to recover early from no RST packet failures #​2082
  • Avoid buffer copies in RedisStateMachine #​2173
  • Make SlotHash utility methods public #​2199
  • Improve AdaptiveRefreshTriggeredEvent to provide the cause and contextual details #​2338
  • Refine RedisException instantiation to avoid exception instances if they are not used #​2353
  • Add capability of FailOver with takeOver option #​2358
  • Add option to disable tracing for individual commands #​2373
  • ReplicaTopologyProvider can't parse replicas from INFO #​2375
  • Add support for Micrometer Tracing #​2391
  • Add Command filter to MicrometerCommandLatencyRecorder #​2406
  • Expose methods to suspend periodic topology refresh and to check whether a topology refresh is running #​2428
  • Accept Double and Boolean in MapOutput #​2429
  • Array lists with set capacities in SimpleBatcher #​2445
  • Add fallback to RESP2 upon NOPROTO response #​2455
  • Introduce generic Object output #​2467
  • Propagate initialization failures from ChannelInitializer #​2475
  • Register library name and library version on Redis 7.2 or greater #​2483
  • Add support for cluster-announced hostname #​2487

🐞 Bug Fixes

  • Proper creation of AttributeKey #​2111
  • INFO response parsing throws on encountering '' 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
  • Own RedisCredentialsProvider causes issue with protocol handshake on Redis 5 #​2234
  • NullPointerException if INFO command on redis cluster fails #​2243
  • XTrimArgs Should Allow Limit = 0 #​2250
  • The hostname and password cannot parse even if escaping with RedisURI redis-sentinel the password include '@​' and '#' #​2254
  • Fix password parsing error when redis-sentinel URI contains @​ #​2255
  • Handle unknown endpoints in MOVED response #​2290
  • Fallback to RESP2 hides potential authentication configuration problems #​2313
  • Accept slots as String using CLUSTER SHARDS #​2325
  • RedisURI.applySsl(…) does not retain SslVerifyMode #​2328
  • Apply SslVerifyMode in RedisURI.applySsl(…) #​2329
  • Fix long overflow in RedisSubscription#potentiallyReadMore #​2383
  • Consistently implement CompositeArgument in arg types #​2387
  • Reactive Cluster MGET is not running in parallel #​2395
  • Polish RedisObservation name & javadoc #​2404
  • memory usage command passes key as String instead of using the codec #​2424
  • Fix NPE when manually flushing a batch #​2444
  • flushCommands leads to random inbound command order when using large argument values with SSL #​2456
  • CommandListener notified twice on error #​2457
  • RoleParser does not define none, handshake, and unknown replica states #​2482
  • StatefulRedisClusterPubSubConnectionImpl's activated() method will report exception after resubscribe() was call. #​2534

💡 Other

  • Improve Document on pingBeforeActivateConnection #​2138
  • Improve Document on dynamicRefreshSources #​2139
  • Fixes typo in ReadFrom #​2213
  • Fix duplicate word occurrences #​2307
  • Update netty.version to 4.1.89.Final #​2311
  • Avoid using port 7443 in Lettuce tests #​2326
  • Upgrade to Reactor 3.4.27 #​2330
  • Fix Set unit test sscanMultiple fail in redis7 #​2349
  • README.md demo has a error #​2377
  • Upgrade to Kotlin 1.7 #​2392
  • Upgrade to Netty 4.1.94.Final #​2431
  • Update SetArgs.java builder method param comment #​2441
  • Use enum for no-op PauseDetectorWrapper #​2474
  • Upgrade build to Redis 7.2 #​2481
  • Refine command outputs to capture whether a segment has been received instead of relying on the deserialized value state #​2498
  • Upgrade to Reactor 3.6.0 #​2517
  • Docs on metrics (wiki) are misleading #​2538
  • Upgrade to Micrometer 1.12.0 #​2549
  • Upgrade to netty 4.1.101.Final #​2550

❤️ Contributors

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

v6.2.7.RELEASE

Compare Source

📗 Links

⭐ New Features

  • Add support for cluster-announced hostname #​2487
  • Add support for disconnect on timeout to recover early from no RST packet failures #​2082

🐞 Bug Fixes

  • StatefulRedisClusterPubSubConnectionImpl's activated() method will report exception after resubscribe() was call. #​2534

💡 Other

  • Refine command outputs to capture whether a segment has been received instead of relying on the deserialized value state #​2498
  • Docs on metrics (wiki) are misleading #​2538
  • Upgrade to netty 4.1.101.Final #​2550
  • Upgrade to Micrometer 1.9.17 #​2551
  • Release Lettuce 6.2.7 #​2552

❤️ Contributors

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


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency io.nats:jnats to v2.17.1 chore(deps): update all non-major dependencies Oct 21, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e20a766 to 7965a94 Compare October 23, 2023 20:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3ba02fd to 0a32f96 Compare November 5, 2023 19:37
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 5, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0f68aa9 to 4750e9e Compare November 12, 2023 01:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1cea727 to 63e88c5 Compare November 15, 2023 14:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 63e88c5 to 0cc66d1 Compare December 1, 2023 23:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from da293e8 to b076d15 Compare December 19, 2023 02:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b076d15 to 8668bab Compare December 24, 2023 13:58
@rchomczyk rchomczyk merged commit 2797e75 into master Dec 27, 2023
1 check passed
@rchomczyk rchomczyk deleted the renovate/all-minor-patch branch December 27, 2023 23:37
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