From 918e7db1aa91c79374f952df0822d539bd07d1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 19:42:49 +0100 Subject: [PATCH] build(deps): bump joda-time:joda-time from 2.13.0 to 2.13.1 (#3273) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 2e815e4e207..eab0db02a38 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -132,7 +132,7 @@ libraries.nimbusJwt = "com.nimbusds:nimbus-jose-jwt:10.0.1" libraries.xmlSecurity = "org.apache.santuario:xmlsec:4.0.3" libraries.xmlUnit = "org.xmlunit:xmlunit-assertj:2.10.0" libraries.orgJson = "org.json:json:20250107" -libraries.jodaTime = "joda-time:joda-time:2.13.0" +libraries.jodaTime = "joda-time:joda-time:2.13.1" libraries.apacheHttpClient = "org.apache.httpcomponents:httpclient:4.5.14" libraries.jacocoAgent = "org.jacoco:org.jacoco.agent:0.8.12"