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:30:28 UTC

[phoenix] branch 5.1 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 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git


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

commit 66d089ee19ea932c6179f45454d1b2894b432cdd
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 e01d824d63..739b205dd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,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 -->