2025.2 EAP: cannot resolve extension point 'com.intellij.spellchecker.bundledDictionaryProvider' in dependencies

After upgrading my plugin to 2025.2 EAP, I am faced with an error:

Cannot resolve extension point 'com.intellij.spellchecker.bundledDictionaryProvider' in dependencies

Editor can only find CssBundledDictionaryProvider and CssSpellcheckingStrategy classes from the com.intellij.spellchecker package.

Any solutions?