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 acebfc3 Bump org.springframework:spring-web from 6.2.3 to 6.2.5 (#434)
acebfc3 is described below
commit acebfc3768d3f345e0a092b69cec3f632f4be4c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 1 12:21:30 2025 +0200
Bump org.springframework:spring-web from 6.2.3 to 6.2.5 (#434)
Bumps
[org.springframework:spring-web](https://github.com/spring-projects/spring-framework)
from 6.2.3 to 6.2.5.
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.3...v6.2.5)
---
updated-dependencies:
- dependency-name: org.springframework:spring-web
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 066b900..c79d82b 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.3</version>
+ <version>6.2.5</version>
<scope>test</scope>
</dependency>