Skip to content

Commit 529dc0c

Browse files
committed
maven dependency updates
1 parent 9fd838b commit 529dc0c

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

data-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,12 @@
229229
<dependency>
230230
<groupId>org.slf4j</groupId>
231231
<artifactId>slf4j-api</artifactId>
232-
<version>2.0.7</version>
232+
<version>2.0.9</version>
233233
</dependency>
234234
<dependency>
235235
<groupId>ch.qos.logback</groupId>
236236
<artifactId>logback-classic</artifactId>
237-
<version>1.4.8</version>
237+
<version>1.4.11</version>
238238
</dependency>
239239
</dependencies>
240240
</project>

lib-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.apache.commons</groupId>
8181
<artifactId>commons-lang3</artifactId>
82-
<version>3.12.0</version>
82+
<version>3.13.0</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.apache.commons</groupId>

onejar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<name>PWM Password Self Service: Executable Server JAR</name>
1717

1818
<properties>
19-
<tomcat.version>9.0.76</tomcat.version>
19+
<tomcat.version>9.0.80</tomcat.version>
2020
</properties>
2121

2222
<build>

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-enforcer-plugin</artifactId>
183-
<version>3.3.0</version>
183+
<version>3.4.1</version>
184184
<executions>
185185
<execution>
186186
<id>enforce-maven</id>
@@ -221,7 +221,7 @@
221221
<dependency>
222222
<groupId>com.puppycrawl.tools</groupId>
223223
<artifactId>checkstyle</artifactId>
224-
<version>10.12.1</version>
224+
<version>10.12.3</version>
225225
</dependency>
226226
</dependencies>
227227
<executions>
@@ -300,7 +300,7 @@
300300
<plugin>
301301
<groupId>com.github.spotbugs</groupId>
302302
<artifactId>spotbugs-maven-plugin</artifactId>
303-
<version>4.7.3.4</version>
303+
<version>4.7.3.5</version>
304304
<dependencies>
305305
<dependency>
306306
<groupId>com.github.spotbugs</groupId>
@@ -363,7 +363,7 @@
363363
<plugin>
364364
<groupId>org.owasp</groupId>
365365
<artifactId>dependency-check-maven</artifactId>
366-
<version>8.3.1</version>
366+
<version>8.4.0</version>
367367
<executions>
368368
<execution>
369369
<goals>
@@ -390,7 +390,7 @@
390390
<plugin>
391391
<groupId>org.apache.maven.plugins</groupId>
392392
<artifactId>maven-surefire-plugin</artifactId>
393-
<version>3.1.0</version>
393+
<version>3.1.2</version>
394394
<executions>
395395
<execution>
396396
<id>default-test</id>
@@ -448,7 +448,7 @@
448448
<dependency>
449449
<groupId>org.junit.jupiter</groupId>
450450
<artifactId>junit-jupiter</artifactId>
451-
<version>5.10.0-M1</version>
451+
<version>5.10.0</version>
452452
<scope>test</scope>
453453
</dependency>
454454
<dependency>
@@ -460,13 +460,13 @@
460460
<dependency>
461461
<groupId>org.mockito</groupId>
462462
<artifactId>mockito-core</artifactId>
463-
<version>5.4.0</version>
463+
<version>5.5.0</version>
464464
<scope>test</scope>
465465
</dependency>
466466
<dependency>
467467
<groupId>com.github.tomakehurst</groupId>
468468
<artifactId>wiremock</artifactId>
469-
<version>3.0.0-beta-10</version>
469+
<version>3.0.1</version>
470470
<scope>test</scope>
471471
</dependency>
472472
<dependency>
@@ -478,13 +478,13 @@
478478
<dependency>
479479
<groupId>org.openjdk.jmh</groupId>
480480
<artifactId>jmh-core</artifactId>
481-
<version>1.36</version>
481+
<version>1.37</version>
482482
<scope>test</scope>
483483
</dependency>
484484
<dependency>
485485
<groupId>org.openjdk.jmh</groupId>
486486
<artifactId>jmh-generator-annprocess</artifactId>
487-
<version>1.36</version>
487+
<version>1.37</version>
488488
<scope>test</scope>
489489
</dependency>
490490
</dependencies>

server/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>org.apache.directory.api</groupId>
185185
<artifactId>api-all</artifactId>
186-
<version>2.1.3</version>
186+
<version>2.1.4</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>org.apache.commons</groupId>
@@ -218,17 +218,17 @@
218218
<dependency>
219219
<groupId>ch.qos.logback</groupId>
220220
<artifactId>logback-classic</artifactId>
221-
<version>1.4.8</version>
221+
<version>1.4.11</version>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.slf4j</groupId>
225225
<artifactId>slf4j-api</artifactId>
226-
<version>2.0.7</version>
226+
<version>2.0.9</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>org.slf4j</groupId>
230230
<artifactId>log4j-over-slf4j</artifactId>
231-
<version>2.0.7</version>
231+
<version>2.0.9</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>org.jasig.cas.client</groupId>
@@ -264,7 +264,7 @@
264264
<dependency>
265265
<groupId>com.blueconic</groupId>
266266
<artifactId>browscap-java</artifactId>
267-
<version>1.4.0</version>
267+
<version>1.4.1</version>
268268
</dependency>
269269
<dependency>
270270
<groupId>org.jetbrains.xodus</groupId>
@@ -280,24 +280,24 @@
280280
<dependency>
281281
<groupId>com.github.ben-manes.caffeine</groupId>
282282
<artifactId>caffeine</artifactId>
283-
<version>3.1.6</version>
283+
<version>3.1.8</version>
284284
</dependency>
285285
<dependency>
286286
<groupId>com.nulab-inc</groupId>
287287
<artifactId>zxcvbn</artifactId>
288-
<version>1.7.0</version>
288+
<version>1.8.2</version>
289289
</dependency>
290290

291291
<dependency>
292292
<!-- added newer dependency of xodus-environment -->
293293
<groupId>org.apache.commons</groupId>
294294
<artifactId>commons-compress</artifactId>
295-
<version>1.23.0</version>
295+
<version>1.24.0</version>
296296
</dependency>
297297
<dependency>
298298
<groupId>org.apache.tomcat.embed</groupId>
299299
<artifactId>tomcat-embed-core</artifactId>
300-
<version>9.0.73</version>
300+
<version>9.0.80</version>
301301
<scope>test</scope>
302302
</dependency>
303303
</dependencies>

0 commit comments

Comments
 (0)