This is an automated email from the ASF dual-hosted git repository.

miaoliyao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-plugin.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f6dc98  Refactor : update dependencies (#13)
9f6dc98 is described below

commit 9f6dc98f8b65d6fe9aeba57b22b01300144079c8
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Wed Oct 18 10:23:49 2023 +0800

    Refactor : update dependencies (#13)
---
 pom.xml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 56f582f..36660d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,17 +48,15 @@
         <rat.skip>true</rat.skip>
         
         <!-- 3rd party library versions -->
-        <guava.version>30.0-jre</guava.version>
-        <lombok.version>1.18.20</lombok.version>
-        <junit.version>5.9.2</junit.version>
+        <guava.version>32.1.2-jre</guava.version>
+        <lombok.version>1.18.30</lombok.version>
+        <junit.version>5.10.0</junit.version>
         <hamcrest.version>2.2</hamcrest.version>
         <mockito.version>4.11.0</mockito.version>
         <bouncycastle.version>1.70</bouncycastle.version>
         <c3p0.version>0.9.5.5</c3p0.version>
         <commons-dbcp2.version>2.9.0</commons-dbcp2.version>
-        <commons-codec.version>1.15</commons-codec.version>
-        <lombok.version>1.18.20</lombok.version>
-        <junit.version>5.9.2</junit.version>
+        <commons-codec.version>1.16.0</commons-codec.version>
         <apollo-client.version>1.9.0</apollo-client.version>
         
         <!-- Compile plugin versions -->

Reply via email to