Skip to content

Commit 9fd838b

Browse files
committed
maven dependency updates
1 parent 5df623c commit 9fd838b

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</plugin>
5656
<plugin>
5757
<artifactId>maven-clean-plugin</artifactId>
58-
<version>3.2.0</version>
58+
<version>3.3.1</version>
5959
<executions>
6060
<execution>
6161
<id>remove-client-files</id>
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>com.github.eirslett</groupId>
9393
<artifactId>frontend-maven-plugin</artifactId>
94-
<version>1.12.1</version>
94+
<version>1.13.3</version>
9595
<configuration>
9696
<nodeVersion>${node.version}</nodeVersion>
9797
<npmVersion>${npm.version}</npmVersion>

data-service/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<!-- This plugin will set properties values using dependency information -->
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-dependency-plugin</artifactId>
46-
<version>3.5.0</version>
46+
<version>3.6.0</version>
4747
<executions>
4848
<execution>
4949
<goals>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-war-plugin</artifactId>
58-
<version>3.3.2</version>
58+
<version>3.4.0</version>
5959
<configuration>
6060
<archiveClasses>true</archiveClasses>
6161
<packagingExcludes>WEB-INF/classes</packagingExcludes>
@@ -124,7 +124,7 @@
124124
</plugin>
125125
<plugin>
126126
<artifactId>maven-clean-plugin</artifactId>
127-
<version>3.2.0</version>
127+
<version>3.3.1</version>
128128
</plugin>
129129

130130
<plugin>
@@ -234,7 +234,7 @@
234234
<dependency>
235235
<groupId>ch.qos.logback</groupId>
236236
<artifactId>logback-classic</artifactId>
237-
<version>1.4.7</version>
237+
<version>1.4.8</version>
238238
</dependency>
239239
</dependencies>
240240
</project>

lib-util/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@
9999
<dependency>
100100
<groupId>commons-codec</groupId>
101101
<artifactId>commons-codec</artifactId>
102-
<version>1.15</version>
102+
<version>1.16.0</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>commons-io</groupId>
106106
<artifactId>commons-io</artifactId>
107-
<version>2.11.0</version>
107+
<version>2.13.0</version>
108108
</dependency>
109109
</dependencies>
110110
</project>

onejar/pom.xml

Lines changed: 2 additions & 2 deletions
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.73</tomcat.version>
19+
<tomcat.version>9.0.76</tomcat.version>
2020
</properties>
2121

2222
<build>
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>org.apache.maven.plugins</groupId>
4242
<artifactId>maven-assembly-plugin</artifactId>
43-
<version>3.5.0</version>
43+
<version>3.6.0</version>
4444
<configuration>
4545
<appendAssemblyId>false</appendAssemblyId>
4646
<descriptors>

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,12 @@
216216
<plugin>
217217
<groupId>org.apache.maven.plugins</groupId>
218218
<artifactId>maven-checkstyle-plugin</artifactId>
219-
<version>3.2.2</version>
219+
<version>3.3.0</version>
220220
<dependencies>
221221
<dependency>
222222
<groupId>com.puppycrawl.tools</groupId>
223223
<artifactId>checkstyle</artifactId>
224-
<version>10.11.0</version>
224+
<version>10.12.1</version>
225225
</dependency>
226226
</dependencies>
227227
<executions>
@@ -363,7 +363,7 @@
363363
<plugin>
364364
<groupId>org.owasp</groupId>
365365
<artifactId>dependency-check-maven</artifactId>
366-
<version>8.2.1</version>
366+
<version>8.3.1</version>
367367
<executions>
368368
<execution>
369369
<goals>
@@ -381,7 +381,7 @@
381381
<plugin>
382382
<groupId>org.apache.maven.plugins</groupId>
383383
<artifactId>maven-dependency-plugin</artifactId>
384-
<version>3.5.0</version>
384+
<version>3.6.0</version>
385385
</plugin>
386386

387387
</plugins>
@@ -434,7 +434,7 @@
434434
<dependency>
435435
<groupId>org.projectlombok</groupId>
436436
<artifactId>lombok</artifactId>
437-
<version>1.18.26</version>
437+
<version>1.18.28</version>
438438
<scope>provided</scope>
439439
</dependency>
440440
<dependency>
@@ -448,7 +448,7 @@
448448
<dependency>
449449
<groupId>org.junit.jupiter</groupId>
450450
<artifactId>junit-jupiter</artifactId>
451-
<version>5.9.2</version>
451+
<version>5.10.0-M1</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.3.1</version>
463+
<version>5.4.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-8</version>
469+
<version>3.0.0-beta-10</version>
470470
<scope>test</scope>
471471
</dependency>
472472
<dependency>

rest-test-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>org.apache.maven.plugins</groupId>
3131
<artifactId>maven-war-plugin</artifactId>
32-
<version>3.3.2</version>
32+
<version>3.4.0</version>
3333
<configuration>
3434
<archiveClasses>true</archiveClasses>
3535
<packagingExcludes>WEB-INF/classes</packagingExcludes>

server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
<dependency>
219219
<groupId>ch.qos.logback</groupId>
220220
<artifactId>logback-classic</artifactId>
221-
<version>1.4.7</version>
221+
<version>1.4.8</version>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.slf4j</groupId>
@@ -275,7 +275,7 @@
275275
<dependency>
276276
<groupId>org.webjars</groupId>
277277
<artifactId>webjars-locator-core</artifactId>
278-
<version>0.52</version>
278+
<version>0.53</version>
279279
</dependency>
280280
<dependency>
281281
<groupId>com.github.ben-manes.caffeine</groupId>

source/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-assembly-plugin</artifactId>
45-
<version>3.5.0</version>
45+
<version>3.6.0</version>
4646
<executions>
4747
<execution>
4848
<goals>

webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-dependency-plugin</artifactId>
45-
<version>3.5.0</version>
45+
<version>3.6.0</version>
4646
<executions>
4747
<execution>
4848
<id>copy-ldif-zip</id>
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-war-plugin</artifactId>
90-
<version>3.3.2</version>
90+
<version>3.4.0</version>
9191
<configuration>
9292
<archiveClasses>false</archiveClasses>
9393
<packagingExcludes>**/*.jsp</packagingExcludes>

0 commit comments

Comments
 (0)