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 2022/05/09 16:29:59 UTC

[phoenix] branch master updated: PHOENIX-6708 Bump junit from 4.13 to 4.13.1

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c5ee5308d PHOENIX-6708 Bump junit from 4.13 to 4.13.1
4c5ee5308d is described below

commit 4c5ee5308dcfe38bd7e9ad2e5bd4636f652875d9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Apr 16 03:55:35 2022 +0000

    PHOENIX-6708 Bump junit from 4.13 to 4.13.1
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4ed9524210..f669008b24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
     <thrift.version>0.9.3-1</thrift.version>
     <!-- Test Dependencies -->
     <mockito.version>1.10.19</mockito.version>
-    <junit.version>4.13</junit.version>
+    <junit.version>4.13.1</junit.version>
     <hamcrest.version>1.3</hamcrest.version>
 
     <!-- Plugin versions -->