You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/04/19 03:30:02 UTC

[pulsar] branch branch-2.10 updated: Bump spring-core from 5.0.20.RELEASE to 5.3.18 in /pulsar-io/canal (#15047)

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

penghui pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 6b2c15852c1 Bump spring-core from 5.0.20.RELEASE to 5.3.18 in /pulsar-io/canal (#15047)
6b2c15852c1 is described below

commit 6b2c15852c19187b59af0e12f1494e3f3a61a818
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 8 12:01:55 2022 +0300

    Bump spring-core from 5.0.20.RELEASE to 5.3.18 in /pulsar-io/canal (#15047)
    
    Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.0.20.RELEASE to 5.3.18.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.20.RELEASE...v5.3.18)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 3304733d485aa180c2c69f3f5963b98b5c99aeaa)
---
 pulsar-io/canal/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-io/canal/pom.xml b/pulsar-io/canal/pom.xml
index 2e628ebd32b..dfb6c44f011 100644
--- a/pulsar-io/canal/pom.xml
+++ b/pulsar-io/canal/pom.xml
@@ -33,7 +33,7 @@
     <name>Pulsar IO :: Canal</name>
 
     <properties>
-        <spring.version>5.0.20.RELEASE</spring.version>
+        <spring.version>5.3.18</spring.version>
         <canal.version>1.1.5</canal.version>
     </properties>