Skip to content

Commit 32d68bb

Browse files
committed
maven dependency updates
1 parent d2498b9 commit 32d68bb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

data-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>org.apache.commons</groupId>
128128
<artifactId>commons-csv</artifactId>
129-
<version>1.9.0</version>
129+
<version>1.10.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.apache.commons</groupId>

onejar/pom.xml

Lines changed: 1 addition & 1 deletion
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.67</tomcat.version>
20+
<tomcat.version>9.0.71</tomcat.version>
2121
</properties>
2222

2323
<build>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
214214
<artifactId>maven-enforcer-plugin</artifactId>
215-
<version>3.1.0</version>
215+
<version>3.2.1</version>
216216
<executions>
217217
<execution>
218218
<id>enforce-maven</id>
@@ -253,7 +253,7 @@
253253
<dependency>
254254
<groupId>com.puppycrawl.tools</groupId>
255255
<artifactId>checkstyle</artifactId>
256-
<version>10.6.0</version>
256+
<version>10.7.0</version>
257257
</dependency>
258258
</dependencies>
259259
<executions>
@@ -385,7 +385,7 @@
385385
<plugin>
386386
<groupId>org.owasp</groupId>
387387
<artifactId>dependency-check-maven</artifactId>
388-
<version>8.0.1</version>
388+
<version>8.0.2</version>
389389
<executions>
390390
<execution>
391391
<goals>
@@ -460,7 +460,7 @@
460460
<dependency>
461461
<groupId>org.mockito</groupId>
462462
<artifactId>mockito-core</artifactId>
463-
<version>5.0.0</version>
463+
<version>5.1.1</version>
464464
<scope>test</scope>
465465
</dependency>
466466
<dependency>

server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<dependency>
223223
<groupId>org.apache.commons</groupId>
224224
<artifactId>commons-csv</artifactId>
225-
<version>1.9.0</version>
225+
<version>1.10.0</version>
226226
</dependency>
227227
<dependency>
228228
<groupId>commons-fileupload</groupId>
@@ -307,7 +307,7 @@
307307
<dependency>
308308
<groupId>com.blueconic</groupId>
309309
<artifactId>browscap-java</artifactId>
310-
<version>1.3.13</version>
310+
<version>1.4.0</version>
311311
</dependency>
312312
<dependency>
313313
<groupId>org.jetbrains.xodus</groupId>

0 commit comments

Comments
 (0)