You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/02/06 20:36:57 UTC

[streampipes] branch dev updated: Bump jedis from 3.3.0 to 4.3.1 (#1202)

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new d794899ad Bump jedis from 3.3.0 to 4.3.1 (#1202)
d794899ad is described below

commit d794899ad96d25e688fd21937bfea624600edd4a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 6 21:36:52 2023 +0100

    Bump jedis from 3.3.0 to 4.3.1 (#1202)
    
    Bumps [jedis](https://github.com/redis/jedis) from 3.3.0 to 4.3.1.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](https://github.com/redis/jedis/compare/jedis-3.3.0...v4.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4caba014a..3a6fa654c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
 	<jakarta-websocket-client-api.version>2.1.0</jakarta-websocket-client-api.version>
 	<jaxb-runtime.version>2.3.2</jaxb-runtime.version>
 	<jsrosbridge.version>0.2.0</jsrosbridge.version>
-	<jedis.version>3.3.0</jedis.version>
+	<jedis.version>4.3.1</jedis.version>
 	<j2objc-annotations.version>1.3</j2objc-annotations.version>
 	<language-detector.version>0.6</language-detector.version>
 	<log4j-to-slf4j.version>2.8.2</log4j-to-slf4j.version>