|
26 | 26 | <oauth2.version>2.5.6</oauth2.version> |
27 | 27 | <commonsio.version>2.16.1</commonsio.version> |
28 | 28 |
|
29 | | - <esignature.version>5.0.0-RC1</esignature.version> |
| 29 | + <esignature.version>6.0.0</esignature.version> |
30 | 30 | <rooms.version>1.4.3</rooms.version> |
31 | 31 | <click.version>1.5.0</click.version> |
32 | 32 | <monitor.version>1.4.0</monitor.version> |
33 | 33 | <admin.version>1.3.0</admin.version> |
34 | 34 | <webforms.version>1.0.2-RC12</webforms.version> |
35 | 35 | <maestro.version>2.0.0-RC1</maestro.version> |
36 | | - <swagger-core-version>2.2.21</swagger-core-version> |
37 | | - <jackson-version>2.17.0</jackson-version> |
38 | | - <jersey2.version>3.1.6</jersey2.version> |
| 36 | + <swagger-core-version>2.2.22</swagger-core-version> |
| 37 | + <jackson-version>2.17.2</jackson-version> |
| 38 | + <jersey2.version>3.1.8</jersey2.version> |
39 | 39 | </properties> |
40 | 40 |
|
41 | 41 | <dependencies> |
|
57 | 57 | <dependency> |
58 | 58 | <groupId>io.github.cdimascio</groupId> |
59 | 59 | <artifactId>dotenv-java</artifactId> |
60 | | - <version>3.0.0</version> |
| 60 | + <version>3.0.1</version> |
61 | 61 | </dependency> |
62 | 62 |
|
63 | 63 | <dependency> |
64 | 64 | <groupId>org.projectlombok</groupId> |
65 | 65 | <artifactId>lombok</artifactId> |
66 | | - <version>1.18.32</version> |
| 66 | + <version>1.18.34</version> |
67 | 67 | <optional>true</optional> |
68 | 68 | </dependency> |
69 | 69 | <dependency> |
|
123 | 123 | <dependency> |
124 | 124 | <groupId>commons-codec</groupId> |
125 | 125 | <artifactId>commons-codec</artifactId> |
126 | | - <version>1.16.1</version> |
| 126 | + <version>1.17.1</version> |
127 | 127 | </dependency> |
128 | 128 |
|
129 | 129 | <dependency> |
|
234 | 234 | <plugin> |
235 | 235 | <groupId>org.apache.maven.plugins</groupId> |
236 | 236 | <artifactId>maven-checkstyle-plugin</artifactId> |
237 | | - <version>3.1.2</version> |
| 237 | + <version>3.4.0</version> |
238 | 238 | <configuration> |
239 | 239 | <configLocation>checkstyle.xml</configLocation> |
240 | 240 | <violationSeverity>warning</violationSeverity> |
|
249 | 249 | <dependency> |
250 | 250 | <groupId>org.bouncycastle</groupId> |
251 | 251 | <artifactId>bcprov-jdk15on</artifactId> |
252 | | - <version>1.69</version> |
| 252 | + <version>1.78</version> |
253 | 253 | </dependency> |
254 | 254 |
|
255 | 255 | <dependency> |
|
273 | 273 | <dependency> |
274 | 274 | <groupId>com.nimbusds</groupId> |
275 | 275 | <artifactId>nimbus-jose-jwt</artifactId> |
276 | | - <version>9.37.3</version> |
| 276 | + <version>9.40</version> |
277 | 277 | </dependency> |
278 | 278 |
|
279 | 279 | <dependency> |
|
285 | 285 | <dependency> |
286 | 286 | <groupId>ch.qos.logback</groupId> |
287 | 287 | <artifactId>logback-core</artifactId> |
288 | | - <version>1.3.14</version> |
| 288 | + <version>1.5.6</version> |
289 | 289 | </dependency> |
290 | 290 |
|
291 | 291 | <dependency> |
292 | 292 | <groupId>ch.qos.logback</groupId> |
293 | 293 | <artifactId>logback-classic</artifactId> |
294 | | - <version>1.3.14</version> |
| 294 | + <version>1.5.6</version> |
295 | 295 | <scope>test</scope> |
296 | 296 | </dependency> |
297 | 297 | </dependencies> |
|
0 commit comments