snuyanzin commented on code in PR #21377:
URL: https://github.com/apache/flink/pull/21377#discussion_r1031112947


##########
pom.xml:
##########
@@ -1707,12 +1707,12 @@ under the License.
                                                        <rules>
                                                                
<bannedDependencies>
                                                                        
<excludes>
-                                                                               
<exclude>org.yaml:snakeyaml:(,1.30]</exclude>
+                                                                               
<exclude>org.yaml:snakeyaml:(,1.31]</exclude>
                                                                        
</excludes>
                                                                        
<includes>
                                                                                
<!-- Snakeyaml is pulled in by many modules without using it in production,
                                                                                
        so there's no benefit in us investing time into bumping these. -->
-                                                                               
<include>org.yaml:snakeyaml:(,1.30]:*:test</include>
+                                                                               
<include>org.yaml:snakeyaml:(,1.31]:*:test</include>

Review Comment:
   thanks for clarification



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to