This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 687bc544dfd chore(deps): Bump redis.clients:jedis from 5.1.5 to 5.2.0
(#15786)
687bc544dfd is described below
commit 687bc544dfde940bfd1073562156b6a097b9e53d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 2 06:48:50 2024 +0200
chore(deps): Bump redis.clients:jedis from 5.1.5 to 5.2.0 (#15786)
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.1.5 to
5.2.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/v5.1.5...v5.2.0)
---
updated-dependencies:
- dependency-name: redis.clients:jedis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index a5532b7b8fe..e1db39ffb50 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -268,7 +268,7 @@
<jboss-xnio-version>3.8.14.Final</jboss-xnio-version>
<jcache-version>1.1.1</jcache-version>
<jcr-version>2.0</jcr-version>
- <jedis-client-version>5.1.5</jedis-client-version>
+ <jedis-client-version>5.2.0</jedis-client-version>
<jetcd-version>0.8.3</jetcd-version>
<jetty-version>12.0.13</jetty-version>
<jetty-for-solr-version>10.0.20</jetty-for-solr-version>