From ee722078560aacf1e52f9c2aecb7f3ebd440bd88 Mon Sep 17 00:00:00 2001 From: ZhangJian He Date: Wed, 21 Sep 2022 12:41:46 +0800 Subject: [PATCH] Bump junit version from 5.8.2 to 5.9.1 (#120) --- json-smart-action/pom.xml | 5 +++-- json-smart/pom.xml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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