aromanenko-dev commented on code in PR #24760:
URL: https://github.com/apache/beam/pull/24760#discussion_r1055559117
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -679,7 +679,7 @@ class BeamModulePlugin implements Plugin<Project> {
joda_time :
"joda-time:joda-time:2.10.10",
jsonassert :
"org.skyscreamer:jsonassert:1.5.0",
jsr305 :
"com.google.code.findbugs:jsr305:$jsr305_version",
- json_org : "org.json:json", //
Try to keep in sync with google_cloud_platform_libraries_bom transitive deps.
+ json_org :
"org.json:json:20220320", // Keep in sync with everit-json-schema /
google_cloud_platform_libraries_bom transitive deps.
Review Comment:
Why not version `20220924` as the latest one?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]