Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2022

Bumps jedis from 3.7.1 to 4.2.2.

Release notes

Sourced from jedis's releases.

4.2.2

🔥 Breaking Changes

  • Update FUNCTION LOAD command (due to Redis 7.0-rc3) (#2973)

🐛 Bug Fixes

  • Correct CommandArguments for zrevrangebyscore (#2972)
  • RediSearch commands must be sent to master nodes (#2968)

Contributors

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

@​Avital-Fine, @​daphne830304, @​wxzhou-gis and @​sazzad16

4.2.1

Changes

  • Support DIALECT argument for RediSearch queries (#2960)

4.2.0

🚀 New Features

  • Support FUNCTION commands (#2878)
  • Support RedisTimeSeries module commands (#2854)
  • Support RedisBloom module commands (#2875)
  • Support RedisGraph module commands (#2941)
  • KeyValue util class and (B)(L/Z)MPOP commands (#2931)
  • Support vector similarity (#2926)
  • Support XADD auto sequence (#2947)
  • Support EXPIRETIME and PEXIRETIME commands (#2852)
  • Support [NX|XX|GT|LT] options in EXPIREAT and PEXPIREAT commands (#2874)
  • Support ACL DRYRUN command and reorder enums (#2946)
  • Support COMMAND commands (#2922)
  • Support XGROUP CREATECONSUMER command (#2919)
  • Support CONFIG GET command with multiple parameters (#2863)
  • Support CONFIG SET command with multiple parameters (#2949)
  • Support CLIENT NO-EVICT command (#2866)
  • Support BGSAVE SCHEDULE command (#2871)
  • Support MEMORY PURGE and MEMORY STATS commands (#2908)
  • Support Cluster EPOCH commands and refactor tests (#2927)
  • Support CLUSTER COUNT-FAILURE-REPORTS command (#2923)
  • Support passing arguments to MODULE LOAD command (#2918)
  • Support CF.MEXISTS command (#2951)
  • Support LCS command (#2855)

🧰 Changes

  • Renew cluster slots strategy update (#2643)
  • Configure socket buffer size through system property (#2915)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jedis](https://github.com/redis/jedis) from 3.7.1 to 4.2.2.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v3.7.1...v4.2.2)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Apr 18, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 9, 2022

Superseded by #393.

@dependabot dependabot bot closed this May 9, 2022
@dependabot dependabot bot deleted the dependabot/maven/redis.clients-jedis-4.2.2 branch May 9, 2022 04:10
mergify bot added a commit that referenced this pull request Aug 17, 2025
…3.11.2 to 3.11.3 [skip ci]

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.2 to 3.11.3.
Release notes

*Sourced from [org.apache.maven.plugins:maven-javadoc-plugin's releases](https://github.com/apache/maven-javadoc-plugin/releases).*

> 3.11.3
> ------
>
> 🚨 Removed
> ---------
>
> * Remove workaround for long patched CVE in javadoc ([#388](https://redirect.github.com/apache/maven-javadoc-plugin/pull/388)) [`@​elharo`](https://github.com/elharo)
>
> 🚀 New features and improvements
> -------------------------------
>
> * Issue [#369](https://redirect.github.com/apache/maven-javadoc-plugin/issues/369) Support --no-fonts option per default for jdk 23+ ([#375](https://redirect.github.com/apache/maven-javadoc-plugin/pull/375)) [`@​olamy`](https://github.com/olamy)
>
> 🐛 Bug Fixes
> -----------
>
> * Make the legacyMode consistent (Filter out all of the module-info.java files in legacy mode, do not use --source-path in legacy mode) ([#1217](https://redirect.github.com/apache/maven-javadoc-plugin/pull/1217)) [`@​fridrich`](https://github.com/fridrich)
> * [[MJAVADOC-826]](https://issues.apache.org/jira/browse/MJAVADOC-826) - Don't try to modify project source roots ([#358](https://redirect.github.com/apache/maven-javadoc-plugin/pull/358)) [`@​oehme`](https://github.com/oehme)
>
> 📝 Documentation updates
> -----------------------
>
> * Correct javadoc-no-fork description on index-page ([#368](https://redirect.github.com/apache/maven-javadoc-plugin/pull/368)) [`@​Bukama`](https://github.com/Bukama)
> * [[MNGSITE-529]](https://issues.apache.org/jira/browse/MNGSITE-529) - Rename "Goals" to "Plugin Documentation" ([#360](https://redirect.github.com/apache/maven-javadoc-plugin/pull/360)) [`@​Bukama`](https://github.com/Bukama)
> * (doc) Close links tag in links parameter javadoc example ([#355](https://redirect.github.com/apache/maven-javadoc-plugin/pull/355)) [`@​sixcorners`](https://github.com/sixcorners)
>
> 👻 Maintenance
> -------------
>
> * Be consistent about data encoding when copying files ([#1215](https://redirect.github.com/apache/maven-javadoc-plugin/pull/1215)) [`@​fridrich`](https://github.com/fridrich)
> * Clean up JavadocUtilTest ([#1210](https://redirect.github.com/apache/maven-javadoc-plugin/pull/1210)) [`@​elharo`](https://github.com/elharo)
> * Use Java 7 relativization instead of hand-rolled code ([#385](https://redirect.github.com/apache/maven-javadoc-plugin/pull/385)) [`@​elharo`](https://github.com/elharo)
> * Rephrase source code fix interactive messages for clarity ([#390](https://redirect.github.com/apache/maven-javadoc-plugin/pull/390)) [`@​elharo`](https://github.com/elharo)
> * Reduce non-debug logging ([#389](https://redirect.github.com/apache/maven-javadoc-plugin/pull/389)) [`@​elharo`](https://github.com/elharo)
> * Delete duplicate [`@​throws`](https://github.com/throws) clause ([#384](https://redirect.github.com/apache/maven-javadoc-plugin/pull/384)) [`@​elharo`](https://github.com/elharo)
> * Use Java 7 relativization instead of our hand-rolled code ([#381](https://redirect.github.com/apache/maven-javadoc-plugin/pull/381)) [`@​elharo`](https://github.com/elharo)
> * Clean up comments and argument names ([#386](https://redirect.github.com/apache/maven-javadoc-plugin/pull/386)) [`@​elharo`](https://github.com/elharo)
> * Remove workaround for long patched CVE in javadoc ([#388](https://redirect.github.com/apache/maven-javadoc-plugin/pull/388)) [`@​elharo`](https://github.com/elharo)
> * Issue [#378](https://redirect.github.com/apache/maven-javadoc-plugin/issues/378) Cleanup of code related to old non supported Java version ([#382](https://redirect.github.com/apache/maven-javadoc-plugin/pull/382)) [`@​olamy`](https://github.com/olamy)
> * Cure deprecation warning ([#383](https://redirect.github.com/apache/maven-javadoc-plugin/pull/383)) [`@​elharo`](https://github.com/elharo)
> * [[MJAVADOC-773]](https://issues.apache.org/jira/browse/MJAVADOC-773) - deprecate toRelative ([#379](https://redirect.github.com/apache/maven-javadoc-plugin/pull/379)) [`@​elharo`](https://github.com/elharo)
> * Issue [#373](https://redirect.github.com/apache/maven-javadoc-plugin/issues/373) Fix JDK 23 build ([#374](https://redirect.github.com/apache/maven-javadoc-plugin/pull/374)) [`@​olamy`](https://github.com/olamy)
> * Fix `aggregate` Javadoc typo ([#371](https://redirect.github.com/apache/maven-javadoc-plugin/pull/371)) [`@​JackPGreen`](https://github.com/JackPGreen)
> * Enable GH issues ([#365](https://redirect.github.com/apache/maven-javadoc-plugin/pull/365)) [`@​Bukama`](https://github.com/Bukama)
> * [[MJAVADOC-825]](https://issues.apache.org/jira/browse/MJAVADOC-825) - Prefer NullPointerExceptions for null arguments ([#350](https://redirect.github.com/apache/maven-javadoc-plugin/pull/350)) [`@​elharo`](https://github.com/elharo)
>
> 📦 Dependency updates
> --------------------
>
> * Bump commons-io:commons-io from 2.19.0 to 2.20.0 ([#1221](https://redirect.github.com/apache/maven-javadoc-plugin/pull/1221)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0 ([#1222](https://redirect.github.com/apache/maven-javadoc-plugin/pull/1222)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-lang3 from 3.6 to 3.18.0 in /src/it/projects/MJAVADOC-787 ([#1227](https://redirect.github.com/apache/maven-javadoc-plugin/pull/1227)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Maven Archiver 3.6.4 ([#1226](https://redirect.github.com/apache/maven-javadoc-plugin/pull/1226)) [`@​olamy`](https://github.com/olamy)
> * Bump org.apache.commons:commons-lang3 from 3.6 to 3.18.0 in /src/it/projects/MJAVADOC-575\_source8-module-info ([#1224](https://redirect.github.com/apache/maven-javadoc-plugin/pull/1224)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 ([#1223](https://redirect.github.com/apache/maven-javadoc-plugin/pull/1223)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-lang3 from 3.6 to 3.18.0 in /src/it/projects/MJAVADOC-506\_excl-module-info ([#1218](https://redirect.github.com/apache/maven-javadoc-plugin/pull/1218)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-java from 1.3.0 to 1.5.0 ([#363](https://redirect.github.com/apache/maven-javadoc-plugin/pull/363)) @[dependabot[bot]](https://github.com/apps/dependabot)

... (truncated)


Commits

* [`8357bc2`](apache/maven-javadoc-plugin@8357bc2) [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.3
* [`ab6e97e`](apache/maven-javadoc-plugin@ab6e97e) Bump commons-io:commons-io from 2.19.0 to 2.20.0
* [`83788c1`](apache/maven-javadoc-plugin@83788c1) Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0
* [`99ee1fc`](apache/maven-javadoc-plugin@99ee1fc) Bump org.apache.commons:commons-lang3 in /src/it/projects/MJAVADOC-787
* [`18bfeb8`](apache/maven-javadoc-plugin@18bfeb8) Maven Archiver 3.6.4 ([#1226](https://redirect.github.com/apache/maven-javadoc-plugin/issues/1226))
* [`63618bb`](apache/maven-javadoc-plugin@63618bb) Bump org.apache.commons:commons-lang3 ([#1224](https://redirect.github.com/apache/maven-javadoc-plugin/issues/1224))
* [`81afff9`](apache/maven-javadoc-plugin@81afff9) Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 ([#1223](https://redirect.github.com/apache/maven-javadoc-plugin/issues/1223))
* [`8bcdebf`](apache/maven-javadoc-plugin@8bcdebf) Add Apache 2.0 LICENSE file ([#1220](https://redirect.github.com/apache/maven-javadoc-plugin/issues/1220))
* [`2299072`](apache/maven-javadoc-plugin@2299072) Make the legacyMode consistent and actually useful ([#1217](https://redirect.github.com/apache/maven-javadoc-plugin/issues/1217))
* [`33c9f01`](apache/maven-javadoc-plugin@33c9f01) Be consistent about data encoding when copying files ([#1215](https://redirect.github.com/apache/maven-javadoc-plugin/issues/1215))
* Additional commits viewable in [compare view](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.2...maven-javadoc-plugin-3.11.3)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-javadoc-plugin&package-manager=maven&previous-version=3.11.2&new-version=3.11.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant