mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-09 04:59:21 +08:00
chore: 升级依赖
Spring Boot 3.2.7 => 3.2.10 MyBatis Plus 3.5.7 => 3.5.8 Redisson 3.35.0 => 3.36.0 CosID 2.9.6 => 2.9.8 SMS4J 3.2.1 => 3.3.3 X File Storage 2.2.0 => 2.2.1
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.2.7</version>
|
<version>3.2.10</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@@ -43,23 +43,23 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- 项目版本号 -->
|
<!-- 项目版本号 -->
|
||||||
<revision>2.6.0</revision>
|
<revision>2.7.0-SNAPSHOT</revision>
|
||||||
<snail-job.version>1.1.2</snail-job.version>
|
<snail-job.version>1.1.2</snail-job.version>
|
||||||
<sa-token.version>1.39.0</sa-token.version>
|
<sa-token.version>1.39.0</sa-token.version>
|
||||||
<just-auth.version>1.16.6</just-auth.version>
|
<just-auth.version>1.16.6</just-auth.version>
|
||||||
<mybatis-plus.version>3.5.7</mybatis-plus.version>
|
<mybatis-plus.version>3.5.8</mybatis-plus.version>
|
||||||
<mybatis-flex.version>1.9.7</mybatis-flex.version>
|
<mybatis-flex.version>1.9.7</mybatis-flex.version>
|
||||||
<dynamic-datasource.version>4.3.1</dynamic-datasource.version>
|
<dynamic-datasource.version>4.3.1</dynamic-datasource.version>
|
||||||
<p6spy.version>3.9.1</p6spy.version>
|
<p6spy.version>3.9.1</p6spy.version>
|
||||||
<jetcache.version>2.7.6</jetcache.version>
|
<jetcache.version>2.7.6</jetcache.version>
|
||||||
<redisson.version>3.35.0</redisson.version>
|
<redisson.version>3.36.0</redisson.version>
|
||||||
<cosid.version>2.9.6</cosid.version>
|
<cosid.version>2.9.8</cosid.version>
|
||||||
<sms4j.version>3.2.1</sms4j.version>
|
<sms4j.version>3.3.3</sms4j.version>
|
||||||
<aj-captcha.version>1.3.0</aj-captcha.version>
|
<aj-captcha.version>1.3.0</aj-captcha.version>
|
||||||
<easy-captcha.version>1.6.2</easy-captcha.version>
|
<easy-captcha.version>1.6.2</easy-captcha.version>
|
||||||
<easy-excel.version>3.3.4</easy-excel.version>
|
<easy-excel.version>3.3.4</easy-excel.version>
|
||||||
<nashorn.version>15.4</nashorn.version>
|
<nashorn.version>15.4</nashorn.version>
|
||||||
<x-file-storage.version>2.2.0</x-file-storage.version>
|
<x-file-storage.version>2.2.1</x-file-storage.version>
|
||||||
<aws-s3.version>1.12.771</aws-s3.version>
|
<aws-s3.version>1.12.771</aws-s3.version>
|
||||||
<graceful-response.version>5.0.0-boot3</graceful-response.version>
|
<graceful-response.version>5.0.0-boot3</graceful-response.version>
|
||||||
<crane4j.version>2.9.0</crane4j.version>
|
<crane4j.version>2.9.0</crane4j.version>
|
||||||
|
@@ -0,0 +1 @@
|
|||||||
|
top.continew.starter.extension.tenant.autoconfigure.TenantWebMvcAutoConfiguration
|
Reference in New Issue
Block a user