Skip to content

Commit

Permalink
chore: 升级依赖
Browse files Browse the repository at this point in the history
1.Spring Boot 3.1.9 => 3.1.10
2.Redisson 3.27.2 => 3.28.0(修复Failed to submit a listener notification task. Event loop shut down?)
3.CosId 2.6.6 => 2.6.8
4.SMS4J 3.1.1 => 3.2.1
5.Easy Excel 3.3.3 => 3.3.4
6.AWS S3 1.12.675 => 1.12.702
7.Crane4j 2.6.1 => 2.7.0(多对多装配处理器增强)
8.TLog 1.5.1 => 1.5.2
9.Hutool 5.8.26 => 5.8.27
10.IP2Region 3.1.9 => 3.1.10
  • Loading branch information
Charles7c committed Apr 17, 2024
1 parent fe310bc commit 2d71eca
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions continew-starter-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.1.9</version>
<version>3.1.10</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -50,21 +50,21 @@
<dynamic-datasource.version>4.3.0</dynamic-datasource.version>
<p6spy.version>3.9.1</p6spy.version>
<jetcache.version>2.7.5</jetcache.version>
<redisson.version>3.27.2</redisson.version>
<cosid.version>2.6.6</cosid.version>
<sms4j.version>3.1.1</sms4j.version>
<redisson.version>3.28.0</redisson.version>
<cosid.version>2.6.8</cosid.version>
<sms4j.version>3.2.1</sms4j.version>
<aj-captcha.version>1.3.0</aj-captcha.version>
<easy-captcha.version>1.6.2</easy-captcha.version>
<easy-excel.version>3.3.3</easy-excel.version>
<easy-excel.version>3.3.4</easy-excel.version>
<nashorn.version>15.4</nashorn.version>
<x-file-storage.version>2.1.0</x-file-storage.version>
<aws-s3.version>1.12.675</aws-s3.version>
<crane4j.version>2.6.1</crane4j.version>
<aws-s3.version>1.12.702</aws-s3.version>
<crane4j.version>2.7.0</crane4j.version>
<knife4j.version>4.5.0</knife4j.version>
<tlog.version>1.5.1</tlog.version>
<tlog.version>1.5.2</tlog.version>
<ttl.version>2.14.5</ttl.version>
<ip2region.version>3.1.9</ip2region.version>
<hutool.version>5.8.26</hutool.version>
<ip2region.version>3.1.10</ip2region.version>
<hutool.version>5.8.27</hutool.version>
<!-- Maven Plugin Versions -->
<flatten.version>1.6.0</flatten.version>
<spotless.version>2.43.0</spotless.version>
Expand Down

0 comments on commit 2d71eca

Please sign in to comment.