This is an automated email from the ASF dual-hosted git repository.
dlych pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 8469239 [NO ISSUE] Update JUnit version to 4.13.2
8469239 is described below
commit 8469239e911bfeafa6d00e2dfdd2d5f4a20059ea
Author: Dmitry Lychagin <[email protected]>
AuthorDate: Fri Apr 29 17:54:32 2022 -0700
[NO ISSUE] Update JUnit version to 4.13.2
Change-Id: I84ed920855e4459234f4abd3b0f309179a9aed1d
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/16224
Tested-by: Jenkins <[email protected]>
Reviewed-by: Dmitry Lychagin <[email protected]>
Reviewed-by: Ian Maxon <[email protected]>
---
asterixdb-jdbc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/asterixdb-jdbc/pom.xml b/asterixdb-jdbc/pom.xml
index e2b8943..25d007d 100644
--- a/asterixdb-jdbc/pom.xml
+++ b/asterixdb-jdbc/pom.xml
@@ -75,7 +75,7 @@
<jackson-core.version>2.13.2</jackson-core.version>
<jackson-annotations.version>2.13.2</jackson-annotations.version>
<jackson-databind.version>2.13.2.2</jackson-databind.version>
- <junit.version>4.13</junit.version>
+ <junit.version>4.13.2</junit.version>
</properties>
<build>