Skip to content

Commit 27dd9cc

Browse files
committed
Update packages and resolve vulnerabilities
1 parent eee32ae commit 27dd9cc

File tree

1 file changed

+51
-12
lines changed

1 file changed

+51
-12
lines changed

pom.xml

Lines changed: 51 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424

2525
<java.version>11</java.version>
2626
<oauth2.version>2.5.6</oauth2.version>
27-
<commonsio.version>2.11.0</commonsio.version>
27+
<commonsio.version>2.16.1</commonsio.version>
2828

2929
<esignature.version>4.6.0-RC1</esignature.version>
3030
<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>
3333
<admin.version>1.3.0</admin.version>
3434
<webforms.version>1.0.2-RC12</webforms.version>
3535
<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>
3939
</properties>
4040

4141
<dependencies>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>io.github.cdimascio</groupId>
5959
<artifactId>dotenv-java</artifactId>
60-
<version>2.2.0</version>
60+
<version>3.0.0</version>
6161
</dependency>
6262

6363
<dependency>
@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>org.json</groupId>
136136
<artifactId>json</artifactId>
137-
<version>20231013</version>
137+
<version>20240303</version>
138138
</dependency>
139139

140140
<!-- To compile JSP files -->
@@ -166,7 +166,6 @@
166166
<groupId>com.docusign</groupId>
167167
<artifactId>docusign-click-java</artifactId>
168168
<version>${click.version}</version>
169-
<classifier>shaded</classifier>
170169
</dependency>
171170

172171
<dependency>
@@ -179,14 +178,12 @@
179178
<groupId>com.docusign</groupId>
180179
<artifactId>docusign-monitor-java</artifactId>
181180
<version>${monitor.version}</version>
182-
<classifier>shaded</classifier>
183181
</dependency>
184182

185183
<dependency>
186184
<groupId>com.docusign</groupId>
187185
<artifactId>docusign-admin-java</artifactId>
188186
<version>${admin.version}</version>
189-
<classifier>shaded</classifier>
190187
</dependency>
191188

192189
<dependency>
@@ -248,13 +245,55 @@
248245
</build>
249246

250247
<dependencyManagement>
251-
252248
<dependencies>
253249
<dependency>
254250
<groupId>org.bouncycastle</groupId>
255251
<artifactId>bcprov-jdk15on</artifactId>
256252
<version>1.69</version>
257253
</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>
258297
</dependencies>
259298
</dependencyManagement>
260299
</project>

0 commit comments

Comments
 (0)