Hibernate Validator 6.0.13.Final compatibility with Hibernate core 5.2.16.Final

Is it safe to use the Hibernate Validator 6.0.13.Final with Hibernate 5.0.16 ?
From what I’m not running into any errors so far (i.e. application compiles, runs and tests pass), but I’m not sure if they fit well together.
I want to change Hibernate Validator Version from 5.0.15 to 6.0.13.

  • llb
    16

  • infra
    spring 4.3.18
    tomcat-embed-* 8.5.29 (spring-boot-starter-1.5.12)

Yes, it should be safe.

1 Like

Thank you for your answer :slight_smile: