snuyanzin commented on code in PR #21377:
URL: https://github.com/apache/flink/pull/21377#discussion_r1030569164
##########
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:
I think in case of movement to 1.33 these two lines should also be updated
like `org.yaml:snakeyaml:(,1.32]`
--
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]