bvolpato commented on PR #26410: URL: https://github.com/apache/beam/pull/26410#issuecomment-1522009573
Yes, thanks @Abacn. `cassandra-all` is using a very old version of SnakeYAML, even in their recent releases (3.11.8 uses SnakeYAML 1.11, their recent patch 3.11.14 is at SnakeYAML 1.26). There are major updates but I wouldn't go that far. It is a `testImplementation "org.apache.cassandra:cassandra-all:3.11.8"` though, so I'll see what can be done. Perhaps pinning old SnakeYAML at `sdks/java/io/hadoop-format`? -- 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]
