From 49042d55da746d40485552e6dc338d8a420dc542 Mon Sep 17 00:00:00 2001 From: ZhangJian He Date: Wed, 21 Sep 2022 11:11:23 +0800 Subject: [PATCH] Bump junit version from 5.8.2 to 5.9.1 --- 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 8aec33cb..9dbc1ea2 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 05be9063..70fd2266 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