Skip to content

Commit f358d39

Browse files
committed
Upgrade Dependencies
1 parent 8cfba55 commit f358d39

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
* Bump spring-boot-dependencies from 3.3.0 to 3.3.1
66
* Bump mybatis-flex-spring-boot3-starter from 1.8.9 to 1.9.3
7+
* Bump mybatis-flex-kotlin-extensions from 1.0.9 to 1.1.0
8+
* Bump mybatis-plus-spring-boot3-starter from 3.5.6 to 3.5.7
9+
* Bump druid-spring-boot-3-starter from 1.2.22 to 1.2.23
10+
* Bump commons-compress from 1.26.1 to 1.26.2
11+
* Bump guava from 33.2.0-jre to 33.2.1-jre
12+
* Bump springdoc-openapi-starter-webmvc-ui from 2.5.0 to 2.6.0
13+
* Bump jackson from 2.17.1 to 2.17.2
14+
* Bump fastjson2-extension-spring6 from 2.0.50 to 2.0.51
15+
* Bump jjwt from 0.12.5 to 0.12.6
716

817
### Features
918

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3535
<spring-boot-dependencies.version>3.3.1</spring-boot-dependencies.version>
3636
<spring-boot-admin.version>3.3.1</spring-boot-admin.version>
37-
<jjwt.version>0.12.5</jjwt.version>
37+
<jjwt.version>0.12.6</jjwt.version>
3838
<hutool.version>5.8.27</hutool.version>
39-
<jackson.version>2.17.1</jackson.version>
39+
<jackson.version>2.17.2</jackson.version>
4040
</properties>
4141

4242
<dependencyManagement>
@@ -78,21 +78,21 @@
7878
<dependency>
7979
<groupId>com.mybatis-flex</groupId>
8080
<artifactId>mybatis-flex-kotlin-extensions</artifactId>
81-
<version>1.0.9</version>
81+
<version>1.1.0</version>
8282
</dependency>
8383

8484
<!-- https://mvnrepository.com/artifact/com.baomidou/mybatis-plus-spring-boot3-starter -->
8585
<dependency>
8686
<groupId>com.baomidou</groupId>
8787
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
88-
<version>3.5.6</version>
88+
<version>3.5.7</version>
8989
</dependency>
9090

9191
<!-- https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-3-starter -->
9292
<dependency>
9393
<groupId>com.alibaba</groupId>
9494
<artifactId>druid-spring-boot-3-starter</artifactId>
95-
<version>1.2.22</version>
95+
<version>1.2.23</version>
9696
</dependency>
9797

9898
<!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper-spring-boot-starter -->
@@ -134,21 +134,21 @@
134134
<dependency>
135135
<groupId>org.apache.commons</groupId>
136136
<artifactId>commons-compress</artifactId>
137-
<version>1.26.1</version>
137+
<version>1.26.2</version>
138138
</dependency>
139139

140140
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
141141
<dependency>
142142
<groupId>com.google.guava</groupId>
143143
<artifactId>guava</artifactId>
144-
<version>33.2.0-jre</version>
144+
<version>33.2.1-jre</version>
145145
</dependency>
146146

147147
<!-- https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-starter-webmvc-ui -->
148148
<dependency>
149149
<groupId>org.springdoc</groupId>
150150
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
151-
<version>2.5.0</version>
151+
<version>2.6.0</version>
152152
</dependency>
153153

154154
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
@@ -176,7 +176,7 @@
176176
<dependency>
177177
<groupId>com.alibaba.fastjson2</groupId>
178178
<artifactId>fastjson2-extension-spring6</artifactId>
179-
<version>2.0.50</version>
179+
<version>2.0.51</version>
180180
</dependency>
181181

182182
<!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api -->

0 commit comments

Comments
 (0)