|
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <artifactId>disputes-api</artifactId> |
13 | | - <version>0.0.3</version> |
| 13 | + <version>0.0.4</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> |
|
308 | 308 | <plugin> |
309 | 309 | <groupId>org.apache.maven.plugins</groupId> |
310 | 310 | <artifactId>maven-remote-resources-plugin</artifactId> |
311 | | - <version>3.0.0</version> |
| 311 | + <version>3.3.0</version> |
312 | 312 | <dependencies> |
313 | 313 | <dependency> |
314 | 314 | <groupId>org.apache.maven.shared</groupId> |
315 | 315 | <artifactId>maven-filtering</artifactId> |
316 | | - <version>3.3.0</version> |
| 316 | + <version>3.4.0</version> |
317 | 317 | </dependency> |
318 | 318 | </dependencies> |
319 | 319 | <configuration> |
|
0 commit comments