XComp commented on code in PR #20925:
URL: https://github.com/apache/flink/pull/20925#discussion_r988616500


##########
pom.xml:
##########
@@ -599,7 +599,7 @@ under the License.
                                <artifactId>jackson-bom</artifactId>
                                <type>pom</type>
                                <scope>import</scope>
-                               <version>2.13.2.20220328</version>
+                               <version>2.13.4</version>

Review Comment:
   ```suggestion
                                
<version>${other.dependencies.jackson.version}</version>
   ```
   I'm wondering whether we should introduce a property for the version. Its 
declaration would be put right below `<flink.shaded.jackson.version/>` or 
`<bom.jackson.version>` to have a single location reflecting the different 
Jackson versions. WDYT? We could add a comment there as well which explains why 
we use different versions (flink-shaded for Flink-internal usage and the bom 
for dependencies that use the Jackson libraries as dependencies where we don't 
want to apply relocation to match the flink-shaded version.



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