From b7bd7422dc0d6f3f0951466dd0d0ef9ade4fc094 Mon Sep 17 00:00:00 2001 From: yangjie01 Date: Wed, 13 Sep 2023 16:29:32 +0800 Subject: [PATCH 1/2] init --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 02920c0ae7494..e00fc2c2ab089 100644 --- a/pom.xml +++ b/pom.xml @@ -214,8 +214,8 @@ 4.9.3 1.1 - 4.9.1 - 4.9.1 + 4.12.1 + 4.12.0 2.70.0 3.1.0 1.1.0 @@ -413,7 +413,7 @@ org.scalatestplus - selenium-4-9_${scala.binary.version} + selenium-4-12_${scala.binary.version} test @@ -1137,25 +1137,25 @@ org.scalatest scalatest_${scala.binary.version} - 3.2.16 + 3.2.17 test org.scalatestplus scalacheck-1-17_${scala.binary.version} - 3.2.16.0 + 3.2.17.0 test org.scalatestplus mockito-4-11_${scala.binary.version} - 3.2.16.0 + 3.2.17.0 test org.scalatestplus - selenium-4-9_${scala.binary.version} - 3.2.16.0 + selenium-4-12_${scala.binary.version} + 3.2.17.0 test From dc80ed61dc51812c23c1a9961b4a11327c48a8ee Mon Sep 17 00:00:00 2001 From: yangjie01 Date: Wed, 13 Sep 2023 16:40:48 +0800 Subject: [PATCH 2/2] byte-buddy --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e00fc2c2ab089..7e1c371a1e880 100644 --- a/pom.xml +++ b/pom.xml @@ -1173,13 +1173,13 @@ net.bytebuddy byte-buddy - 1.14.4 + 1.14.5 test net.bytebuddy byte-buddy-agent - 1.14.4 + 1.14.5 test