From 1e9e9c565fce2ed91c398e6afce2ba0e9ecf9073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:04:39 +0000 Subject: [PATCH] Bump joda-time:joda-time from 2.13.0 to 2.13.1 Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.13.0 to 2.13.1. - [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/v2.13.0...v2.13.1) --- 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 78b3447..ff28d44 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { ext.commonsCliVersion = '1.9.0' ext.commonsIoVersion = '2.17.0' ext.jlineVersion = '2.14.6' - ext.jodaTimeVersion = '2.13.0' + ext.jodaTimeVersion = '2.13.1' ext.junitVersion = '4.13.2' ext.mockitoVersion = '4.8.1' ext.scalaSlackClientVersion = '1.0.1'