mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-11-04 09:01:40 +08:00 
			
		
		
		
	chore: 升级依赖修复安全漏洞 (#2)
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
				
			|||||||
    <parent>
 | 
					    <parent>
 | 
				
			||||||
        <groupId>org.springframework.boot</groupId>
 | 
					        <groupId>org.springframework.boot</groupId>
 | 
				
			||||||
        <artifactId>spring-boot-dependencies</artifactId>
 | 
					        <artifactId>spring-boot-dependencies</artifactId>
 | 
				
			||||||
        <version>3.1.10</version>
 | 
					        <version>3.1.11</version>
 | 
				
			||||||
        <relativePath/>
 | 
					        <relativePath/>
 | 
				
			||||||
    </parent>
 | 
					    </parent>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -19,7 +19,7 @@
 | 
				
			|||||||
    <licenses>
 | 
					    <licenses>
 | 
				
			||||||
        <license>
 | 
					        <license>
 | 
				
			||||||
            <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
 | 
					            <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
 | 
				
			||||||
            <url>http://www.gnu.org/licenses/lgpl.html</url>
 | 
					            <url>https://www.gnu.org/licenses/lgpl.html</url>
 | 
				
			||||||
        </license>
 | 
					        </license>
 | 
				
			||||||
    </licenses>
 | 
					    </licenses>
 | 
				
			||||||
    <developers>
 | 
					    <developers>
 | 
				
			||||||
@@ -62,6 +62,11 @@
 | 
				
			|||||||
        <crane4j.version>2.7.0</crane4j.version>
 | 
					        <crane4j.version>2.7.0</crane4j.version>
 | 
				
			||||||
        <knife4j.version>4.5.0</knife4j.version>
 | 
					        <knife4j.version>4.5.0</knife4j.version>
 | 
				
			||||||
        <tlog.version>1.5.2</tlog.version>
 | 
					        <tlog.version>1.5.2</tlog.version>
 | 
				
			||||||
 | 
					        <QLExpress.version>3.3.2</QLExpress.version>
 | 
				
			||||||
 | 
					        <snakeyaml.version>2.2</snakeyaml.version>
 | 
				
			||||||
 | 
					        <okhttp.version>4.12.0</okhttp.version>
 | 
				
			||||||
 | 
					        <plexus.version>4.0.0</plexus.version>
 | 
				
			||||||
 | 
					        <commons.compress.version>1.26.1</commons.compress.version>
 | 
				
			||||||
        <ttl.version>2.14.5</ttl.version>
 | 
					        <ttl.version>2.14.5</ttl.version>
 | 
				
			||||||
        <ip2region.version>3.1.10</ip2region.version>
 | 
					        <ip2region.version>3.1.10</ip2region.version>
 | 
				
			||||||
        <hutool.version>5.8.27</hutool.version>
 | 
					        <hutool.version>5.8.27</hutool.version>
 | 
				
			||||||
@@ -254,6 +259,41 @@
 | 
				
			|||||||
                <version>${tlog.version}</version>
 | 
					                <version>${tlog.version}</version>
 | 
				
			||||||
            </dependency>
 | 
					            </dependency>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <!-- QLExpress(QLExpress 是一种强大的、轻量级的、动态的 Java 平台语言,旨在提高开发人员在不同业务场景中的生产力) -->
 | 
				
			||||||
 | 
					            <dependency>
 | 
				
			||||||
 | 
					                <groupId>com.alibaba</groupId>
 | 
				
			||||||
 | 
					                <artifactId>QLExpress</artifactId>
 | 
				
			||||||
 | 
					                <version>${QLExpress.version}</version>
 | 
				
			||||||
 | 
					            </dependency>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <!-- snakeyaml(适用于 Java 的 YAML 1.1 解析器和发射器) -->
 | 
				
			||||||
 | 
					            <dependency>
 | 
				
			||||||
 | 
					                <groupId>org.yaml</groupId>
 | 
				
			||||||
 | 
					                <artifactId>snakeyaml</artifactId>
 | 
				
			||||||
 | 
					                <version>${snakeyaml.version}</version>
 | 
				
			||||||
 | 
					            </dependency>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <!-- plexus-utils(各种实用程序类的集合,可轻松处理字符串、文件、命令行等) -->
 | 
				
			||||||
 | 
					            <dependency>
 | 
				
			||||||
 | 
					                <groupId>org.codehaus.plexus</groupId>
 | 
				
			||||||
 | 
					                <artifactId>plexus-utils</artifactId>
 | 
				
			||||||
 | 
					                <version>${plexus.version}</version>
 | 
				
			||||||
 | 
					            </dependency>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <!-- okhttp(OkHttp 是一个默认高效的 HTTP 客户端) -->
 | 
				
			||||||
 | 
					            <dependency>
 | 
				
			||||||
 | 
					                <groupId>com.squareup.okhttp3</groupId>
 | 
				
			||||||
 | 
					                <artifactId>okhttp</artifactId>
 | 
				
			||||||
 | 
					                <version>${okhttp.version}</version>
 | 
				
			||||||
 | 
					            </dependency>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <!-- commons-compress(Apache Commons Compress 定义了一个用于处理压缩和存档格式的 API) -->
 | 
				
			||||||
 | 
					            <dependency>
 | 
				
			||||||
 | 
					                <groupId>org.apache.commons</groupId>
 | 
				
			||||||
 | 
					                <artifactId>commons-compress</artifactId>
 | 
				
			||||||
 | 
					                <version>${commons.compress.version}</version>
 | 
				
			||||||
 | 
					            </dependency>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <!-- TTL(线程间传递 ThreadLocal,异步执行时上下文传递的解决方案) -->
 | 
					            <!-- TTL(线程间传递 ThreadLocal,异步执行时上下文传递的解决方案) -->
 | 
				
			||||||
            <dependency>
 | 
					            <dependency>
 | 
				
			||||||
                <groupId>com.alibaba</groupId>
 | 
					                <groupId>com.alibaba</groupId>
 | 
				
			||||||
@@ -436,6 +476,7 @@
 | 
				
			|||||||
                <artifactId>continew-starter-core</artifactId>
 | 
					                <artifactId>continew-starter-core</artifactId>
 | 
				
			||||||
                <version>${revision}</version>
 | 
					                <version>${revision}</version>
 | 
				
			||||||
            </dependency>
 | 
					            </dependency>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        </dependencies>
 | 
					        </dependencies>
 | 
				
			||||||
    </dependencyManagement>
 | 
					    </dependencyManagement>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user