|
40 | 40 | <junit.version>6.0.0</junit.version> |
41 | 41 | <mockito.version>5.11.0</mockito.version> |
42 | 42 | <junit-platform.version>6.0.0</junit-platform.version> |
43 | | - <openapi-generator-maven-plugin>6.0.0</openapi-generator-maven-plugin> |
| 43 | + <openapi-generator-maven-plugin>6.6.0</openapi-generator-maven-plugin> |
44 | 44 | </properties> |
45 | 45 |
|
46 | 46 | <dependencyManagement> |
47 | 47 | <dependencies> |
48 | 48 | <dependency> |
49 | 49 | <groupId>org.springframework.boot</groupId> |
50 | 50 | <artifactId>spring-boot-dependencies</artifactId> |
51 | | - <version>3.4.3</version> |
| 51 | + <version>3.5.6</version> |
52 | 52 | <type>pom</type> |
53 | 53 | <scope>import</scope> |
54 | 54 | </dependency> |
|
74 | 74 | <dependency> |
75 | 75 | <groupId>io.swagger.core.v3</groupId> |
76 | 76 | <artifactId>swagger-annotations</artifactId> |
77 | | - <version>2.2.28</version> |
| 77 | + <version>2.2.38</version> |
78 | 78 | </dependency> |
79 | 79 |
|
80 | 80 | <dependency> |
|
100 | 100 | <dependency> |
101 | 101 | <groupId>com.fasterxml.jackson.core</groupId> |
102 | 102 | <artifactId>jackson-annotations</artifactId> |
103 | | - <version>2.16.1</version> |
| 103 | + <version>2.20</version> |
104 | 104 | </dependency> |
105 | 105 |
|
106 | 106 | <dependency> |
|
113 | 113 | <dependency> |
114 | 114 | <groupId>org.springdoc</groupId> |
115 | 115 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
116 | | - <version>2.6.0</version> |
| 116 | + <version>2.8.13</version> |
117 | 117 | </dependency> |
118 | 118 |
|
119 | 119 | <dependency> |
120 | 120 | <groupId>org.openapitools</groupId> |
121 | 121 | <artifactId>jackson-databind-nullable</artifactId> |
122 | | - <version>0.2.6</version> |
| 122 | + <version>0.2.7</version> |
123 | 123 | </dependency> |
124 | 124 |
|
125 | 125 | <dependency> |
|
189 | 189 | <dependency> |
190 | 190 | <groupId>org.eclipse.jetty</groupId> |
191 | 191 | <artifactId>jetty-servlet</artifactId> |
192 | | - <version>9.4.53.v20231009</version> |
| 192 | + <version>9.4.58.v20250814</version> |
193 | 193 | <scope>test</scope> |
194 | 194 | </dependency> |
195 | 195 |
|
196 | 196 | <!-- Jetty util dependency required by Spring Boot Test --> |
197 | 197 | <dependency> |
198 | 198 | <groupId>org.eclipse.jetty</groupId> |
199 | 199 | <artifactId>jetty-util</artifactId> |
200 | | - <version>9.4.53.v20231009</version> |
| 200 | + <version>9.4.58.v20250814</version> |
201 | 201 | <scope>test</scope> |
202 | 202 | </dependency> |
203 | 203 | </dependencies> |
|
207 | 207 | <plugin> |
208 | 208 | <groupId>org.springframework.boot</groupId> |
209 | 209 | <artifactId>spring-boot-maven-plugin</artifactId> |
210 | | - <version>3.4.3</version> |
| 210 | + <version>3.5.6</version> |
211 | 211 | <executions> |
212 | 212 | <execution> |
213 | 213 | <goals> |
|
221 | 221 | <plugin> |
222 | 222 | <groupId>org.apache.maven.plugins</groupId> |
223 | 223 | <artifactId>maven-compiler-plugin</artifactId> |
224 | | - <version>3.13.0</version> |
| 224 | + <version>3.14.1</version> |
225 | 225 | <configuration> |
226 | 226 | <source>17</source> |
227 | 227 | <target>17</target> |
|
233 | 233 | <plugin> |
234 | 234 | <groupId>org.apache.maven.plugins</groupId> |
235 | 235 | <artifactId>maven-surefire-plugin</artifactId> |
236 | | - <version>3.5.2</version> |
| 236 | + <version>3.5.4</version> |
237 | 237 | <configuration> |
238 | 238 | <includes> |
239 | 239 | <include>**/*Test.java</include> |
|
0 commit comments