From 6b6cd726a3bcd51088cecb71d93a206f42f38e3e Mon Sep 17 00:00:00 2001
From: metersphere-bot <78466014+metersphere-bot@users.noreply.github.com>
Date: Mon, 13 Sep 2021 15:38:29 +0800
Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8D=87=E7=BA=A7Jython=E7=89=88?=
 =?UTF-8?q?=E6=9C=AC=20(#6110)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: BugKing <wangzhen@fit2cloud.com>
---
 backend/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/backend/pom.xml b/backend/pom.xml
index 4e8cc9d5e..7d9e4e4c9 100644
--- a/backend/pom.xml
+++ b/backend/pom.xml
@@ -181,7 +181,7 @@
         <dependency>
             <groupId>org.python</groupId>
             <artifactId>jython-standalone</artifactId>
-            <version>2.7.0</version>
+            <version>2.7.2</version>
         </dependency>
 
         <dependency>
@@ -608,7 +608,7 @@
                         <artifactItem>
                             <groupId>org.python</groupId>
                             <artifactId>jython-standalone</artifactId>
-                            <version>2.7.0</version>
+                            <version>2.7.2</version>
                             <type>jar</type>
                             <overWrite>true</overWrite>
                             <outputDirectory>src/main/resources/jmeter/lib/ext</outputDirectory>
-- 
GitLab