diff --git a/json-smart-action/pom.xml b/json-smart-action/pom.xml
index 8aec33c..9dbc1ea 100644
--- a/json-smart-action/pom.xml
+++ b/json-smart-action/pom.xml
@@ -43,6 +43,7 @@
UTF-8
1.8
1.8
+ 5.9.1
scm:git:https://github.com/netplex/json-smart-v2.git
@@ -227,14 +228,14 @@
org.junit.jupiter
junit-jupiter-api
- 5.9.1
+ ${junit.version}
test
org.junit.jupiter
junit-jupiter-params
- 5.8.2
+ ${junit.version}
test
diff --git a/json-smart/pom.xml b/json-smart/pom.xml
index 05be906..70fd226 100644
--- a/json-smart/pom.xml
+++ b/json-smart/pom.xml
@@ -43,6 +43,7 @@
UTF-8
1.8
1.8
+ 5.9.1
scm:git:https://github.com/netplex/json-smart-v2.git
@@ -227,14 +228,14 @@
org.junit.jupiter
junit-jupiter-api
- 5.9.1
+ ${junit.version}
test
org.junit.jupiter
junit-jupiter-params
- 5.8.2
+ ${junit.version}
test