You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2022/07/06 10:21:20 UTC

[bahir-flink] branch master updated (2b4231d -> 379fc87)

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

eskabetxe pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git


 discard 2b4231d  Bump httpclient from 4.5.2 to 4.5.13 in /flink-connector-netty
 discard bc8a562  Bump fastjson from 1.2.25 to 1.2.83 in /flink-connector-netty
     new b84e49a  Bump fastjson to 1.2.83
     new 379fc87  Bump httpclient to 4.5.13

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2b4231d)
            \
             N -- N -- N   refs/heads/master (379fc87)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[bahir-flink] 01/02: Bump fastjson to 1.2.83

Posted by es...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git

commit b84e49a20d142e5425310d7e09c9f3bd1b972b80
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 6 09:58:17 2022 +0000

    Bump fastjson to 1.2.83
    
    Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.25 to 1.2.83.
    - [Release notes](https://github.com/alibaba/fastjson/releases)
    - [Commits](https://github.com/alibaba/fastjson/compare/1.2.25...1.2.83)
    
    ---
    updated-dependencies:
    - dependency-name: com.alibaba:fastjson
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 flink-connector-netty/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connector-netty/pom.xml b/flink-connector-netty/pom.xml
index 79f9c02..4933fea 100644
--- a/flink-connector-netty/pom.xml
+++ b/flink-connector-netty/pom.xml
@@ -35,7 +35,7 @@
       <dependency>
         <groupId>com.alibaba</groupId>
         <artifactId>fastjson</artifactId>
-        <version>1.2.25</version>
+        <version>1.2.83</version>
         <scope>test</scope>
       </dependency>
       <dependency>


[bahir-flink] 02/02: Bump httpclient to 4.5.13

Posted by es...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git

commit 379fc87859157fd26063c5e0e4e40a5a0d896097
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 6 09:59:53 2022 +0000

    Bump httpclient to 4.5.13
    
    Bumps httpclient from 4.5.2 to 4.5.13.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.httpcomponents:httpclient
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 flink-connector-netty/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connector-netty/pom.xml b/flink-connector-netty/pom.xml
index 4933fea..344477f 100644
--- a/flink-connector-netty/pom.xml
+++ b/flink-connector-netty/pom.xml
@@ -57,7 +57,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.2</version>
+        <version>4.5.13</version>
         <scope>test</scope>
       </dependency>
     </dependencies>