From f65b7b30c36a56fc15620907a44ec2df60dca922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 16:01:53 +0000 Subject: [PATCH] Bump joda-time:joda-time from 2.10.10 to 2.12.2 Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.10.10 to 2.12.2. - [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.10.10...2.12.2) --- updated-dependencies: - dependency-name: joda-time:joda-time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- joda/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joda/build.gradle.kts b/joda/build.gradle.kts index 166202b..011041c 100644 --- a/joda/build.gradle.kts +++ b/joda/build.gradle.kts @@ -2,7 +2,7 @@ description = "Extension of java.time.Clock to integrate with Joda-Time" extra["javaModuleName"] = "com.timgroup.clocks.joda" dependencies { - api("joda-time:joda-time:2.10.10") + api("joda-time:joda-time:2.12.2") testImplementation("junit:junit:4.13.2") testImplementation("org.hamcrest:hamcrest-core:2.2") testImplementation("org.hamcrest:hamcrest-library:2.2")