bvolpato opened a new pull request, #28962:
URL: https://github.com/apache/beam/pull/28962

   Comments suggested that org.json was in sync with libraries-bom, but when 
analyzing through
   
   ```
   cd /tmp; wget 
https://repo1.maven.org/maven2/com/google/cloud/libraries-bom/26.22.0/libraries-bom-26.22.0.pom
 -O base.pom && mvn help:effective-pom -f base.pom -Doutput=effective.pom && 
cat effective.pom | grep -v 'dependencyManagement' > cleanup.pom && mvn 
dependency:tree -f cleanup.pom
   ```
   
   We can see that it brings a much newer (and not in the CVE range) version:
   
   ```
   [INFO] --- dependency:3.6.0:tree (default-cli) @ libraries-bom ---
   [INFO] com.google.cloud:libraries-bom:pom:26.22.0
   [INFO] +- com.google.cloud:google-cloud-bigquery:jar:2.31.1:compile
   [INFO] |  +- org.json:json:jar:20230618:compile
   ```
   


-- 
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]

Reply via email to