Skip to content

Commit 3352e50

Browse files
authored
Merge pull request lightbody#602 from jekh/update-dependencies
Various dependency updates
2 parents db37779 + 94c8e79 commit 3352e50

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

browsermob-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>dnsjava</groupId>
8888
<artifactId>dnsjava</artifactId>
89-
<version>2.1.7</version>
89+
<version>2.1.8</version>
9090
</dependency>
9191

9292
<dependency>

browsermob-legacy/src/main/java/net/lightbody/bmp/proxy/http/HttpDeleteWithBody.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
package net.lightbody.bmp.proxy.http;
22

33
import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
4+
45
import java.net.URI;
5-
import org.apache.http.annotation.NotThreadSafe;
66

77
// Allows for HTTP DELETE requests to contain a body, which the HttpDelete
88
// class does not support. Please see:
99
// http://stackoverflow.com/a/3820549/581722
10-
@NotThreadSafe
1110
public class HttpDeleteWithBody extends HttpEntityEnclosingRequestBase {
1211

1312
public final static String METHOD_NAME = "DELETE";

mitm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.littleshoot</groupId>
1717
<artifactId>littleproxy</artifactId>
18-
<version>1.1.0</version>
18+
<version>1.1.1</version>
1919
<optional>true</optional>
2020
<exclusions>
2121
<exclusion>

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@
6464
<slf4j.version>1.7.22</slf4j.version>
6565
<selenium.version>2.53.1</selenium.version>
6666

67-
<jackson.version>2.8.5</jackson.version>
67+
<jackson.version>2.8.6</jackson.version>
6868

6969
<maven-jar-plugin.version>3.0.2</maven-jar-plugin.version>
7070

71-
<log4j.version>2.7</log4j.version>
71+
<log4j.version>2.8</log4j.version>
7272

73-
<groovy.version>2.4.7</groovy.version>
73+
<groovy.version>2.4.8</groovy.version>
7474
<groovy-eclipse-batch.version>2.4.3-01</groovy-eclipse-batch.version>
7575

76-
<netty.version>4.0.42.Final</netty.version>
76+
<netty.version>4.0.44.Final</netty.version>
7777
<!-- netty 4.1 version to use for browsermob-dist and when using the netty-4.1 profile -->
78-
<netty-4.1.version>4.1.6.Final</netty-4.1.version>
78+
<netty-4.1.version>4.1.8.Final</netty-4.1.version>
7979

8080
<bouncycastle.version>1.56</bouncycastle.version>
8181
</properties>
@@ -245,7 +245,7 @@
245245
<dependency>
246246
<groupId>org.mockito</groupId>
247247
<artifactId>mockito-core</artifactId>
248-
<version>2.4.1</version>
248+
<version>2.7.2</version>
249249
</dependency>
250250

251251
<dependency>
@@ -314,13 +314,13 @@
314314
<dependency>
315315
<groupId>org.apache.httpcomponents</groupId>
316316
<artifactId>httpclient</artifactId>
317-
<version>4.5.2</version>
317+
<version>4.5.3</version>
318318
</dependency>
319319

320320
<dependency>
321321
<groupId>org.apache.httpcomponents</groupId>
322322
<artifactId>httpmime</artifactId>
323-
<version>4.5.2</version>
323+
<version>4.5.3</version>
324324
</dependency>
325325

326326
<dependency>

0 commit comments

Comments
 (0)