Skip to content

Commit 4e0dbb9

Browse files
authored
Upgrade joda-time to 2.14.0 (#36626)
1 parent 2bd497f commit 4e0dbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ class BeamModulePlugin implements Plugin<Project> {
824824
jaxb_impl : "com.sun.xml.bind:jaxb-impl:$jaxb_api_version",
825825
jcl_over_slf4j : "org.slf4j:jcl-over-slf4j:$slf4j_version",
826826
jmh_core : "org.openjdk.jmh:jmh-core:$jmh_version",
827-
joda_time : "joda-time:joda-time:2.10.14",
827+
joda_time : "joda-time:joda-time:2.14.0",
828828
jsonassert : "org.skyscreamer:jsonassert:1.5.0",
829829
jsr305 : "com.google.code.findbugs:jsr305:$jsr305_version",
830830
json_org : "org.json:json:20231013", // Keep in sync with everit-json-schema / google_cloud_platform_libraries_bom transitive deps.

0 commit comments

Comments
 (0)