Bump org.springframework:spring-web from 6.1.4 to 6.1.5 in /rest-angular

Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.1.4 to 6.1.5.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.4...v6.1.5)

---
updated-dependencies:
- dependency-name: org.springframework:spring-web
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 768b1257816b6d68e901ff5dde22f57dc4c9e458
  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. jasperreports/
  25. jfreechart/
  26. json/
  27. json-customize/
  28. mailreader2/
  29. message-resource/
  30. message-store/
  31. portlet/
  32. preparable-interface/
  33. quarkus/
  34. rest-angular/
  35. restful2actionmapper/
  36. shiro-basic/
  37. spring-struts/
  38. src/
  39. text-provider/
  40. themes/
  41. themes-override/
  42. tiles/
  43. type-conversion/
  44. unit-testing/
  45. unknown-handler/
  46. using-tags/
  47. validation-messages/
  48. wildcard-method-selection/
  49. wildcard-regex/
  50. .asf.yaml
  51. .gitignore
  52. mvnw
  53. mvnw.cmd
  54. pom.xml
  55. README.md
README.md

Struts Examples

Build Status @ ASF Build Status @ GH Actions 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.