mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 03:42:38 +00:00
This commit raises the minimum Coroutines version supported to 1.4.0-M1 and above, and changes usages of awaitFirst() or awaitFirstOrNull() to awaitSingle() or awaitSingleOrNull() to fix gh-25007. Closes gh-25914 Closes gh-25007