Skip to content

Commit 5c96789

Browse files
committed
dependency updates
1 parent f79e514 commit 5c96789

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

data-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>org.apache.commons</groupId>
137137
<artifactId>commons-csv</artifactId>
138-
<version>1.6</version>
138+
<version>1.7</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>org.apache.commons</groupId>
@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>org.apache.httpcomponents</groupId>
152152
<artifactId>httpclient</artifactId>
153-
<version>4.5.8</version>
153+
<version>4.5.9</version>
154154
</dependency>
155155
<dependency>
156156
<groupId>log4j</groupId>

onejar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<project.root.basedir>${project.basedir}/..</project.root.basedir>
20-
<tomcat.version>9.0.20</tomcat.version>
20+
<tomcat.version>9.0.21</tomcat.version>
2121
</properties>
2222

2323
<build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>com.puppycrawl.tools</groupId>
174174
<artifactId>checkstyle</artifactId>
175-
<version>8.20</version>
175+
<version>8.21</version>
176176
</dependency>
177177
</dependencies>
178178
<executions>
@@ -305,7 +305,7 @@
305305
<dependency>
306306
<groupId>org.mockito</groupId>
307307
<artifactId>mockito-core</artifactId>
308-
<version>2.27.0</version>
308+
<version>2.28.2</version>
309309
<scope>test</scope>
310310
</dependency>
311311
<dependency>

pwm-cr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.bouncycastle</groupId>
4747
<artifactId>bcpkix-jdk15on</artifactId>
48-
<version>1.61</version>
48+
<version>1.62</version>
4949
</dependency>
5050

5151
<!-- Test dependencies -->

server/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<dependency>
208208
<groupId>org.apache.commons</groupId>
209209
<artifactId>commons-csv</artifactId>
210-
<version>1.6</version>
210+
<version>1.7</version>
211211
</dependency>
212212
<dependency>
213213
<groupId>commons-fileupload</groupId>
@@ -232,7 +232,7 @@
232232
<dependency>
233233
<groupId>org.apache.httpcomponents</groupId>
234234
<artifactId>httpclient</artifactId>
235-
<version>4.5.8</version>
235+
<version>4.5.9</version>
236236
</dependency>
237237
<dependency>
238238
<groupId>org.graylog2</groupId>
@@ -257,12 +257,12 @@
257257
<dependency>
258258
<groupId>org.bouncycastle</groupId>
259259
<artifactId>bcprov-jdk15on</artifactId>
260-
<version>1.61</version>
260+
<version>1.62</version>
261261
</dependency>
262262
<dependency>
263263
<groupId>org.bouncycastle</groupId>
264264
<artifactId>bcpkix-jdk15on</artifactId>
265-
<version>1.61</version>
265+
<version>1.62</version>
266266
</dependency>
267267
<dependency>
268268
<groupId>jaxen</groupId>

0 commit comments

Comments
 (0)