Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the maven group across 8 directories with 13 updates #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 2, 2024

  1. Bump the maven group across 8 directories with 13 updates

    Bumps the maven group with 13 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | org.apache.hadoop:hadoop-common | `2.10.2` | `3.2.4` |
    | org.apache.avro:avro | `1.8.2` | `1.11.3` |
    | org.apache.commons:commons-compress | `1.24.0` | `1.26.0` |
    | org.apache.zookeeper:zookeeper | `3.7.1` | `3.8.4` |
    | [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `1.33` | `2.0` |
    | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `8.14` | `8.29` |
    | [io.airlift:aircompressor](https://github.com/airlift/aircompressor) | `0.21` | `0.27` |
    | org.apache.derby:derby | `10.10.2.0` | `10.17.1.0` |
    | [org.apache.calcite:calcite-core](https://github.com/apache/calcite) | `1.16.0` | `1.32.0` |
    | org.apache.kafka:kafka-clients | `2.2.2` | `2.6.3` |
    | [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `4.41.1` | `9.37.2` |
    | [com.squareup.okio:okio](https://github.com/square/okio) | `1.17.2` | `1.17.6` |
    | [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) | `2.32.0` | `2.35.1` |
    
    Bumps the maven group with 3 updates in the /flink-connectors/flink-connector-hive directory: org.apache.hadoop:hadoop-common, org.apache.avro:avro and org.apache.derby:derby.
    Bumps the maven group with 2 updates in the /flink-connectors/flink-sql-connector-hive-3.1.3 directory: org.apache.avro:avro and [org.apache.calcite:calcite-core](https://github.com/apache/calcite).
    Bumps the maven group with 2 updates in the /flink-end-to-end-tests/flink-end-to-end-tests-sql directory: [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) and [com.squareup.okio:okio](https://github.com/square/okio).
    Bumps the maven group with 1 update in the /flink-end-to-end-tests/flink-sql-client-test directory: org.apache.kafka:kafka-clients.
    Bumps the maven group with 1 update in the /flink-metrics/flink-metrics-influxdb directory: [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock).
    Bumps the maven group with 6 updates in the /flink-runtime directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | org.apache.hadoop:hadoop-common | `2.10.2` | `3.2.4` |
    | org.apache.commons:commons-compress | `1.24.0` | `1.26.0` |
    | org.apache.zookeeper:zookeeper | `3.7.1` | `3.8.4` |
    | [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `1.33` | `2.0` |
    | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `8.14` | `8.29` |
    | [io.airlift:aircompressor](https://github.com/airlift/aircompressor) | `0.21` | `0.27` |
    
    Bumps the maven group with 5 updates in the /flink-yarn directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | org.apache.hadoop:hadoop-common | `2.10.2` | `3.2.4` |
    | org.apache.commons:commons-compress | `1.24.0` | `1.26.0` |
    | org.apache.zookeeper:zookeeper | `3.7.1` | `3.8.4` |
    | [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `1.33` | `2.0` |
    | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `8.14` | `8.29` |
    
    
    
    Updates `org.apache.hadoop:hadoop-common` from 2.10.2 to 3.2.4
    
    Updates `org.apache.avro:avro` from 1.8.2 to 1.11.3
    
    Updates `org.apache.commons:commons-compress` from 1.24.0 to 1.26.0
    
    Updates `org.apache.zookeeper:zookeeper` from 3.7.1 to 3.8.4
    
    Updates `org.yaml:snakeyaml` from 1.33 to 2.0
    - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.33)
    
    Updates `com.puppycrawl.tools:checkstyle` from 8.14 to 8.29
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-8.14...checkstyle-8.29)
    
    Updates `io.airlift:aircompressor` from 0.21 to 0.27
    - [Commits](airlift/aircompressor@0.21...0.27)
    
    Updates `org.apache.derby:derby` from 10.10.2.0 to 10.17.1.0
    
    Updates `org.apache.calcite:calcite-core` from 1.16.0 to 1.32.0
    - [Commits](apache/calcite@calcite-1.16.0...calcite-1.32.0)
    
    Updates `org.apache.kafka:kafka-clients` from 2.2.2 to 2.6.3
    
    Updates `com.nimbusds:nimbus-jose-jwt` from 4.41.1 to 9.37.2
    - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
    - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.2..4.41.1)
    
    Updates `com.squareup.okio:okio` from 1.17.2 to 1.17.6
    - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
    - [Commits](square/okio@okio-parent-1.17.2...okio-parent-1.17.6)
    
    Updates `com.github.tomakehurst:wiremock-jre8` from 2.32.0 to 2.35.1
    - [Release notes](https://github.com/wiremock/wiremock/releases)
    - [Commits](wiremock/wiremock@2.32.0...2.35.1)
    
    Updates `org.apache.hadoop:hadoop-common` from 2.10.2 to 3.2.4
    
    Updates `org.apache.avro:avro` from 1.8.2 to 1.11.3
    
    Updates `org.apache.derby:derby` from 10.10.2.0 to 10.17.1.0
    
    Updates `org.apache.avro:avro` from 1.8.2 to 1.11.3
    
    Updates `org.apache.calcite:calcite-core` from 1.16.0 to 1.32.0
    - [Commits](apache/calcite@calcite-1.16.0...calcite-1.32.0)
    
    Updates `com.nimbusds:nimbus-jose-jwt` from 4.41.1 to 9.37.2
    - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
    - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.2..4.41.1)
    
    Updates `com.squareup.okio:okio` from 1.17.2 to 1.17.6
    - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
    - [Commits](square/okio@okio-parent-1.17.2...okio-parent-1.17.6)
    
    Updates `org.apache.kafka:kafka-clients` from 2.2.2 to 2.6.3
    
    Updates `com.github.tomakehurst:wiremock-jre8` from 2.32.0 to 2.35.1
    - [Release notes](https://github.com/wiremock/wiremock/releases)
    - [Commits](wiremock/wiremock@2.32.0...2.35.1)
    
    Updates `org.apache.hadoop:hadoop-common` from 2.10.2 to 3.2.4
    
    Updates `org.apache.commons:commons-compress` from 1.24.0 to 1.26.0
    
    Updates `org.apache.zookeeper:zookeeper` from 3.7.1 to 3.8.4
    
    Updates `org.yaml:snakeyaml` from 1.33 to 2.0
    - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.33)
    
    Updates `com.puppycrawl.tools:checkstyle` from 8.14 to 8.29
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-8.14...checkstyle-8.29)
    
    Updates `io.airlift:aircompressor` from 0.21 to 0.27
    - [Commits](airlift/aircompressor@0.21...0.27)
    
    Updates `org.apache.hadoop:hadoop-common` from 2.10.2 to 3.2.4
    
    Updates `org.apache.commons:commons-compress` from 1.24.0 to 1.26.0
    
    Updates `org.apache.zookeeper:zookeeper` from 3.7.1 to 3.8.4
    
    Updates `org.yaml:snakeyaml` from 1.33 to 2.0
    - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.33)
    
    Updates `com.puppycrawl.tools:checkstyle` from 8.14 to 8.29
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-8.14...checkstyle-8.29)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.hadoop:hadoop-common
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.apache.avro:avro
      dependency-type: direct:development
      dependency-group: maven
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.apache.zookeeper:zookeeper
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.yaml:snakeyaml
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: io.airlift:aircompressor
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.apache.derby:derby
      dependency-type: direct:development
      dependency-group: maven
    - dependency-name: org.apache.calcite:calcite-core
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.apache.kafka:kafka-clients
      dependency-type: direct:development
      dependency-group: maven
    - dependency-name: com.nimbusds:nimbus-jose-jwt
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: com.squareup.okio:okio
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: com.github.tomakehurst:wiremock-jre8
      dependency-type: direct:development
      dependency-group: maven
    - dependency-name: org.apache.hadoop:hadoop-common
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.apache.avro:avro
      dependency-type: direct:development
      dependency-group: maven
    - dependency-name: org.apache.derby:derby
      dependency-type: direct:development
      dependency-group: maven
    - dependency-name: org.apache.avro:avro
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.apache.calcite:calcite-core
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: com.nimbusds:nimbus-jose-jwt
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: com.squareup.okio:okio
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.apache.kafka:kafka-clients
      dependency-type: direct:development
      dependency-group: maven
    - dependency-name: com.github.tomakehurst:wiremock-jre8
      dependency-type: direct:development
      dependency-group: maven
    - dependency-name: org.apache.hadoop:hadoop-common
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.apache.zookeeper:zookeeper
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.yaml:snakeyaml
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: io.airlift:aircompressor
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.apache.hadoop:hadoop-common
      dependency-type: direct:development
      dependency-group: maven
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.apache.zookeeper:zookeeper
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: org.yaml:snakeyaml
      dependency-type: direct:production
      dependency-group: maven
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      dependency-group: maven
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    f1856f5 View commit details
    Browse the repository at this point in the history