Skip to content

Commit ecd7a48

Browse files
committed
dependency updates
1 parent 5d8017a commit ecd7a48

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

data-service/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>io.leonard.maven.plugins</groupId>
7777
<artifactId>jspc-maven-plugin</artifactId>
78-
<version>4.0.1</version>
78+
<version>4.1.0</version>
7979
<executions>
8080
<execution>
8181
<goals>
@@ -203,15 +203,15 @@
203203
<dependency>
204204
<groupId>jakarta.servlet.jsp</groupId>
205205
<artifactId>jakarta.servlet.jsp-api</artifactId>
206-
<version>3.1.0</version>
206+
<version>3.1.1</version>
207207
<scope>provided</scope>
208208
</dependency>
209209
<!-- / container dependencies -->
210210

211211
<dependency>
212212
<groupId>org.apache.commons</groupId>
213213
<artifactId>commons-csv</artifactId>
214-
<version>1.9.0</version>
214+
<version>1.10.0</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>org.jetbrains.xodus</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.70</tomcat.version>
19+
<tomcat.version>9.0.71</tomcat.version>
2020
</properties>
2121

2222
<build>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<plugin>
182182
<groupId>org.apache.maven.plugins</groupId>
183183
<artifactId>maven-enforcer-plugin</artifactId>
184-
<version>3.1.0</version>
184+
<version>3.2.1</version>
185185
<executions>
186186
<execution>
187187
<id>enforce-maven</id>
@@ -217,12 +217,12 @@
217217
<plugin>
218218
<groupId>org.apache.maven.plugins</groupId>
219219
<artifactId>maven-checkstyle-plugin</artifactId>
220-
<version>3.2.0</version>
220+
<version>3.2.1</version>
221221
<dependencies>
222222
<dependency>
223223
<groupId>com.puppycrawl.tools</groupId>
224224
<artifactId>checkstyle</artifactId>
225-
<version>10.6.0</version>
225+
<version>10.7.0</version>
226226
</dependency>
227227
</dependencies>
228228
<executions>
@@ -364,7 +364,7 @@
364364
<plugin>
365365
<groupId>org.owasp</groupId>
366366
<artifactId>dependency-check-maven</artifactId>
367-
<version>7.4.4</version>
367+
<version>8.0.2</version>
368368
<executions>
369369
<execution>
370370
<goals>
@@ -418,7 +418,7 @@
418418
<plugin>
419419
<groupId>org.apache.maven.plugins</groupId>
420420
<artifactId>maven-surefire-plugin</artifactId>
421-
<version>3.0.0-M7</version>
421+
<version>3.0.0-M8</version>
422422
<executions>
423423
<execution>
424424
<id>default-test</id>
@@ -462,7 +462,7 @@
462462
<dependency>
463463
<groupId>org.projectlombok</groupId>
464464
<artifactId>lombok</artifactId>
465-
<version>1.18.24</version>
465+
<version>1.18.26</version>
466466
<scope>provided</scope>
467467
</dependency>
468468
<dependency>
@@ -488,7 +488,7 @@
488488
<dependency>
489489
<groupId>org.mockito</groupId>
490490
<artifactId>mockito-core</artifactId>
491-
<version>5.0.0</version>
491+
<version>5.1.1</version>
492492
<scope>test</scope>
493493
</dependency>
494494
<dependency>

server/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-deploy-plugin</artifactId>
99-
<version>3.0.0</version>
99+
<version>3.1.0</version>
100100
<executions>
101101
<execution>
102102
<phase>deploy</phase>
@@ -171,7 +171,7 @@
171171
<dependency>
172172
<groupId>com.github.ldapchai</groupId>
173173
<artifactId>ldapchai</artifactId>
174-
<version>0.8.3</version>
174+
<version>0.8.4</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>org.jrivard.xmlchai</groupId>
@@ -186,7 +186,7 @@
186186
<dependency>
187187
<groupId>org.apache.commons</groupId>
188188
<artifactId>commons-csv</artifactId>
189-
<version>1.9.0</version>
189+
<version>1.10.0</version>
190190
</dependency>
191191
<dependency>
192192
<groupId>commons-fileupload</groupId>
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>com.blueconic</groupId>
264264
<artifactId>browscap-java</artifactId>
265-
<version>1.3.14</version>
265+
<version>1.4.0</version>
266266
</dependency>
267267
<dependency>
268268
<groupId>org.jetbrains.xodus</groupId>
@@ -278,7 +278,7 @@
278278
<dependency>
279279
<groupId>com.github.ben-manes.caffeine</groupId>
280280
<artifactId>caffeine</artifactId>
281-
<version>3.1.2</version>
281+
<version>3.1.3</version>
282282
</dependency>
283283
<dependency>
284284
<groupId>com.nulab-inc</groupId>
@@ -295,7 +295,7 @@
295295
<dependency>
296296
<groupId>org.apache.tomcat.embed</groupId>
297297
<artifactId>tomcat-embed-core</artifactId>
298-
<version>9.0.70</version>
298+
<version>9.0.71</version>
299299
<scope>test</scope>
300300
</dependency>
301301
</dependencies>

webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-deploy-plugin</artifactId>
139-
<version>3.0.0</version>
139+
<version>3.1.0</version>
140140
<executions>
141141
<execution>
142142
<phase>deploy</phase>

0 commit comments

Comments
 (0)