Skip to content

Commit 53172c9

Browse files
authored
Merge branch 'master' into added-iam-examples
Signed-off-by: Anna Hileta <[email protected]>
2 parents 7ae62d1 + 24f1b8c commit 53172c9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
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
<iam.version>0.0.1-alpha.1</iam.version>
3636
<swagger-core-version>2.2.22</swagger-core-version>
3737
<jackson-version>2.17.2</jackson-version>
38-
<jersey2.version>3.0.9</jersey2.version>
38+
<jersey2.version>3.1.10</jersey2.version>
3939
</properties>
4040

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

6363
<dependency>
6464
<groupId>org.projectlombok</groupId>
6565
<artifactId>lombok</artifactId>
66-
<version>1.18.34</version>
66+
<version>1.18.38</version>
6767
<scope>provided</scope>
6868
</dependency>
6969

@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>commons-codec</groupId>
126126
<artifactId>commons-codec</artifactId>
127-
<version>1.17.1</version>
127+
<version>1.18.0</version>
128128
</dependency>
129129

130130
<dependency>
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>org.json</groupId>
137137
<artifactId>json</artifactId>
138-
<version>20240303</version>
138+
<version>20250517</version>
139139
</dependency>
140140

141141
<!-- To compile JSP files -->
@@ -242,7 +242,7 @@
242242
<path>
243243
<groupId>org.projectlombok</groupId>
244244
<artifactId>lombok</artifactId>
245-
<version>1.18.34</version>
245+
<version>1.18.38</version>
246246
</path>
247247
</annotationProcessorPaths>
248248
</configuration>
@@ -251,7 +251,7 @@
251251
<plugin>
252252
<groupId>org.apache.maven.plugins</groupId>
253253
<artifactId>maven-checkstyle-plugin</artifactId>
254-
<version>3.4.0</version>
254+
<version>3.6.0</version>
255255
<configuration>
256256
<configLocation>checkstyle.xml</configLocation>
257257
<violationSeverity>warning</violationSeverity>
@@ -277,19 +277,19 @@
277277
<dependency>
278278
<groupId>org.yaml</groupId>
279279
<artifactId>snakeyaml</artifactId>
280-
<version>2.2</version>
280+
<version>2.4</version>
281281
</dependency>
282282

283283
<dependency>
284284
<groupId>net.minidev</groupId>
285285
<artifactId>json-smart</artifactId>
286-
<version>2.5.1</version>
286+
<version>2.5.2</version>
287287
</dependency>
288288

289289
<dependency>
290290
<groupId>com.nimbusds</groupId>
291291
<artifactId>nimbus-jose-jwt</artifactId>
292-
<version>9.40</version>
292+
<version>10.3</version>
293293
</dependency>
294294

295295
<dependency>
@@ -319,13 +319,13 @@
319319
<dependency>
320320
<groupId>ch.qos.logback</groupId>
321321
<artifactId>logback-core</artifactId>
322-
<version>1.5.6</version>
322+
<version>1.5.18</version>
323323
</dependency>
324324

325325
<dependency>
326326
<groupId>ch.qos.logback</groupId>
327327
<artifactId>logback-classic</artifactId>
328-
<version>1.5.6</version>
328+
<version>1.5.18</version>
329329
<scope>test</scope>
330330
</dependency>
331331
</dependencies>

0 commit comments

Comments
 (0)