ayushtkn commented on code in PR #3273: URL: https://github.com/apache/ozone/pull/3273#discussion_r845114551
########## pom.xml: ########## @@ -134,7 +134,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <jersey2.version>2.33</jersey2.version> <!-- jackson versions --> - <jackson2.version>2.12.1</jackson2.version> + <jackson2.version>2.12.6</jackson2.version> + <jackson2.databind.version>2.12.6.1</jackson2.databind.version> Review Comment: Any reason for not using 2.13.2? Shows some vulnerability here: https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
