You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/10/13 08:44:01 UTC

[httpcomponents-client] 02/05: Update some dependencies.

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit 68c378bb7c2b4ef06695c861ec2e1373a05477b2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Oct 11 12:10:26 2021 -0400

    Update some dependencies.
    
    - io.reactivex.rxjava2:rxjava .......................... 2.2.7 -> 2.2.21
    - junit:junit ........................................... 4.13 -> 4.13.2
    - net.java.dev.jna:jna .................................. 5.2.0 -> 5.9.0
    - net.java.dev.jna:jna-platform ......................... 5.2.0 -> 5.9.0
    - org.apache.logging.log4j:log4j-core .................. 2.9.1 -> 2.14.1
    - org.apache.logging.log4j:log4j-slf4j-impl ............ 2.9.1 -> 2.14.1
    - org.conscrypt:conscrypt-openjdk-uber .................. 2.2.1 -> 2.5.2
    - org.ehcache.modules:ehcache-api ....................... 3.4.0 -> 3.9.6
    - org.mockito:mockito-core ............................. 3.10.0 -> 4.0.0
    - JApiCmp ............................................. 0.15.3 -> 0.15.4
---
 pom.xml | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index fcec8b8..469ae36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,19 +63,20 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <httpcore.version>5.2-alpha1</httpcore.version>
-    <log4j.version>2.9.1</log4j.version>
+    <log4j.version>2.14.1</log4j.version>
     <commons-codec.version>1.15</commons-codec.version>
-    <conscrypt.version>2.2.1</conscrypt.version>
-    <ehcache.version>3.4.0</ehcache.version>
+    <conscrypt.version>2.5.2</conscrypt.version>
+    <ehcache.version>3.9.6</ehcache.version>
     <memcached.version>2.12.3</memcached.version>
     <slf4j.version>1.7.25</slf4j.version>
-    <junit.version>4.13</junit.version>
-    <mockito.version>3.10.0</mockito.version>
-    <jna.version>5.2.0</jna.version>
+    <junit.version>4.13.2</junit.version>
+    <mockito.version>4.0.0</mockito.version>
+    <jna.version>5.9.0</jna.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>
-    <rxjava.version>2.2.7</rxjava.version>
+    <rxjava.version>2.2.21</rxjava.version>
     <api.comparison.version>5.1</api.comparison.version>
     <hc.animal-sniffer.signature.ignores>javax.net.ssl.SSLEngine,javax.net.ssl.SSLParameters</hc.animal-sniffer.signature.ignores>
+    <japicmp.version>0.15.4</japicmp.version>
   </properties>
 
   <dependencyManagement>
@@ -266,7 +267,7 @@
       <plugin>
         <groupId>com.github.siom79.japicmp</groupId>
         <artifactId>japicmp-maven-plugin</artifactId>
-        <version>0.15.3</version>
+        <version>${japicmp.version}</version>
         <configuration>
           <oldVersion>
             <dependency>
@@ -398,7 +399,7 @@
       <plugin>
         <groupId>com.github.siom79.japicmp</groupId>
         <artifactId>japicmp-maven-plugin</artifactId>
-        <version>0.15.3</version>
+        <version>${japicmp.version}</version>
         <reportSets>
           <reportSet>
             <reports>