Skip to content

Commit 0f2a2ac

Browse files
committed
maintenance
1 parent cf83a8e commit 0f2a2ac

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
<oauth2.version>2.5.6</oauth2.version>
2727
<commonsio.version>2.16.1</commonsio.version>
2828

29-
<esignature.version>6.1.0-RC1</esignature.version>
29+
<esignature.version>6.2.0</esignature.version>
3030
<rooms.version>1.4.3</rooms.version>
3131
<click.version>1.5.0</click.version>
3232
<monitor.version>1.4.0</monitor.version>
33-
<admin.version>2.0.0-RC2</admin.version>
33+
<admin.version>2.0.0</admin.version>
3434
<webforms.version>2.0.0-RC1</webforms.version>
3535
<swagger-core-version>2.2.22</swagger-core-version>
3636
<jackson-version>2.17.2</jackson-version>
37-
<jersey2.version>3.0.9</jersey2.version>
37+
<jersey2.version>3.1.10</jersey2.version>
3838
</properties>
3939

4040
<dependencies>
@@ -56,16 +56,16 @@
5656
<dependency>
5757
<groupId>io.github.cdimascio</groupId>
5858
<artifactId>dotenv-java</artifactId>
59-
<version>3.0.1</version>
59+
<version>3.2.0</version>
6060
</dependency>
6161

6262
<dependency>
6363
<groupId>org.projectlombok</groupId>
6464
<artifactId>lombok</artifactId>
65-
<version>1.18.34</version>
65+
<version>1.18.38</version>
6666
<scope>provided</scope>
6767
</dependency>
68-
68+
6969
<dependency>
7070
<groupId>org.apache.commons</groupId>
7171
<artifactId>commons-lang3</artifactId>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>commons-codec</groupId>
125125
<artifactId>commons-codec</artifactId>
126-
<version>1.17.1</version>
126+
<version>1.18.0</version>
127127
</dependency>
128128

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

140140
<!-- To compile JSP files -->
@@ -235,7 +235,7 @@
235235
<path>
236236
<groupId>org.projectlombok</groupId>
237237
<artifactId>lombok</artifactId>
238-
<version>1.18.34</version>
238+
<version>1.18.38</version>
239239
</path>
240240
</annotationProcessorPaths>
241241
</configuration>
@@ -244,7 +244,7 @@
244244
<plugin>
245245
<groupId>org.apache.maven.plugins</groupId>
246246
<artifactId>maven-checkstyle-plugin</artifactId>
247-
<version>3.4.0</version>
247+
<version>3.6.0</version>
248248
<configuration>
249249
<configLocation>checkstyle.xml</configLocation>
250250
<violationSeverity>warning</violationSeverity>
@@ -271,19 +271,19 @@
271271
<dependency>
272272
<groupId>org.yaml</groupId>
273273
<artifactId>snakeyaml</artifactId>
274-
<version>2.2</version>
274+
<version>2.4</version>
275275
</dependency>
276276

277277
<dependency>
278278
<groupId>net.minidev</groupId>
279279
<artifactId>json-smart</artifactId>
280-
<version>2.5.1</version>
280+
<version>2.5.2</version>
281281
</dependency>
282282

283283
<dependency>
284284
<groupId>com.nimbusds</groupId>
285285
<artifactId>nimbus-jose-jwt</artifactId>
286-
<version>9.40</version>
286+
<version>10.3</version>
287287
</dependency>
288288

289289
<dependency>
@@ -313,15 +313,15 @@
313313
<dependency>
314314
<groupId>ch.qos.logback</groupId>
315315
<artifactId>logback-core</artifactId>
316-
<version>1.5.6</version>
316+
<version>1.5.18</version>
317317
</dependency>
318318

319319
<dependency>
320320
<groupId>ch.qos.logback</groupId>
321321
<artifactId>logback-classic</artifactId>
322-
<version>1.5.6</version>
322+
<version>1.5.18</version>
323323
<scope>test</scope>
324324
</dependency>
325325
</dependencies>
326326
</dependencyManagement>
327-
</project>
327+
</project>

0 commit comments

Comments
 (0)