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

[qpid-proton-j] branch main updated: PROTON-2415: update various dependencies/plugins used in the tests

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 795b9ec  PROTON-2415: update various dependencies/plugins used in the tests
795b9ec is described below

commit 795b9ec9cff26efa00707a3d9b3ced0bc790a2ed
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 16 16:42:01 2021 +0100

    PROTON-2415: update various dependencies/plugins used in the tests
---
 pom.xml          | 17 ++++++++++++-----
 proton-j/pom.xml |  1 -
 tests/pom.xml    |  2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1d41cc9..89e255f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,13 +33,14 @@
 
   <properties>
     <!-- Test dependency versions -->
-    <junit-version>4.13.1</junit-version>
-    <mockito-version>2.23.4</mockito-version>
-    <jython-version>2.7.1</jython-version>
+    <junit-version>4.13.2</junit-version>
+    <mockito-version>3.11.2</mockito-version>
+    <jython-version>2.7.2</jython-version>
+    <bcpkix-jdk15on-version>1.69</bcpkix-jdk15on-version>
 
     <!-- Plugin versions -->
     <maven-bundle-plugin-version>5.1.2</maven-bundle-plugin-version>
-    <jacoco-plugin-version>0.8.6</jacoco-plugin-version>
+    <jacoco-plugin-version>0.8.7</jacoco-plugin-version>
     <surefire.version>2.22.2</surefire.version>
 
     <!-- See also maven.compiler.release in the java9on profile -->
@@ -75,7 +76,13 @@
         <groupId>org.python</groupId>
         <artifactId>jython-standalone</artifactId>
         <version>${jython-version}</version>
-      <scope>test</scope>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.bouncycastle</groupId>
+        <artifactId>bcpkix-jdk15on</artifactId>
+        <version>${bcpkix-jdk15on-version}</version>
+        <scope>test</scope>
       </dependency>
     </dependencies>
   </dependencyManagement>
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index 30b1c8d..df1edfb 100644
--- a/proton-j/pom.xml
+++ b/proton-j/pom.xml
@@ -32,7 +32,6 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcpkix-jdk15on</artifactId>
-      <version>1.60</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/tests/pom.xml b/tests/pom.xml
index f98dec9..cce274c 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -104,7 +104,7 @@ mvn test \
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcpkix-jdk15on</artifactId>
-      <version>1.60</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
         <groupId>org.python</groupId>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org