Bump hibernate-validator in /bean-validation

Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.1.2.Final to 6.1.5.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/6.1.5.Final/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-validator/compare/6.1.2.Final...6.1.5.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: cb2e6c8e083c980b0c97daadb8beb62008ef7d34
  1. .github/
  2. .mvn/
  3. action-chaining/
  4. annotations/
  5. basic-struts/
  6. bean-validation/
  7. blank/
  8. coding-actions/
  9. control-tags/
  10. crud/
  11. debugging-struts/
  12. dynamic-href/
  13. exception-handling/
  14. exclude-parameters/
  15. expression-cache/
  16. file-upload/
  17. form-processing/
  18. form-tags/
  19. form-validation/
  20. form-xml-validation/
  21. helloworld/
  22. http-session/
  23. interceptors/
  24. jfreechart/
  25. json/
  26. json-customize/
  27. mailreader2/
  28. message-resource/
  29. message-store/
  30. portlet/
  31. preparable-interface/
  32. quarkus/
  33. rest-angular/
  34. restful2actionmapper/
  35. shiro-basic/
  36. spring-struts/
  37. src/
  38. text-provider/
  39. themes/
  40. themes-override/
  41. tiles/
  42. type-conversion/
  43. unit-testing/
  44. unknown-handler/
  45. using-tags/
  46. validation-messages/
  47. wildcard-method-selection/
  48. wildcard-regex/
  49. .asf.yaml
  50. .gitignore
  51. .travis.yml
  52. mvnw
  53. mvnw.cmd
  54. pom.xml
  55. README.md
README.md

Struts Examples

Build Status @ ASF Build Status @ Travis License

This Maven multi-module project contains all the Struts 2 example applications that are part of the Getting Started Struts 2 tutorials at http://struts.apache.org.

To build all the example applications run the Maven command:

mvn -e clean package

In the project's root folder, Maven will build each module and create a .war file in the target sub-folder of each module.

You can then copy the .war files to your Servlet container (e.g. Tomcat, Jetty, GlassFish, etc).

There is a README file in each module with instructions and the URL to view that application.