|
26 | 26 | <oauth2.version>2.5.6</oauth2.version> |
27 | 27 | <commonsio.version>2.16.1</commonsio.version> |
28 | 28 |
|
29 | | - <esignature.version>6.1.0-RC1</esignature.version> |
| 29 | + <esignature.version>6.2.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 | | - <admin.version>2.0.0-RC2</admin.version> |
| 33 | + <admin.version>2.0.0</admin.version> |
34 | 34 | <webforms.version>2.0.0-RC1</webforms.version> |
35 | 35 | <iam.version>0.0.1-alpha.1</iam.version> |
36 | 36 | <swagger-core-version>2.2.22</swagger-core-version> |
37 | 37 | <jackson-version>2.17.2</jackson-version> |
38 | | - <jersey2.version>3.0.9</jersey2.version> |
| 38 | + <jersey2.version>3.1.10</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.1</version> |
| 60 | + <version>3.2.0</version> |
61 | 61 | </dependency> |
62 | 62 |
|
63 | 63 | <dependency> |
64 | 64 | <groupId>org.projectlombok</groupId> |
65 | 65 | <artifactId>lombok</artifactId> |
66 | | - <version>1.18.34</version> |
| 66 | + <version>1.18.38</version> |
67 | 67 | <scope>provided</scope> |
68 | 68 | </dependency> |
69 | 69 |
|
|
124 | 124 | <dependency> |
125 | 125 | <groupId>commons-codec</groupId> |
126 | 126 | <artifactId>commons-codec</artifactId> |
127 | | - <version>1.17.1</version> |
| 127 | + <version>1.18.0</version> |
128 | 128 | </dependency> |
129 | 129 |
|
130 | 130 | <dependency> |
|
135 | 135 | <dependency> |
136 | 136 | <groupId>org.json</groupId> |
137 | 137 | <artifactId>json</artifactId> |
138 | | - <version>20240303</version> |
| 138 | + <version>20250517</version> |
139 | 139 | </dependency> |
140 | 140 |
|
141 | 141 | <!-- To compile JSP files --> |
|
242 | 242 | <path> |
243 | 243 | <groupId>org.projectlombok</groupId> |
244 | 244 | <artifactId>lombok</artifactId> |
245 | | - <version>1.18.34</version> |
| 245 | + <version>1.18.38</version> |
246 | 246 | </path> |
247 | 247 | </annotationProcessorPaths> |
248 | 248 | </configuration> |
|
251 | 251 | <plugin> |
252 | 252 | <groupId>org.apache.maven.plugins</groupId> |
253 | 253 | <artifactId>maven-checkstyle-plugin</artifactId> |
254 | | - <version>3.4.0</version> |
| 254 | + <version>3.6.0</version> |
255 | 255 | <configuration> |
256 | 256 | <configLocation>checkstyle.xml</configLocation> |
257 | 257 | <violationSeverity>warning</violationSeverity> |
|
277 | 277 | <dependency> |
278 | 278 | <groupId>org.yaml</groupId> |
279 | 279 | <artifactId>snakeyaml</artifactId> |
280 | | - <version>2.2</version> |
| 280 | + <version>2.4</version> |
281 | 281 | </dependency> |
282 | 282 |
|
283 | 283 | <dependency> |
284 | 284 | <groupId>net.minidev</groupId> |
285 | 285 | <artifactId>json-smart</artifactId> |
286 | | - <version>2.5.1</version> |
| 286 | + <version>2.5.2</version> |
287 | 287 | </dependency> |
288 | 288 |
|
289 | 289 | <dependency> |
290 | 290 | <groupId>com.nimbusds</groupId> |
291 | 291 | <artifactId>nimbus-jose-jwt</artifactId> |
292 | | - <version>9.40</version> |
| 292 | + <version>10.3</version> |
293 | 293 | </dependency> |
294 | 294 |
|
295 | 295 | <dependency> |
|
319 | 319 | <dependency> |
320 | 320 | <groupId>ch.qos.logback</groupId> |
321 | 321 | <artifactId>logback-core</artifactId> |
322 | | - <version>1.5.6</version> |
| 322 | + <version>1.5.18</version> |
323 | 323 | </dependency> |
324 | 324 |
|
325 | 325 | <dependency> |
326 | 326 | <groupId>ch.qos.logback</groupId> |
327 | 327 | <artifactId>logback-classic</artifactId> |
328 | | - <version>1.5.6</version> |
| 328 | + <version>1.5.18</version> |
329 | 329 | <scope>test</scope> |
330 | 330 | </dependency> |
331 | 331 | </dependencies> |
|
0 commit comments