From 1ef49f3e62c41fa0ec35ce58bb3c8322b07cd2a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:00:58 +0000 Subject: [PATCH] Bump joda-time:joda-time from 2.12.2 to 2.12.5 Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.12.2 to 2.12.5. - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt) - [Commits](https://github.com/JodaOrg/joda-time/compare/2.12.2...v2.12.5) --- updated-dependencies: - dependency-name: joda-time:joda-time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5651248..154a75b 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { ext.commonsCliVersion = '1.5.0' ext.commonsIoVersion = '2.11.0' ext.jlineVersion = '2.14.6' - ext.jodaTimeVersion = '2.12.2' + ext.jodaTimeVersion = '2.12.5' ext.junitVersion = '4.13.2' ext.mockitoVersion = '4.8.1' ext.scalaSlackClientVersion = '0.4.0'