|
7 | 7 | <parent>
|
8 | 8 | <groupId>org.springframework.boot</groupId>
|
9 | 9 | <artifactId>spring-boot-starter-parent</artifactId>
|
10 |
| - <version>2.5.12</version> |
| 10 | + <version>2.7.18</version> |
11 | 11 | <relativePath />
|
12 | 12 | </parent>
|
13 | 13 |
|
|
24 | 24 |
|
25 | 25 | <java.version>11</java.version>
|
26 | 26 | <oauth2.version>2.5.6</oauth2.version>
|
27 |
| - <commonsio.version>2.11.0</commonsio.version> |
| 27 | + <commonsio.version>2.16.1</commonsio.version> |
28 | 28 |
|
29 | 29 | <esignature.version>4.6.0-RC1</esignature.version>
|
30 | 30 | <rooms.version>1.4.3</rooms.version>
|
31 |
| - <click.version> 1.4.0</click.version> |
32 |
| - <monitor.version>1.3.0</monitor.version> |
| 31 | + <click.version>1.5.0</click.version> |
| 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>1.0.0-RC1</maestro.version>
|
36 |
| - <swagger-core-version>2.2.8</swagger-core-version> |
37 |
| - <jackson-version>2.14.2</jackson-version> |
38 |
| - <jersey2.version>3.0.9</jersey2.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> |
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>2.2.0</version> |
| 60 | + <version>3.0.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.22</version> |
| 66 | + <version>1.18.32</version> |
67 | 67 | <optional>true</optional>
|
68 | 68 | </dependency>
|
69 | 69 | <dependency>
|
|
106 | 106 | <dependency>
|
107 | 107 | <groupId>jakarta.ws.rs</groupId>
|
108 | 108 | <artifactId>jakarta.ws.rs-api</artifactId>
|
109 |
| - <version>2.1.6</version> |
| 109 | + <version>3.1.0</version> |
110 | 110 | </dependency>
|
111 | 111 |
|
112 | 112 | <dependency>
|
|
123 | 123 | <dependency>
|
124 | 124 | <groupId>commons-codec</groupId>
|
125 | 125 | <artifactId>commons-codec</artifactId>
|
126 |
| - <version>1.15</version> |
| 126 | + <version>1.16.1</version> |
127 | 127 | </dependency>
|
128 | 128 |
|
129 | 129 | <dependency>
|
|
134 | 134 | <dependency>
|
135 | 135 | <groupId>org.json</groupId>
|
136 | 136 | <artifactId>json</artifactId>
|
137 |
| - <version>20231013</version> |
| 137 | + <version>20240303</version> |
138 | 138 | </dependency>
|
139 | 139 |
|
140 | 140 | <!-- To compile JSP files -->
|
|
166 | 166 | <groupId>com.docusign</groupId>
|
167 | 167 | <artifactId>docusign-click-java</artifactId>
|
168 | 168 | <version>${click.version}</version>
|
169 |
| - <classifier>shaded</classifier> |
170 | 169 | </dependency>
|
171 | 170 |
|
172 | 171 | <dependency>
|
|
179 | 178 | <groupId>com.docusign</groupId>
|
180 | 179 | <artifactId>docusign-monitor-java</artifactId>
|
181 | 180 | <version>${monitor.version}</version>
|
182 |
| - <classifier>shaded</classifier> |
183 | 181 | </dependency>
|
184 | 182 |
|
185 | 183 | <dependency>
|
186 | 184 | <groupId>com.docusign</groupId>
|
187 | 185 | <artifactId>docusign-admin-java</artifactId>
|
188 | 186 | <version>${admin.version}</version>
|
189 |
| - <classifier>shaded</classifier> |
190 | 187 | </dependency>
|
191 | 188 |
|
192 | 189 | <dependency>
|
|
207 | 204 | </dependency>
|
208 | 205 |
|
209 | 206 | <dependency>
|
210 |
| - <groupId>junit</groupId> |
211 |
| - <artifactId>junit</artifactId> |
| 207 | + <groupId>org.junit.jupiter</groupId> |
| 208 | + <artifactId>junit-jupiter-api</artifactId> |
212 | 209 | <scope>test</scope>
|
213 | 210 | </dependency>
|
214 | 211 |
|
|
248 | 245 | </build>
|
249 | 246 |
|
250 | 247 | <dependencyManagement>
|
251 |
| - |
252 | 248 | <dependencies>
|
253 | 249 | <dependency>
|
254 | 250 | <groupId>org.bouncycastle</groupId>
|
255 | 251 | <artifactId>bcprov-jdk15on</artifactId>
|
256 | 252 | <version>1.69</version>
|
257 | 253 | </dependency>
|
| 254 | + |
| 255 | + <dependency> |
| 256 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 257 | + <artifactId>jackson-databind</artifactId> |
| 258 | + <version>2.13.5</version> |
| 259 | + </dependency> |
| 260 | + |
| 261 | + <dependency> |
| 262 | + <groupId>org.yaml</groupId> |
| 263 | + <artifactId>snakeyaml</artifactId> |
| 264 | + <version>2.2</version> |
| 265 | + </dependency> |
| 266 | + |
| 267 | + <dependency> |
| 268 | + <groupId>net.minidev</groupId> |
| 269 | + <artifactId>json-smart</artifactId> |
| 270 | + <version>2.5.1</version> |
| 271 | + </dependency> |
| 272 | + |
| 273 | + <dependency> |
| 274 | + <groupId>com.nimbusds</groupId> |
| 275 | + <artifactId>nimbus-jose-jwt</artifactId> |
| 276 | + <version>9.37.3</version> |
| 277 | + </dependency> |
| 278 | + |
| 279 | + <dependency> |
| 280 | + <groupId>org.springframework.security</groupId> |
| 281 | + <artifactId>spring-security-core</artifactId> |
| 282 | + <version>5.7.12</version> |
| 283 | + </dependency> |
| 284 | + |
| 285 | + <dependency> |
| 286 | + <groupId>ch.qos.logback</groupId> |
| 287 | + <artifactId>logback-core</artifactId> |
| 288 | + <version>1.3.14</version> |
| 289 | + </dependency> |
| 290 | + |
| 291 | + <dependency> |
| 292 | + <groupId>ch.qos.logback</groupId> |
| 293 | + <artifactId>logback-classic</artifactId> |
| 294 | + <version>1.3.14</version> |
| 295 | + <scope>test</scope> |
| 296 | + </dependency> |
258 | 297 | </dependencies>
|
259 | 298 | </dependencyManagement>
|
260 | 299 | </project>
|
0 commit comments