Tests adjusted to account for deprecations and those that cannot be dealt with without a BC break are base-lined
Minimum validator version requirement is bumped to 2.60 so that we can replace usage of the deprecated Between validator with the NumberComparison validator
Description
2.61.0 has a number of deprecations.
Tests adjusted to account for deprecations and those that cannot be dealt with without a BC break are base-lined
Minimum validator version requirement is bumped to 2.60 so that we can replace usage of the deprecated
Between
validator with theNumberComparison
validator