You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/04/15 10:11:04 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump spring.version from 5.3.26 to 5.3.27

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 497ac01001 build(deps): bump spring.version from 5.3.26 to 5.3.27
497ac01001 is described below

commit 497ac01001307f39f34348d248c1e886d6d8be65
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Apr 15 10:02:17 2023 +0000

    build(deps): bump spring.version from 5.3.26 to 5.3.27
    
    Bumps `spring.version` from 5.3.26 to 5.3.27.
    
    Updates `spring-core` from 5.3.26 to 5.3.27
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.26...v5.3.27)
    
    Updates `spring-web` from 5.3.26 to 5.3.27
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.26...v5.3.27)
    
    Updates `spring-webmvc` from 5.3.26 to 5.3.27
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.26...v5.3.27)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-web
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-webmvc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 386146658b..4f761bf79e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
     <tomcat9.version>9.0.73</tomcat9.version>
     <joinfaces.version>4.7.10</joinfaces.version>
     <spring-boot.version>2.7.10</spring-boot.version>
-    <spring.version>5.3.26</spring.version>
+    <spring.version>5.3.27</spring.version>
     <jackson.version>2.14.2</jackson.version>
   </properties>