psolomin commented on PR #9899: URL: https://github.com/apache/beam/pull/9899#issuecomment-1506573026
Hi @biancaberdugo https://github.com/apache/beam/pull/23540 was merged today and I expect it will be released with Beam 2.48.0 If you want to try out a pre-release version - in a couple of days it will be available in Maven **snapshots repo**, and you will be able to link it via: ``` <repositories> <repository> <id>apache.snapshots</id> <name>Apache Development Snapshot Repository</name> <url>https://repository.apache.org/content/repositories/snapshots/</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> ... <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-sdks-java-io-amazon-web-services2</artifactId> <version>2.48.0-SNAPSHOT</version> </dependency> < other beam sdk dependencies > ``` -- 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]
