|
34 | 34 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
35 | 35 | <spring-boot-dependencies.version>3.3.1</spring-boot-dependencies.version>
|
36 | 36 | <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> |
38 | 38 | <hutool.version>5.8.27</hutool.version>
|
39 |
| - <jackson.version>2.17.1</jackson.version> |
| 39 | + <jackson.version>2.17.2</jackson.version> |
40 | 40 | </properties>
|
41 | 41 |
|
42 | 42 | <dependencyManagement>
|
|
78 | 78 | <dependency>
|
79 | 79 | <groupId>com.mybatis-flex</groupId>
|
80 | 80 | <artifactId>mybatis-flex-kotlin-extensions</artifactId>
|
81 |
| - <version>1.0.9</version> |
| 81 | + <version>1.1.0</version> |
82 | 82 | </dependency>
|
83 | 83 |
|
84 | 84 | <!-- https://mvnrepository.com/artifact/com.baomidou/mybatis-plus-spring-boot3-starter -->
|
85 | 85 | <dependency>
|
86 | 86 | <groupId>com.baomidou</groupId>
|
87 | 87 | <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
88 |
| - <version>3.5.6</version> |
| 88 | + <version>3.5.7</version> |
89 | 89 | </dependency>
|
90 | 90 |
|
91 | 91 | <!-- https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-3-starter -->
|
92 | 92 | <dependency>
|
93 | 93 | <groupId>com.alibaba</groupId>
|
94 | 94 | <artifactId>druid-spring-boot-3-starter</artifactId>
|
95 |
| - <version>1.2.22</version> |
| 95 | + <version>1.2.23</version> |
96 | 96 | </dependency>
|
97 | 97 |
|
98 | 98 | <!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper-spring-boot-starter -->
|
|
134 | 134 | <dependency>
|
135 | 135 | <groupId>org.apache.commons</groupId>
|
136 | 136 | <artifactId>commons-compress</artifactId>
|
137 |
| - <version>1.26.1</version> |
| 137 | + <version>1.26.2</version> |
138 | 138 | </dependency>
|
139 | 139 |
|
140 | 140 | <!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
|
141 | 141 | <dependency>
|
142 | 142 | <groupId>com.google.guava</groupId>
|
143 | 143 | <artifactId>guava</artifactId>
|
144 |
| - <version>33.2.0-jre</version> |
| 144 | + <version>33.2.1-jre</version> |
145 | 145 | </dependency>
|
146 | 146 |
|
147 | 147 | <!-- https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-starter-webmvc-ui -->
|
148 | 148 | <dependency>
|
149 | 149 | <groupId>org.springdoc</groupId>
|
150 | 150 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
151 |
| - <version>2.5.0</version> |
| 151 | + <version>2.6.0</version> |
152 | 152 | </dependency>
|
153 | 153 |
|
154 | 154 | <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
|
|
176 | 176 | <dependency>
|
177 | 177 | <groupId>com.alibaba.fastjson2</groupId>
|
178 | 178 | <artifactId>fastjson2-extension-spring6</artifactId>
|
179 |
| - <version>2.0.50</version> |
| 179 | + <version>2.0.51</version> |
180 | 180 | </dependency>
|
181 | 181 |
|
182 | 182 | <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api -->
|
|
0 commit comments