Bump dependency-check-maven from 6.0.4 to 6.0.5

Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/jeremylong/DependencyCheck/compare/v6.0.4...v6.0.5)

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: c76766add71e1179d39162b0a03470c483daeb8d
  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. exception-handling/
  13. exclude-parameters/
  14. file-upload/
  15. form-processing/
  16. form-tags/
  17. form-validation/
  18. form-xml-validation/
  19. helloworld/
  20. http-session/
  21. interceptors/
  22. json/
  23. json-customize/
  24. mailreader2/
  25. message-resource/
  26. message-store/
  27. portlet/
  28. preparable-interface/
  29. quarkus/
  30. rest-angular/
  31. restful2actionmapper/
  32. shiro-basic/
  33. spring-struts/
  34. src/
  35. text-provider/
  36. themes/
  37. themes-override/
  38. tiles/
  39. type-conversion/
  40. unit-testing/
  41. unknown-handler/
  42. using-tags/
  43. validation-messages/
  44. wildcard-method-selection/
  45. wildcard-regex/
  46. .gitignore
  47. .travis.yml
  48. mvnw
  49. mvnw.cmd
  50. pom.xml
  51. README.md
README.md

Struts Examples

Build Status 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.