From 771b408a0a35770677d589b07e07d0744729739e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:35:45 -0600 Subject: [PATCH] Bump joda-time:joda-time from 2.12.2 to 2.13.0 (#568) Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.12.2 to 2.13.0. - [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.13.0) --- updated-dependencies: - dependency-name: joda-time:joda-time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlton N Hanna --- api-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-client/build.gradle.kts b/api-client/build.gradle.kts index bd475253..b10ffc7e 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -15,7 +15,7 @@ repositories { dependencies { api(project(":api-model")) implementation("io.github.openfeign:feign-jackson:12.1") - implementation("joda-time:joda-time:2.12.2") + implementation("joda-time:joda-time:2.13.0") implementation(Libraries.ProvenanceProto) }