Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Spring version in Thymeleaf Spring tests (#231)
Spring 6.0 milestones versions were using internal GraalVM for its `ConstantReadableJavaField`, which has been replaced by `PreComputeFieldFeature` in the RC phase. This commit upgrades the Spring version being used in the Thymeleaf Spring tests to avoid referencing internal GraalVM APIs. Fixes gh-230
- Loading branch information