|
13 | 13 | <maven.compiler.source>21</maven.compiler.source> |
14 | 14 | <maven.compiler.target>21</maven.compiler.target> |
15 | 15 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
16 | | - <jackson-version>2.18.3</jackson-version> |
| 16 | + <jackson-version>2.19.0</jackson-version> |
17 | 17 | <swagger-annotations-version>2.2.19</swagger-annotations-version> |
18 | 18 | <maven-plugin-version>1.0.0</maven-plugin-version> |
19 | 19 | <junit-version>4.13.1</junit-version> |
|
44 | 44 | <dependency> |
45 | 45 | <groupId>org.springframework.boot</groupId> |
46 | 46 | <artifactId>spring-boot-starter-web</artifactId> |
47 | | - <version>3.4.4</version> |
| 47 | + <version>3.4.5</version> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>me.paulschwarz</groupId> |
|
90 | 90 | <dependency> |
91 | 91 | <groupId>com.google.guava</groupId> |
92 | 92 | <artifactId>guava</artifactId> |
93 | | - <version>33.4.7-jre</version> |
| 93 | + <version>33.4.8-jre</version> |
94 | 94 | </dependency> |
95 | 95 | <dependency> |
96 | 96 | <groupId>org.redisson</groupId> |
|
141 | 141 | <dependency> |
142 | 142 | <groupId>com.google.code.gson</groupId> |
143 | 143 | <artifactId>gson</artifactId> |
144 | | - <version>2.13.0</version> |
| 144 | + <version>2.13.1</version> |
145 | 145 | </dependency> |
146 | 146 | <dependency> |
147 | 147 | <groupId>org.junit.jupiter</groupId> |
|
161 | 161 | <plugin> |
162 | 162 | <groupId>org.springframework.boot</groupId> |
163 | 163 | <artifactId>spring-boot-maven-plugin</artifactId> |
164 | | - <version>3.4.4</version> |
| 164 | + <version>3.4.5</version> |
165 | 165 | <executions> |
166 | 166 | <execution> |
167 | 167 | <configuration> |
|
173 | 173 | <plugin> |
174 | 174 | <groupId>org.openapitools</groupId> |
175 | 175 | <artifactId>openapi-generator-maven-plugin</artifactId> |
176 | | - <version>7.12.0</version> |
| 176 | + <version>7.13.0</version> |
177 | 177 | <executions> |
178 | 178 | <execution> |
179 | 179 | <id>api.2b2t.vc</id> |
|
0 commit comments