Skip to content

Commit 2b7ceb4

Browse files
committed
update pom versions
1 parent 1faf46b commit 2b7ceb4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,19 +184,19 @@
184184
<scope>test</scope>
185185
<groupId>com.google.guava</groupId>
186186
<artifactId>guava</artifactId>
187-
<version>22.0-android</version>
187+
<version>33.0.0-jre</version>
188188
</dependency>
189189
<dependency>
190190
<scope>test</scope>
191191
<groupId>commons-codec</groupId>
192192
<artifactId>commons-codec</artifactId>
193-
<version>1.10</version>
193+
<version>1.16.0</version>
194194
</dependency>
195195
<dependency>
196196
<scope>test</scope>
197197
<groupId>commons-io</groupId>
198198
<artifactId>commons-io</artifactId>
199-
<version>2.5</version>
199+
<version>2.15.1</version>
200200
</dependency>
201201
<dependency>
202202
<scope>test</scope>
@@ -208,13 +208,13 @@
208208
<scope>test</scope>
209209
<groupId>javax.servlet</groupId>
210210
<artifactId>javax.servlet-api</artifactId>
211-
<version>3.1.0</version>
211+
<version>4.0.1</version>
212212
</dependency>
213213
<dependency>
214214
<scope>test</scope>
215215
<groupId>javax.servlet.jsp</groupId>
216216
<artifactId>javax.servlet.jsp-api</artifactId>
217-
<version>2.3.1</version>
217+
<version>2.3.3</version>
218218
</dependency>
219219
<dependency>
220220
<scope>test</scope>
@@ -226,7 +226,7 @@
226226
<scope>test</scope>
227227
<groupId>junit</groupId>
228228
<artifactId>junit</artifactId>
229-
<version>4.12</version>
229+
<version>4.13.2</version>
230230
</dependency>
231231
<dependency>
232232
<scope>test</scope>
@@ -238,7 +238,7 @@
238238
<scope>test</scope>
239239
<groupId>org.apache.commons</groupId>
240240
<artifactId>commons-lang3</artifactId>
241-
<version>3.6</version>
241+
<version>4.4</version>
242242
</dependency>
243243
<dependency>
244244
<scope>test</scope>
@@ -262,7 +262,7 @@
262262
<scope>test</scope>
263263
<groupId>org.slf4j</groupId>
264264
<artifactId>slf4j-api</artifactId>
265-
<version>1.7.25</version>
265+
<version>2.0.9</version>
266266
</dependency>
267267
<dependency>
268268
<scope>test</scope>

0 commit comments

Comments
 (0)