Skip to content

Commit 76b5c11

Browse files
committed
dependency updates
1 parent 4a3fc75 commit 76b5c11

File tree

9 files changed

+5596
-3224
lines changed

9 files changed

+5596
-3224
lines changed

Diff for: client/angular/package-lock.json

+5,562-3,190
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: client/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<packaging>jar</packaging>
1515

1616
<properties>
17-
<node.version>v16.15.1</node.version>
18-
<npm.version>8.12.1</npm.version>
17+
<node.version>v16.17.1</node.version>
18+
<npm.version>8.19.2</npm.version>
1919
</properties>
2020

2121
<name>PWM Password Self Service: Angular Client JAR</name>
@@ -33,7 +33,7 @@
3333
<plugins>
3434
<plugin>
3535
<artifactId>maven-resources-plugin</artifactId>
36-
<version>3.2.0</version>
36+
<version>3.3.0</version>
3737
<executions>
3838
<execution>
3939
<id>copy-client-files</id>
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-jar-plugin</artifactId>
130-
<version>3.2.2</version>
130+
<version>3.3.0</version>
131131
<configuration>
132132
<archive>
133133
<manifestEntries>

Diff for: data-service/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</plugin>
6767
<plugin>
6868
<artifactId>maven-resources-plugin</artifactId>
69-
<version>3.2.0</version>
69+
<version>3.3.0</version>
7070
<executions>
7171
<execution>
7272
<id>copy-resources</id>
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>com.google.code.gson</groupId>
158158
<artifactId>gson</artifactId>
159-
<version>2.9.0</version>
159+
<version>2.9.1</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.jetbrains.xodus</groupId>

Diff for: docker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>com.google.cloud.tools</groupId>
3636
<artifactId>jib-maven-plugin</artifactId>
37-
<version>3.2.1</version>
37+
<version>3.3.0</version>
3838
<executions>
3939
<execution>
4040
<id>make-docker-image</id>

Diff for: onejar/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<name>PWM Password Self Service: Executable Server JAR</name>
1818

1919
<properties>
20-
<tomcat.version>9.0.65</tomcat.version>
20+
<tomcat.version>9.0.67</tomcat.version>
2121
</properties>
2222

2323
<build>
@@ -26,7 +26,7 @@
2626
<!-- prevent normal jar from being built -->
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-jar-plugin</artifactId>
29-
<version>3.2.2</version>
29+
<version>3.3.0</version>
3030
<executions>
3131
<execution>
3232
<id>default-jar</id>
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-assembly-plugin</artifactId>
44-
<version>3.4.1</version>
44+
<version>3.4.2</version>
4545
<configuration>
4646
<appendAssemblyId>false</appendAssemblyId>
4747
<descriptors>

Diff for: pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-javadoc-plugin</artifactId>
151-
<version>3.4.0</version>
151+
<version>3.4.1</version>
152152
<executions>
153153
<execution>
154154
<goals>
@@ -248,12 +248,12 @@
248248
<plugin>
249249
<groupId>org.apache.maven.plugins</groupId>
250250
<artifactId>maven-checkstyle-plugin</artifactId>
251-
<version>3.1.2</version>
251+
<version>3.2.0</version>
252252
<dependencies>
253253
<dependency>
254254
<groupId>com.puppycrawl.tools</groupId>
255255
<artifactId>checkstyle</artifactId>
256-
<version>10.3.1</version>
256+
<version>10.3.4</version>
257257
</dependency>
258258
</dependencies>
259259
<executions>
@@ -332,12 +332,12 @@
332332
<plugin>
333333
<groupId>com.github.spotbugs</groupId>
334334
<artifactId>spotbugs-maven-plugin</artifactId>
335-
<version>4.7.1.0</version>
335+
<version>4.7.2.0</version>
336336
<dependencies>
337337
<dependency>
338338
<groupId>com.github.spotbugs</groupId>
339339
<artifactId>spotbugs</artifactId>
340-
<version>4.7.1</version>
340+
<version>4.7.2</version>
341341
</dependency>
342342
</dependencies>
343343
<configuration>
@@ -385,7 +385,7 @@
385385
<plugin>
386386
<groupId>org.owasp</groupId>
387387
<artifactId>dependency-check-maven</artifactId>
388-
<version>7.1.1</version>
388+
<version>7.2.1</version>
389389
<executions>
390390
<execution>
391391
<goals>
@@ -446,7 +446,7 @@
446446
<dependency>
447447
<groupId>com.github.spotbugs</groupId>
448448
<artifactId>spotbugs-annotations</artifactId>
449-
<version>4.7.1</version>
449+
<version>4.7.2</version>
450450
<scope>provided</scope>
451451
</dependency>
452452

@@ -460,7 +460,7 @@
460460
<dependency>
461461
<groupId>org.mockito</groupId>
462462
<artifactId>mockito-core</artifactId>
463-
<version>4.6.1 </version>
463+
<version>4.8.0</version>
464464
<scope>test</scope>
465465
</dependency>
466466
<dependency>
@@ -472,7 +472,7 @@
472472
<dependency>
473473
<groupId>com.github.tomakehurst</groupId>
474474
<artifactId>wiremock-jre8</artifactId>
475-
<version>2.33.2</version>
475+
<version>2.34.0</version>
476476
<scope>test</scope>
477477
</dependency>
478478
<dependency>

Diff for: rest-test-service/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@
8080
<dependency>
8181
<groupId>com.google.code.gson</groupId>
8282
<artifactId>gson</artifactId>
83-
<version>2.9.0</version>
83+
<version>2.9.1</version>
8484
</dependency>
8585
<dependency>
86-
<groupId>org.apache.commons</groupId>
86+
<groupId>commons-io</groupId>
8787
<artifactId>commons-io</artifactId>
88-
<version>1.3.2</version>
88+
<version>2.11.0</version>
8989
</dependency>
9090
<!-- / library dependencies -->
9191
</dependencies>

Diff for: server/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</plugin>
7878
<plugin>
7979
<artifactId>maven-resources-plugin</artifactId>
80-
<version>3.2.0</version>
80+
<version>3.3.0</version>
8181
<executions>
8282
<execution>
8383
<id>replace-build-properties</id>
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-jar-plugin</artifactId>
107-
<version>3.2.2</version>
107+
<version>3.3.0</version>
108108
<configuration>
109109
<archive>
110110
<manifestEntries>
@@ -207,7 +207,7 @@
207207
<dependency>
208208
<groupId>org.apache.directory.api</groupId>
209209
<artifactId>api-all</artifactId>
210-
<version>2.1.0</version>
210+
<version>2.1.2</version>
211211
</dependency>
212212
<dependency>
213213
<groupId>commons-net</groupId>
@@ -217,7 +217,7 @@
217217
<dependency>
218218
<groupId>org.apache.commons</groupId>
219219
<artifactId>commons-text</artifactId>
220-
<version>1.9</version>
220+
<version>1.10.0</version>
221221
</dependency>
222222
<dependency>
223223
<groupId>org.apache.commons</groupId>
@@ -302,7 +302,7 @@
302302
<dependency>
303303
<groupId>com.google.code.gson</groupId>
304304
<artifactId>gson</artifactId>
305-
<version>2.9.0</version>
305+
<version>2.9.1</version>
306306
</dependency>
307307
<dependency>
308308
<groupId>com.blueconic</groupId>
@@ -318,7 +318,7 @@
318318
<dependency>
319319
<groupId>org.slf4j</groupId>
320320
<artifactId>slf4j-nop</artifactId>
321-
<version>2.0.0-alpha7</version>
321+
<version>2.0.3</version>
322322
</dependency>
323323
<dependency>
324324
<groupId>org.webjars</groupId>

Diff for: webapp/pom.xml

+6-6
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.4.1</version>
45+
<version>3.4.2</version>
4646
<configuration>
4747
<descriptors>
4848
<descriptor>src/build/assembly/release-bundle.xml</descriptor>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-assembly-plugin</artifactId>
72-
<version>3.4.1</version>
72+
<version>3.4.2</version>
7373
<executions>
7474
<execution>
7575
<id>make-ldif-schema-zip</id>
@@ -194,7 +194,7 @@
194194
<!-- builds xml file of dependencies and licenses for use in about page -->
195195
<groupId>com.github.jinnovations</groupId>
196196
<artifactId>attribution-maven-plugin</artifactId>
197-
<version>0.9.8</version>
197+
<version>0.9.9</version>
198198
<executions>
199199
<execution>
200200
<goals>
@@ -298,17 +298,17 @@
298298
<dependency>
299299
<groupId>org.webjars.npm</groupId>
300300
<artifactId>dojo</artifactId>
301-
<version>1.17.2</version>
301+
<version>1.17.3</version>
302302
</dependency>
303303
<dependency>
304304
<groupId>org.webjars.npm</groupId>
305305
<artifactId>dijit</artifactId>
306-
<version>1.17.2</version>
306+
<version>1.17.3</version>
307307
</dependency>
308308
<dependency>
309309
<groupId>org.webjars.npm</groupId>
310310
<artifactId>dojox</artifactId>
311-
<version>1.17.2</version>
311+
<version>1.17.3</version>
312312
</dependency>
313313
<dependency>
314314
<groupId>org.webjars.npm</groupId>

0 commit comments

Comments
 (0)