From 31569646b0f2d274660e6c6bba02defb43405474 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期三, 07 八月 2024 11:20:34 +0800
Subject: [PATCH] fix 修复 依赖漏洞 限制部分依赖版本

---
 pom.xml |   76 +++++++++++++-------------------------
 1 files changed, 26 insertions(+), 50 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5635931..8b96348 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,8 +21,7 @@
         <mybatis.version>3.5.16</mybatis.version>
         <springdoc.version>2.6.0</springdoc.version>
         <therapi-javadoc.version>0.15.0</therapi-javadoc.version>
-        <poi.version>5.2.3</poi.version>
-        <easyexcel.version>3.3.4</easyexcel.version>
+        <easyexcel.version>4.0.2</easyexcel.version>
         <velocity.version>2.3</velocity.version>
         <satoken.version>1.38.0</satoken.version>
         <mybatis-plus.version>3.5.7</mybatis-plus.version>
@@ -34,7 +33,7 @@
         <lock4j.version>2.2.7</lock4j.version>
         <dynamic-ds.version>4.3.1</dynamic-ds.version>
         <alibaba-ttl.version>2.14.4</alibaba-ttl.version>
-        <snailjob.version>1.1.0</snailjob.version>
+        <snailjob.version>1.1.1</snailjob.version>
         <mapstruct-plus.version>1.3.6</mapstruct-plus.version>
         <mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version>
         <lombok.version>1.18.32</lombok.version>
@@ -42,6 +41,7 @@
         <justauth.version>1.16.6</justauth.version>
         <!-- 绂荤嚎IP鍦板潃瀹氫綅搴� -->
         <ip2region.version>2.7.0</ip2region.version>
+        <undertow.version>2.3.15.Final</undertow.version>
 
         <!-- OSS 閰嶇疆 -->
         <aws.sdk.version>2.25.15</aws.sdk.version>
@@ -51,7 +51,7 @@
         <!-- 闄愬埗妗嗘灦涓殑fastjson鐗堟湰 -->
         <fastjson.version>1.2.83</fastjson.version>
         <!-- 闈㈠悜杩愯鏃剁殑D-ORM渚濊禆 -->
-        <anyline.version>8.7.2-20240717</anyline.version>
+        <anyline.version>8.7.2-20240728</anyline.version>
         <!--宸ヤ綔娴侀厤缃�-->
         <flowable.version>7.0.1</flowable.version>
 
@@ -158,25 +158,9 @@
             </dependency>
 
             <dependency>
-                <groupId>org.apache.poi</groupId>
-                <artifactId>poi</artifactId>
-                <version>${poi.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.poi</groupId>
-                <artifactId>poi-ooxml</artifactId>
-                <version>${poi.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>com.alibaba</groupId>
                 <artifactId>easyexcel</artifactId>
                 <version>${easyexcel.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.apache.poi</groupId>
-                        <artifactId>poi-ooxml-schemas</artifactId>
-                    </exclusion>
-                </exclusions>
             </dependency>
 
             <!-- velocity浠g爜鐢熸垚浣跨敤妯℃澘 -->
@@ -336,39 +320,31 @@
             </dependency>
 
             <dependency>
+                <groupId>io.undertow</groupId>
+                <artifactId>undertow-core</artifactId>
+                <version>${undertow.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>io.undertow</groupId>
+                <artifactId>undertow-servlet</artifactId>
+                <version>${undertow.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>io.undertow</groupId>
+                <artifactId>undertow-websockets-jsr</artifactId>
+                <version>${undertow.version}</version>
+            </dependency>
+
+            <dependency>
+                <artifactId>commons-compress</artifactId>
+                <groupId>org.apache.commons</groupId>
+                <version>1.26.2</version>
+            </dependency>
+
+            <dependency>
                 <groupId>com.alibaba</groupId>
                 <artifactId>fastjson</artifactId>
                 <version>${fastjson.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.anyline</groupId>
-                <artifactId>anyline-environment-spring-data-jdbc</artifactId>
-                <version>${anyline.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.anyline</groupId>
-                <artifactId>anyline-data-jdbc-mysql</artifactId>
-                <version>${anyline.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.anyline</groupId>
-                <artifactId>anyline-data-jdbc-oracle</artifactId>
-                <version>${anyline.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.anyline</groupId>
-                <artifactId>anyline-data-jdbc-postgresql</artifactId>
-                <version>${anyline.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.anyline</groupId>
-                <artifactId>anyline-data-jdbc-mssql</artifactId>
-                <version>${anyline.version}</version>
             </dependency>
 
             <dependency>

--
Gitblit v1.9.3