Skip to content

Commit 6c6bd80

Browse files
committed
dependency updates
1 parent d415327 commit 6c6bd80

File tree

14 files changed

+78
-63
lines changed

14 files changed

+78
-63
lines changed

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</plugin>
5555
<plugin>
5656
<artifactId>maven-clean-plugin</artifactId>
57-
<version>3.3.2</version>
57+
<version>3.4.0</version>
5858
<executions>
5959
<execution>
6060
<id>remove-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.3.0</version>
130+
<version>3.4.2</version>
131131
<configuration>
132132
<archive>
133133
<manifest>

data-service/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<!-- This plugin will set properties values using dependency information -->
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-dependency-plugin</artifactId>
39-
<version>3.6.1</version>
39+
<version>3.8.0</version>
4040
<executions>
4141
<execution>
4242
<goals>
@@ -96,7 +96,7 @@
9696
</plugin>
9797
<plugin>
9898
<artifactId>maven-clean-plugin</artifactId>
99-
<version>3.3.2</version>
99+
<version>3.4.0</version>
100100
</plugin>
101101
</plugins>
102102
</build>
@@ -131,17 +131,17 @@
131131
<dependency>
132132
<groupId>commons-net</groupId>
133133
<artifactId>commons-net</artifactId>
134-
<version>3.10.0</version>
134+
<version>3.11.1</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.apache.commons</groupId>
138138
<artifactId>commons-csv</artifactId>
139-
<version>1.10.0</version>
139+
<version>1.11.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.apache.commons</groupId>
143143
<artifactId>commons-lang3</artifactId>
144-
<version>3.14.0</version>
144+
<version>3.16.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>com.sun.mail</groupId>
@@ -166,7 +166,7 @@
166166
<dependency>
167167
<groupId>com.google.code.gson</groupId>
168168
<artifactId>gson</artifactId>
169-
<version>2.10.1</version>
169+
<version>2.11.0</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>org.jetbrains.xodus</groupId>

docker/pom.xml

Lines changed: 6 additions & 3 deletions
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.4.0</version>
37+
<version>3.4.3</version>
3838
<executions>
3939
<execution>
4040
<id>make-docker-image</id>
@@ -46,9 +46,12 @@
4646
<skip>${skipDocker}</skip>
4747
<from>
4848
<!--
49-
https://hub.docker.com/layers/library/eclipse-temurin/11-jre/images/sha256-efe41c483824a976f171445d8b294006c3724b438a15c92ec58c3183c4f34cc5
49+
https://hub.docker.com/layers/library/eclipse-temurin/11/images/sha256-10f2d98f22d80c9f594814a296a235f19f009557bcdc96b12719ebc1c0aa9d34
5050
-->
51-
<image>eclipse-temurin:11-jre@sha256:efe41c483824a976f171445d8b294006c3724b438a15c92ec58c3183c4f34cc5</image>
51+
<!--
52+
jdk 11.0.22+7
53+
-->
54+
<image>eclipse-temurin:11-jre@sha256:10f2d98f22d80c9f594814a296a235f19f009557bcdc96b12719ebc1c0aa9d34</image>
5255
</from>
5356
<to>
5457
<image>${dockerImageTag}</image>

onejar/pom.xml

Lines changed: 4 additions & 4 deletions
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.83</tomcat.version>
20+
<tomcat.version>9.0.93</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.3.0</version>
29+
<version>3.4.2</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.6.0</version>
44+
<version>3.7.1</version>
4545
<configuration>
4646
<appendAssemblyId>false</appendAssemblyId>
4747
<descriptors>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>commons-cli</groupId>
114114
<artifactId>commons-cli</artifactId>
115-
<version>1.6.0</version>
115+
<version>1.9.0</version>
116116
</dependency>
117117
</dependencies>
118118
</project>

pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<build.revision>0</build.revision> <!-- default in case not set on command line -->
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333

34-
<pwm.minimum.maven.version>3.6</pwm.minimum.maven.version>
34+
<pwm.minimum.maven.version>3.6.3</pwm.minimum.maven.version>
3535
<timestamp.iso>${maven.build.timestamp}</timestamp.iso>
3636
<maven.compiler.source>11</maven.compiler.source>
3737
<maven.compiler.target>11</maven.compiler.target>
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-javadoc-plugin</artifactId>
149-
<version>3.6.3</version>
149+
<version>3.8.0</version>
150150
<executions>
151151
<execution>
152152
<goals>
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>org.apache.maven.plugins</groupId>
184184
<artifactId>maven-source-plugin</artifactId>
185-
<version>3.3.0</version>
185+
<version>3.3.1</version>
186186
<executions>
187187
<execution>
188188
<goals>
@@ -219,7 +219,7 @@
219219
<plugin>
220220
<groupId>org.apache.maven.plugins</groupId>
221221
<artifactId>maven-enforcer-plugin</artifactId>
222-
<version>3.4.1</version>
222+
<version>3.5.0</version>
223223
<executions>
224224
<execution>
225225
<id>enforce-maven</id>
@@ -243,7 +243,7 @@
243243
<plugin>
244244
<groupId>org.apache.maven.plugins</groupId>
245245
<artifactId>maven-compiler-plugin</artifactId>
246-
<version>3.11.0</version>
246+
<version>3.13.0</version>
247247
<configuration>
248248
<source>${maven.compiler.source}</source>
249249
<target>${maven.compiler.target}</target>
@@ -255,12 +255,12 @@
255255
<plugin>
256256
<groupId>org.apache.maven.plugins</groupId>
257257
<artifactId>maven-checkstyle-plugin</artifactId>
258-
<version>3.3.1</version>
258+
<version>3.4.0 </version>
259259
<dependencies>
260260
<dependency>
261261
<groupId>com.puppycrawl.tools</groupId>
262262
<artifactId>checkstyle</artifactId>
263-
<version>10.12.6</version>
263+
<version>10.17.0</version>
264264
</dependency>
265265
</dependencies>
266266
<executions>
@@ -336,12 +336,12 @@
336336
<plugin>
337337
<groupId>com.github.spotbugs</groupId>
338338
<artifactId>spotbugs-maven-plugin</artifactId>
339-
<version>4.8.2.0</version>
339+
<version>4.8.6.2</version>
340340
<dependencies>
341341
<dependency>
342342
<groupId>com.github.spotbugs</groupId>
343343
<artifactId>spotbugs</artifactId>
344-
<version>4.8.2</version>
344+
<version>4.8.6</version>
345345
</dependency>
346346
</dependencies>
347347
<configuration>
@@ -389,7 +389,7 @@
389389
<plugin>
390390
<groupId>org.owasp</groupId>
391391
<artifactId>dependency-check-maven</artifactId>
392-
<version>9.0.4</version>
392+
<version>10.0.3</version>
393393
<executions>
394394
<execution>
395395
<goals>
@@ -434,7 +434,7 @@
434434
<plugin>
435435
<groupId>org.apache.maven.plugins</groupId>
436436
<artifactId>maven-dependency-plugin</artifactId>
437-
<version>3.6.1</version>
437+
<version>3.8.0</version>
438438
</plugin>
439439
</plugins>
440440
</build>
@@ -444,13 +444,13 @@
444444
<dependency>
445445
<groupId>org.projectlombok</groupId>
446446
<artifactId>lombok</artifactId>
447-
<version>1.18.30</version>
447+
<version>1.18.34</version>
448448
<scope>provided</scope>
449449
</dependency>
450450
<dependency>
451451
<groupId>com.github.spotbugs</groupId>
452452
<artifactId>spotbugs-annotations</artifactId>
453-
<version>4.8.2</version>
453+
<version>4.8.6</version>
454454
<scope>provided</scope>
455455
</dependency>
456456

@@ -464,19 +464,19 @@
464464
<dependency>
465465
<groupId>org.mockito</groupId>
466466
<artifactId>mockito-core</artifactId>
467-
<version>5.8.0</version>
467+
<version>5.12.0</version>
468468
<scope>test</scope>
469469
</dependency>
470470
<dependency>
471471
<groupId>org.assertj</groupId>
472472
<artifactId>assertj-core</artifactId>
473-
<version>3.24.2</version>
473+
<version>3.26.3</version>
474474
<scope>test</scope>
475475
</dependency>
476476
<dependency>
477477
<groupId>org.wiremock</groupId>
478-
<artifactId>wiremock</artifactId>
479-
<version>3.3.1</version>
478+
<artifactId>wiremock-standalone</artifactId>
479+
<version>3.9.1</version>
480480
<scope>test</scope>
481481
</dependency>
482482
<dependency>
@@ -500,7 +500,7 @@
500500
<dependency>
501501
<groupId>com.h2database</groupId>
502502
<artifactId>h2</artifactId>
503-
<version>2.2.224</version>
503+
<version>2.3.232</version>
504504
<scope>test</scope>
505505
</dependency>
506506
</dependencies>

rest-test-service/pom.xml

Lines changed: 2 additions & 2 deletions
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.10.1</version>
83+
<version>2.11.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>commons-io</groupId>
8787
<artifactId>commons-io</artifactId>
88-
<version>2.15.1</version>
88+
<version>2.16.1</version>
8989
</dependency>
9090
<!-- / library dependencies -->
9191
</dependencies>

0 commit comments

Comments
 (0)