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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new 684666d  [hotfix] Fix junit4 dependency version
684666d is described below

commit 684666dd2fb835ef78e17c3bd521f24f74c23b1c
Author: tsreaper <tsreape...@gmail.com>
AuthorDate: Fri Apr 8 15:30:29 2022 +0800

    [hotfix] Fix junit4 dependency version
    
    This closes #78
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e55ae9a..d37b4d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@ under the License.
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>${junit.version}</version>
+                <version>${junit4.version}</version>
             </dependency>
 
             <dependency>

Reply via email to