This is an automated email from the ASF dual-hosted git repository. sarath pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit b18ebd26973d9cc0311511b7e7795175a63630a1 Author: mayanknj <[email protected]> AuthorDate: Thu Aug 13 10:13:20 2020 +0530 ATLAS-3920 : Update joda-time to version 2.10.latest. Signed-off-by: nixonrodrigues <[email protected]> (cherry picked from commit 41e1039bd66829683e9b24f10186bde53a83d7ad) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8456d4b..d2f2c06 100644 --- a/pom.xml +++ b/pom.xml @@ -764,7 +764,7 @@ <project.build.dashboardv2.gruntBuild>build-minify</project.build.dashboardv2.gruntBuild> <project.build.dashboardv3.gruntBuild>build-minify</project.build.dashboardv3.gruntBuild> <testng.version>6.9.4</testng.version> - <joda-time.version>2.10</joda-time.version> + <joda-time.version>2.10.6</joda-time.version> <jersey-spring.version>1.19.4</jersey-spring.version> </properties>
