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

martijnvisser pushed a commit to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-rabbitmq.git


The following commit(s) were added to refs/heads/v3.0 by this push:
     new 881c83b  [FLINK-34019] Bump com.rabbitmq:amqp-client from 5.13.1 to 
5.20.0. This closes #18
881c83b is described below

commit 881c83b5daf3a4e48a8027f85dff1f1f99dc6f81
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 8 11:05:28 2024 +0100

    [FLINK-34019] Bump com.rabbitmq:amqp-client from 5.13.1 to 5.20.0. This 
closes #18
    
    * Bump com.rabbitmq:amqp-client in /flink-connector-rabbitmq
    
    Bumps 
[com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) 
from 5.13.1 to 5.18.0.
    - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
    - 
[Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.13.1...v5.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.rabbitmq:amqp-client
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    
    * Bump com.rabbitmq:amqp-client in /flink-connector-rabbitmq
    
    ---------
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Martijn Visser 
<2989614+martijnvis...@users.noreply.github.com>
    (cherry picked from commit 427bf4cd9fbf27d338a33250257489491952aeb8)
---
 flink-connector-rabbitmq/pom.xml                                | 2 +-
 flink-sql-connector-rabbitmq/src/main/resources/META-INF/NOTICE | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-connector-rabbitmq/pom.xml b/flink-connector-rabbitmq/pom.xml
index b2f5dcf..a8fa213 100644
--- a/flink-connector-rabbitmq/pom.xml
+++ b/flink-connector-rabbitmq/pom.xml
@@ -36,7 +36,7 @@ under the License.
 
        <!-- Allow users to pass custom connector versions -->
        <properties>
-               <rabbitmq.version>5.13.1</rabbitmq.version>
+               <rabbitmq.version>5.20.0</rabbitmq.version>
        </properties>
 
        <dependencies>
diff --git a/flink-sql-connector-rabbitmq/src/main/resources/META-INF/NOTICE 
b/flink-sql-connector-rabbitmq/src/main/resources/META-INF/NOTICE
index 9cdf920..e4f475f 100644
--- a/flink-sql-connector-rabbitmq/src/main/resources/META-INF/NOTICE
+++ b/flink-sql-connector-rabbitmq/src/main/resources/META-INF/NOTICE
@@ -6,4 +6,4 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software 
License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- com.rabbitmq:amqp-client:5.13.1
+- com.rabbitmq:amqp-client:5.20.0

Reply via email to