We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd497f commit 4e0dbb9Copy full SHA for 4e0dbb9
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -824,7 +824,7 @@ class BeamModulePlugin implements Plugin<Project> {
824
jaxb_impl : "com.sun.xml.bind:jaxb-impl:$jaxb_api_version",
825
jcl_over_slf4j : "org.slf4j:jcl-over-slf4j:$slf4j_version",
826
jmh_core : "org.openjdk.jmh:jmh-core:$jmh_version",
827
- joda_time : "joda-time:joda-time:2.10.14",
+ joda_time : "joda-time:joda-time:2.14.0",
828
jsonassert : "org.skyscreamer:jsonassert:1.5.0",
829
jsr305 : "com.google.code.findbugs:jsr305:$jsr305_version",
830
json_org : "org.json:json:20231013", // Keep in sync with everit-json-schema / google_cloud_platform_libraries_bom transitive deps.
0 commit comments