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

Combined dependencies PR #7292

Merged
merged 15 commits into from
Jul 3, 2023
Merged

Combined dependencies PR #7292

merged 15 commits into from
Jul 3, 2023

Commits on Jul 2, 2023

  1. Bump redis.clients:jedis from 4.3.2 to 4.4.3 in /core

    Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 4.3.2 to 4.4.3.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](redis/jedis@v4.3.2...v4.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    beccd29 View commit details
    Browse the repository at this point in the history
  2. Bump org.testng:testng from 7.5 to 7.5.1 in /examples

    Bumps [org.testng:testng](https://github.com/cbeust/testng) from 7.5 to 7.5.1.
    - [Release notes](https://github.com/cbeust/testng/releases)
    - [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt)
    - [Commits](testng-team/testng@7.5...7.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.testng:testng
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    06c591d View commit details
    Browse the repository at this point in the history
  3. Bump mysql:mysql-connector-java from 8.0.32 to 8.0.33 in /examples

    Bumps mysql:mysql-connector-java from 8.0.32 to 8.0.33.
    
    ---
    updated-dependencies:
    - dependency-name: mysql:mysql-connector-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    1e317bd View commit details
    Browse the repository at this point in the history
  4. Bump org.junit.platform:junit-platform-launcher in /modules/spock

    Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.9.2 to 1.9.3.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.platform:junit-platform-launcher
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    b6ef74d View commit details
    Browse the repository at this point in the history
  5. Bump com.hivemq:hivemq-mqtt-client in /modules/hivemq

    Bumps [com.hivemq:hivemq-mqtt-client](https://github.com/hivemq/hivemq-mqtt-client) from 1.3.0 to 1.3.1.
    - [Release notes](https://github.com/hivemq/hivemq-mqtt-client/releases)
    - [Changelog](https://github.com/hivemq/hivemq-mqtt-client/blob/master/RELEASE.md)
    - [Commits](hivemq/hivemq-mqtt-client@v1.3.0...v1.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.hivemq:hivemq-mqtt-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    6e4f50e View commit details
    Browse the repository at this point in the history
  6. Bump org.jetbrains:annotations from 24.0.0 to 24.0.1 in /modules/trino

    Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.0.0 to 24.0.1.
    - [Release notes](https://github.com/JetBrains/java-annotations/releases)
    - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
    - [Commits](JetBrains/java-annotations@24.0.0...24.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains:annotations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    f366b71 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Bump org.apache.tinkerpop:gremlin-driver in /modules/orientdb

    Bumps [org.apache.tinkerpop:gremlin-driver](https://github.com/apache/tinkerpop) from 3.6.2 to 3.6.4.
    - [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
    - [Commits](apache/tinkerpop@3.6.2...3.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tinkerpop:gremlin-driver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0ba2fc3 View commit details
    Browse the repository at this point in the history
  2. Bump org.junit.jupiter:junit-jupiter-api in /examples

    Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.2 to 5.9.3.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.9.2...r5.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    385e530 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/dependabot/gradle/modules/orient…

    …db/org.apache.tinkerpop-gremlin-driver-3.6.4' into combined-pr-branch
    eddumelendez committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0c7b6ad View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.t…

    …estng-testng-7.5.1' into combined-pr-branch
    eddumelendez committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e815152 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.j…

    …unit.jupiter-junit-jupiter-api-5.9.3' into combined-pr-branch
    eddumelendez committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c400665 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/dependabot/gradle/examples/mysql…

    …-mysql-connector-java-8.0.33' into combined-pr-branch
    eddumelendez committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0bfaa6b View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/dependabot/gradle/modules/hivemq…

    …/com.hivemq-hivemq-mqtt-client-1.3.1' into combined-pr-branch
    eddumelendez committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3d1e427 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/…

    …org.junit.platform-junit-platform-launcher-1.9.3' into combined-pr-branch
    eddumelendez committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6ef946d View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/dependabot/gradle/modules/trino/…

    …org.jetbrains-annotations-24.0.1' into combined-pr-branch
    eddumelendez committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3e8ffe9 View commit details
    Browse the repository at this point in the history