Skip to content

Commit 2650943

Browse files
committed
Bump dependency versions
* maven-plugin-api 3.5.4 to 3.8.1 * maven-core 3.5.4 to 3.8.1 * maven-compat 3.5.4 to 3.8.1 * maven-plugin-annotations 3.5.2 to 3.6.1 * slf4j-simple 1.7.25 to 1.7.32 * gson 2.8.5 to 2.8.7 * httcomponents 4.5.3 to 4.5.13 * junit 4.13.1 to 4.13.2
1 parent 9014c5c commit 2650943

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
@@ -227,32 +227,32 @@
227227
<dependency>
228228
<groupId>org.apache.maven</groupId>
229229
<artifactId>maven-plugin-api</artifactId>
230-
<version>3.5.4</version>
230+
<version>3.8.1</version>
231231
</dependency>
232232
<dependency>
233233
<groupId>org.apache.maven</groupId>
234234
<artifactId>maven-core</artifactId>
235-
<version>3.5.4</version>
235+
<version>3.8.1</version>
236236
</dependency>
237237
<dependency>
238238
<groupId>org.apache.maven</groupId>
239239
<artifactId>maven-compat</artifactId>
240-
<version>3.5.4</version>
240+
<version>3.8.1</version>
241241
</dependency>
242242
<dependency>
243243
<groupId>org.apache.maven.plugin-tools</groupId>
244244
<artifactId>maven-plugin-annotations</artifactId>
245-
<version>3.5.2</version>
245+
<version>3.6.1</version>
246246
</dependency>
247247
<dependency>
248248
<groupId>org.slf4j</groupId>
249249
<artifactId>slf4j-simple</artifactId>
250-
<version>1.7.25</version>
250+
<version>1.7.32</version>
251251
</dependency>
252252
<dependency>
253253
<groupId>com.google.code.gson</groupId>
254254
<artifactId>gson</artifactId>
255-
<version>2.8.5</version>
255+
<version>2.8.7</version>
256256
</dependency>
257257
<dependency>
258258
<groupId>org.apache.httpcomponents</groupId>
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>org.apache.httpcomponents</groupId>
264264
<artifactId>httpmime</artifactId>
265-
<version>4.5.3</version>
265+
<version>4.5.13</version>
266266
</dependency>
267267
<dependency>
268268
<groupId>javax.ws.rs</groupId>
@@ -273,7 +273,7 @@
273273
<dependency>
274274
<groupId>junit</groupId>
275275
<artifactId>junit</artifactId>
276-
<version>4.13.1</version>
276+
<version>4.13.2</version>
277277
<scope>test</scope>
278278
</dependency>
279279
<dependency>

0 commit comments

Comments
 (0)