Skip to content

Commit 3b26e7a

Browse files
committed
Updated netty, bouncycastle, and log4j versions
1 parent 89c876c commit 3b26e7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@
6969

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

72-
<log4j.version>2.8.2</log4j.version>
72+
<log4j.version>2.9.0</log4j.version>
7373

7474
<groovy.version>2.4.12</groovy.version>
7575
<groovy-eclipse-batch.version>2.4.3-01</groovy-eclipse-batch.version>
7676

77-
<netty.version>4.0.49.Final</netty.version>
77+
<netty.version>4.0.51.Final</netty.version>
7878
<!-- netty 4.1 version to use for browsermob-dist and when using the netty-4.1 profile -->
79-
<netty-4.1.version>4.1.13.Final</netty-4.1.version>
79+
<netty-4.1.version>4.1.15.Final</netty-4.1.version>
8080

81-
<bouncycastle.version>1.57</bouncycastle.version>
81+
<bouncycastle.version>1.58</bouncycastle.version>
8282
</properties>
8383

8484
<build>
@@ -213,7 +213,7 @@
213213
<groupId>com.google.guava</groupId>
214214
<artifactId>guava</artifactId>
215215
<!-- Remove the -android when dropping support for Java 7. -->
216-
<version>22.0-android</version>
216+
<version>23.0-android</version>
217217
</dependency>
218218

219219
<dependency>

0 commit comments

Comments
 (0)