diff --git a/.github/workflows/version-and-release.yml b/.github/workflows/version-and-release.yml
index eb50531807..7c996e5bd5 100644
--- a/.github/workflows/version-and-release.yml
+++ b/.github/workflows/version-and-release.yml
@@ -16,7 +16,7 @@ jobs:
run: |
realversion="${GITHUB_REF/refs\/tags\//}"
realversion="${realversion//v/}"
- echo "::set-output name=VERSION::$realversion"
+ echo "VERSION=$realversion" >> $GITHUB_OUTPUT
- name: Set up publishing to maven central
uses: actions/setup-java@v2
diff --git a/pom.xml b/pom.xml
index 9807923e1f..e2d0183a05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,9 +46,11 @@
github
- 1.7.36
redis.clients.jedis
+ 1.7.36
1.7.1
+ 2.16.0
+ 3.2.3
@@ -88,6 +90,7 @@
1.19.0
test
+
junit
junit
@@ -115,15 +118,17 @@
com.fasterxml.jackson.core
jackson-databind
- 2.14.2
+ ${jackson.version}
test
com.fasterxml.jackson.datatype
jackson-datatype-jsr310
- 2.14.2
+ ${jackson.version}
test
+
+
io.github.resilience4j
resilience4j-all
@@ -166,7 +171,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.5
+ 0.8.11
@@ -192,7 +197,7 @@
maven-surefire-plugin
- 3.2.2
+ ${maven.surefire.version}
${redis-hosts}
@@ -321,7 +326,7 @@
maven-surefire-plugin
- 3.2.2
+ ${maven.surefire.version}
**/examples/*Example.java