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 7bba3c3 Bump org.springframework:spring-web from 6.2.0 to 6.2.3 (#418) 7bba3c3 is described below commit 7bba3c3f745e927d5fbcf2a24ca526066a120701 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Mar 4 16:43:28 2025 +0100 Bump org.springframework:spring-web from 6.2.0 to 6.2.3 (#418) Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.0 to 6.2.3. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0...v6.2.3) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 cec040f..066b900 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.0</version> + <version>6.2.3</version> <scope>test</scope> </dependency>