This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/main by this push:
new fbadf4e Build(deps-dev): Bump org.springframework:spring-web in
/rest-angular (#543)
fbadf4e is described below
commit fbadf4ef82a0d2f1430b12fd58e750d02b8c6a30
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 14 13:52:52 2026 +0200
Build(deps-dev): Bump org.springframework:spring-web in /rest-angular (#543)
Bumps
[org.springframework:spring-web](https://github.com/spring-projects/spring-framework)
from 6.2.12 to 6.2.19.
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v6.2.19)
---
updated-dependencies:
- dependency-name: org.springframework:spring-web
dependency-version: 6.2.19
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rest-angular/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rest-angular/pom.xml b/rest-angular/pom.xml
index a60e02d..bf8d448 100644
--- a/rest-angular/pom.xml
+++ b/rest-angular/pom.xml
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>6.2.12</version>
+ <version>6.2.19</version>
<scope>test</scope>
</dependency>