ResolutionStrategy for VersionCatalogs

Hello,
we are publishing snapshots and release builds into the same artifactory repository.
Is it possible to determine the version which should be used to load the version catalog using a resolution strategy?

Example:
versionCatalogs {
create(“pplibs”) {
from(“com.company:coolapp:” + desiredVersionCatalogVersion)
}
}

In case desiredVersionCatalogVersion is ‘+’ I want to apply a resolution strategy to exclude snapshot builds.

Thanks, Greetings