|
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <artifactId>disputes-api</artifactId> |
13 | | - <version>1.0.0</version> |
| 13 | + <version>1.0.1</version> |
14 | 14 | <packaging>jar</packaging> |
15 | 15 |
|
16 | 16 | <name>disputes-api</name> |
|
155 | 155 | <dependency> |
156 | 156 | <groupId>jakarta.inject</groupId> |
157 | 157 | <artifactId>jakarta.inject-api</artifactId> |
158 | | - <version>2.0.1</version> |
| 158 | + <version>2.0.1.MR</version> |
159 | 159 | <scope>provided</scope> |
160 | 160 | </dependency> |
161 | 161 | <dependency> |
162 | 162 | <groupId>io.swagger</groupId> |
163 | 163 | <artifactId>swagger-annotations</artifactId> |
164 | | - <version>1.6.8</version> |
| 164 | + <version>1.6.15</version> |
165 | 165 | <scope>provided</scope> |
166 | 166 | </dependency> |
167 | 167 | <dependency> |
|
191 | 191 | <dependency> |
192 | 192 | <groupId>org.openapitools</groupId> |
193 | 193 | <artifactId>jackson-databind-nullable</artifactId> |
194 | | - <version>0.2.3</version> |
| 194 | + <version>0.2.6</version> |
195 | 195 | <scope>provided</scope> |
196 | 196 | </dependency> |
197 | 197 | <dependency> |
|
201 | 201 | <dependency> |
202 | 202 | <groupId>commons-io</groupId> |
203 | 203 | <artifactId>commons-io</artifactId> |
204 | | - <version>2.14.0</version> |
| 204 | + <version>2.18.0</version> |
205 | 205 | </dependency> |
206 | 206 | <dependency> |
207 | 207 | <groupId>com.google.guava</groupId> |
208 | 208 | <artifactId>guava</artifactId> |
209 | | - <version>32.0.0-jre</version> |
| 209 | + <version>32.1.3-jre</version> |
210 | 210 | </dependency> |
211 | 211 | <dependency> |
212 | 212 | <groupId>io.opentelemetry</groupId> |
|
229 | 229 | <dependency> |
230 | 230 | <groupId>org.springframework</groupId> |
231 | 231 | <artifactId>spring-test</artifactId> |
232 | | - <version>6.2.2</version> |
| 232 | + <version>6.2.3</version> |
233 | 233 | </dependency> |
234 | 234 | <dependency> |
235 | 235 | <groupId>io.jsonwebtoken</groupId> |
|
319 | 319 | <plugin> |
320 | 320 | <groupId>org.apache.maven.plugins</groupId> |
321 | 321 | <artifactId>maven-remote-resources-plugin</artifactId> |
322 | | - <version>3.0.0</version> |
| 322 | + <version>3.3.0</version> |
323 | 323 | <dependencies> |
324 | 324 | <dependency> |
325 | 325 | <groupId>org.apache.maven.shared</groupId> |
326 | 326 | <artifactId>maven-filtering</artifactId> |
327 | | - <version>3.3.0</version> |
| 327 | + <version>3.4.0</version> |
328 | 328 | </dependency> |
329 | 329 | </dependencies> |
330 | 330 | <configuration> |
|
0 commit comments