You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2023/04/25 08:00:18 UTC

[phoenix-connectors] branch master updated: PHOENIX-6928 Bump Junit version to 4.13.2 in connectors

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 229c155  PHOENIX-6928 Bump Junit version to 4.13.2 in connectors
229c155 is described below

commit 229c15577f15227ecd87b1e14a5d3254d5dfa994
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Apr 18 10:29:32 2023 +0200

    PHOENIX-6928 Bump Junit version to 4.13.2 in connectors
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e76f9a9..575fa2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
     <commons-csv.version>1.0</commons-csv.version>
     <findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
     <mockito-all.version>1.8.5</mockito-all.version>
-    <junit.version>4.13</junit.version>
+    <junit.version>4.13.2</junit.version>
     <jodatime.version>2.10.5</jodatime.version>
     <commons-cli.version>1.4</commons-cli.version>
     <commons-compress.version>1.9</commons-compress.version>