From c1e6fe96a8c564470f5e07121f7e697b4ff1bf9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:58:24 +0000 Subject: [PATCH] Bump joda-time:joda-time in /data-prepper-plugins/s3-source Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.11.1 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/v2.11.1...v2.12.5) --- updated-dependencies: - dependency-name: joda-time:joda-time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- data-prepper-plugins/s3-source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-prepper-plugins/s3-source/build.gradle b/data-prepper-plugins/s3-source/build.gradle index fe66c4a0ca..1e3d756089 100644 --- a/data-prepper-plugins/s3-source/build.gradle +++ b/data-prepper-plugins/s3-source/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind' implementation libs.commons.io implementation libs.commons.compress - implementation 'joda-time:joda-time:2.11.1' + implementation 'joda-time:joda-time:2.12.5' implementation 'org.hibernate.validator:hibernate-validator:7.0.5.Final' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'