From 5354a61637b55cb794542125ae8ad77b70088213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:49:48 +0000 Subject: [PATCH] Bump joda-time:joda-time from 2.12.5 to 2.12.6 Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.12.5 to 2.12.6. - [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.12.5...v2.12.6) --- 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 353a54d4..87599405 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ ext { dependencies { compileOnly "cd.go.plugin:go-plugin-api:${gocdPluginVersion}" - implementation 'joda-time:joda-time:2.12.5' + implementation 'joda-time:joda-time:2.12.6' implementation 'org.apache.commons:commons-exec:1.3' implementation 'commons-io:commons-io:2.15.1'