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

Added bigquery support #2

Merged
merged 85 commits into from
Oct 10, 2023
Merged

Added bigquery support #2

merged 85 commits into from
Oct 10, 2023

Commits on Aug 25, 2023

  1. build(deps): bump io.confluent:kafka-schema-registry-client (#3599)

    Bumps [io.confluent:kafka-schema-registry-client](https://github.com/confluentinc/schema-registry) from 7.4.1 to 7.5.0.
    - [Commits](https://github.com/confluentinc/schema-registry/commits)
    
    ---
    updated-dependencies:
    - dependency-name: io.confluent:kafka-schema-registry-client
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    04a5713 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump io.apicurio:apicurio-data-models from 2.0.3 to 2.0.4 (

    #3603)
    
    Bumps [io.apicurio:apicurio-data-models](https://github.com/apicurio/apicurio-data-models) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/apicurio/apicurio-data-models/releases)
    - [Commits](Apicurio/apicurio-data-models@2.0.3...2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: io.apicurio:apicurio-data-models
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d08db71 View commit details
    Browse the repository at this point in the history
  3. Bugfix: prase decimal's default

    j2gg0s authored and jsenko committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e1cc675 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    f9cc641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4238eae View commit details
    Browse the repository at this point in the history
  3. build(deps): bump protobuf.version from 3.24.1 to 3.24.2 (#3608)

    Bumps `protobuf.version` from 3.24.1 to 3.24.2.
    
    Updates `com.google.protobuf:protobuf-java` from 3.24.1 to 3.24.2
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
    - [Commits](protocolbuffers/protobuf@v3.24.1...v3.24.2)
    
    Updates `com.google.protobuf:protobuf-java-util` from 3.24.1 to 3.24.2
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.google.protobuf:protobuf-java-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a44ff37 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump org.yaml:snakeyaml from 2.1 to 2.2 (#3609)

    Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.1 to 2.2.
    - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.2..snakeyaml-2.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.yaml:snakeyaml
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c63c972 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. added unit tests (#3593)

    renjingxiao authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2755e83 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. #3613 fix Serialization error with reflective enum and qualifiedREcor… (

    #3616)
    
    * #3613 fix Serialization error with reflective enum and qualifiedREcordIdStrategy
    
    * #3613 switch to class parameter in test
    sunmeplz authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a8d4614 View commit details
    Browse the repository at this point in the history
  2. Update TESTING.md

    Minor fixes to the testing docs.
    EricWittmann authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6c21bcd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Upgraded UI components via npm

    EricWittmann authored and carlesarnal committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    cb6c07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c364313 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f2213e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8869ee1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84945ee View commit details
    Browse the repository at this point in the history
  6. Updated docs

    EricWittmann authored and carlesarnal committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    cf15165 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19bd927 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. build(deps): bump com.graphql-java:graphql-java from 21.0 to 21.1 (#3625

    )
    
    Bumps [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) from 21.0 to 21.1.
    - [Release notes](https://github.com/graphql-java/graphql-java/releases)
    - [Commits](graphql-java/graphql-java@v21.0...v21.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.graphql-java:graphql-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a6c6841 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump microsoft-kiota-abstractions in /python-sdk (#3623)

    Bumps [microsoft-kiota-abstractions](https://github.com/microsoft/kiota) from 0.7.1 to 0.8.1.
    - [Release notes](https://github.com/microsoft/kiota/releases)
    - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
    - [Commits](microsoft/kiota@v0.7.1...v0.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: microsoft-kiota-abstractions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5df2529 View commit details
    Browse the repository at this point in the history
  3. Implement dereferencing for apicurio-data-models types (#3614)

    * Implement dereferencing for apicurio-data-models types
    
    * Removed an unused import
    EricWittmann authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    98f8a4e View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump pytest from 7.4.0 to 7.4.1 in /python-sdk (#3626)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.1.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.0...7.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f3c74ea View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    ca64cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19b7bc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baa0a1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4feb5a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    0bea7f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0645abb View commit details
    Browse the repository at this point in the history
  3. build(deps): bump com.github.tomakehurst:wiremock-jre8 (#3631)

    Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.35.0 to 2.35.1.
    - [Release notes](https://github.com/wiremock/wiremock/releases)
    - [Commits](wiremock/wiremock@2.35.0...2.35.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.tomakehurst:wiremock-jre8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2be339d View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump org.scala-lang:scala-library (#3632)

    Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.11 to 2.13.12.
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](scala/scala@v2.13.11...v2.13.12)
    
    ---
    updated-dependencies:
    - dependency-name: org.scala-lang:scala-library
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4c97063 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. build(deps-dev): bump pytest from 7.4.1 to 7.4.2 in /python-sdk (#3635)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.1 to 7.4.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.1...7.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    187e057 View commit details
    Browse the repository at this point in the history
  2. Add Exception for empty rule

    Amoncy authored and carlesarnal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    30511ca View commit details
    Browse the repository at this point in the history
  3. Add requireParamter and change type

    Amoncy authored and carlesarnal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    107d5ff View commit details
    Browse the repository at this point in the history
  4. Add Unit Test Cases

    Amoncy authored and carlesarnal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7b66678 View commit details
    Browse the repository at this point in the history
  5. Correct failing test case

    Amoncy authored and carlesarnal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9459fe3 View commit details
    Browse the repository at this point in the history
  6. Correct comment

    Amoncy authored and carlesarnal committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7313bb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. build(deps): bump org.keycloak:keycloak-admin-client (#3641)

    Bumps org.keycloak:keycloak-admin-client from 22.0.1 to 22.0.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.keycloak:keycloak-admin-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7f2bc66 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump protobuf.version from 3.24.2 to 3.24.3 (#3636)

    Bumps `protobuf.version` from 3.24.2 to 3.24.3.
    
    Updates `com.google.protobuf:protobuf-java` from 3.24.2 to 3.24.3
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
    - [Commits](protocolbuffers/protobuf@v3.24.2...v3.24.3)
    
    Updates `com.google.protobuf:protobuf-java-util` from 3.24.2 to 3.24.3
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.google.protobuf:protobuf-java-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f7c1e29 View commit details
    Browse the repository at this point in the history
  3. Incorrect default value avro serialization (#3633)

    * Fix default value converter
    
    * Add test for default byte type value in converter test
    carlesarnal authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8499c8d View commit details
    Browse the repository at this point in the history
  4. build(deps): bump com.google.api.grpc:proto-google-common-protos (#3642)

    Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.23.0 to 2.24.0.
    - [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
    - [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
    - [Commits](googleapis/sdk-platform-java@v2.23.0...v2.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.api.grpc:proto-google-common-protos
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c3116af View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump black from 23.7.0 to 23.9.1 in /python-sdk (#3643)

    Bumps [black](https://github.com/psf/black) from 23.7.0 to 23.9.1.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.7.0...23.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    95f1447 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. build(deps): bump io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom (

    …#3648)
    
    Bumps [io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom](https://github.com/quarkiverse/quarkus-operator-sdk) from 6.3.0 to 6.3.1.
    - [Release notes](https://github.com/quarkiverse/quarkus-operator-sdk/releases)
    - [Commits](quarkiverse/quarkus-operator-sdk@6.3.0...6.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a6c0847 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. build(deps): bump org.keycloak:keycloak-admin-client (#3650)

    Bumps org.keycloak:keycloak-admin-client from 22.0.2 to 22.0.3.
    
    ---
    updated-dependencies:
    - dependency-name: org.keycloak:keycloak-admin-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3ac8f98 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    096f734 View commit details
    Browse the repository at this point in the history
  2. fix: free disk space on runner to fix out of space issue (#3639)

    * fix: free disk space on runner to fix out of space issue
    
    * Pin action to a full length commit SHA
    riprasad authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    077c914 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e852e0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9df9d42 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump microsoft-kiota-abstractions in /python-sdk (#3655)

    Bumps [microsoft-kiota-abstractions](https://github.com/microsoft/kiota) from 0.8.1 to 0.8.3.
    - [Release notes](https://github.com/microsoft/kiota/releases)
    - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
    - [Commits](microsoft/kiota@v0.8.1...v0.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: microsoft-kiota-abstractions
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5bb0a44 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump microsoft-kiota-http in /python-sdk (#3654)

    Bumps [microsoft-kiota-http](https://github.com/microsoft/kiota) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/microsoft/kiota/releases)
    - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
    - [Commits](microsoft/kiota@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: microsoft-kiota-http
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    52fa7c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Refactor ccompat layer (#3619)

    * Add schema normalization
    
    * Add extended testing for ccompat
    
    * Use confluent normalization
    
    * Fix rules application for disabled version
    
    * Add deleted parameter to versions api
    
    * Add dereferencing content comparison in ccompat
    
    * Fix reference integrity check in ccompat
    
    * Implement lookup schema method and improve soft deleting error handling
    
    * Remove last bits of the ccompat v6 api
    
    * Do not fail if there are more resolved references
    
    * Add deleted parameter for lookup
    
    * Add more tests cases for ccompat
    
    * Simplify schema normalization
    
    * Improve testing structure and add protobuf testing
    
    * Fallback to dereferencing lookup only for avro
    
    * Fix ccompat api test
    
    * Add commented json ccompat test
    
    * Make the update artifact method lookup for all artifacts
    
    * Fix delete integration test
    
    * Fix delete tests
    
    * Remove storage facade from ccompat
    
    * Improve readability of the ccompat api testing
    carlesarnal authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    248532d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom (

    …#3663)
    
    Bumps [io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom](https://github.com/quarkiverse/quarkus-operator-sdk) from 6.3.1 to 6.3.2.
    - [Release notes](https://github.com/quarkiverse/quarkus-operator-sdk/releases)
    - [Commits](quarkiverse/quarkus-operator-sdk@6.3.1...6.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7dfc56b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    116fb40 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. build(deps): bump microsoft-kiota-abstractions in /python-sdk (#3664)

    Bumps [microsoft-kiota-abstractions](https://github.com/microsoft/kiota) from 0.8.3 to 0.8.4.
    - [Release notes](https://github.com/microsoft/kiota/releases)
    - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/kiota/commits)
    
    ---
    updated-dependencies:
    - dependency-name: microsoft-kiota-abstractions
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Eric Wittmann <eric.wittmann@gmail.com>
    Co-authored-by: Andrea Peruffo <andrea.peruffo1982@gmail.com>
    3 people authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    78777f9 View commit details
    Browse the repository at this point in the history
  2. fix: merge issue

    jsenko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6c468cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    998f0a1 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump microsoft-kiota-abstractions in /python-sdk (#3668)

    Bumps [microsoft-kiota-abstractions](https://github.com/microsoft/kiota) from 0.8.4 to 0.8.5.
    - [Release notes](https://github.com/microsoft/kiota/releases)
    - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/kiota/commits)
    
    ---
    updated-dependencies:
    - dependency-name: microsoft-kiota-abstractions
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3b730e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Remove black magic for building storages classpath (#3672)

    * Turn the app module into a library and create an in memory version of the application
    
    Move properties and resources back to the app module
    
    Remove black magic for building storages classpath
    
    * Remove openapi from static files extraction
    carlesarnal authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b7c3dcc View commit details
    Browse the repository at this point in the history
  2. build(deps): bump org.eclipse.jgit:org.eclipse.jgit (#3670)

    Bumps org.eclipse.jgit:org.eclipse.jgit from 6.5.0.202303070854-r to 6.7.0.202309050840-r.
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jgit:org.eclipse.jgit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f54885f View commit details
    Browse the repository at this point in the history
  3. build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#3669)

    Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1c8eeda View commit details
    Browse the repository at this point in the history
  4. build(deps): bump typing-extensions from 4.7.1 to 4.8.0 in /python-sdk (

    #3667)
    
    Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.7.1 to 4.8.0.
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@4.7.1...4.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: typing-extensions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    10422c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76011e1 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump microsoft-kiota-http in /python-sdk (#3675)

    Bumps [microsoft-kiota-http](https://github.com/microsoft/kiota) from 0.6.0 to 0.6.1.
    - [Release notes](https://github.com/microsoft/kiota/releases)
    - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/kiota/commits)
    
    ---
    updated-dependencies:
    - dependency-name: microsoft-kiota-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    14946ef View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. build(deps): bump org.projectlombok:lombok from 1.18.28 to 1.18.30 (#…

    …3678)
    
    Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.28 to 1.18.30.
    - [Release notes](https://github.com/projectlombok/lombok/releases)
    - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
    - [Commits](projectlombok/lombok@v1.18.28...v1.18.30)
    
    ---
    updated-dependencies:
    - dependency-name: org.projectlombok:lombok
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    beab53f View commit details
    Browse the repository at this point in the history
  2. build(deps): bump certifi from 2023.5.7 to 2023.7.22 in /python-sdk (#…

    …3665)
    
    Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
    - [Commits](certifi/python-certifi@2023.05.07...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Eric Wittmann <eric.wittmann@gmail.com>
    dependabot[bot] and EricWittmann authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4e5884a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. build(deps): bump microsoft-kiota-serialization-json in /python-sdk (#…

    …3684)
    
    Bumps [microsoft-kiota-serialization-json](https://github.com/microsoft/kiota) from 0.4.0 to 0.4.1.
    - [Release notes](https://github.com/microsoft/kiota/releases)
    - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/kiota/commits)
    
    ---
    updated-dependencies:
    - dependency-name: microsoft-kiota-serialization-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9b19212 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. build(deps): bump avro.version from 1.11.2 to 1.11.3 (#3687)

    Bumps `avro.version` from 1.11.2 to 1.11.3.
    
    Updates `org.apache.avro:avro` from 1.11.2 to 1.11.3
    
    Updates `org.apache.avro:avro-maven-plugin` from 1.11.2 to 1.11.3
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.avro:avro
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.avro:avro-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    695dc4b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom (

    …#3688)
    
    Bumps [io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom](https://github.com/quarkiverse/quarkus-operator-sdk) from 6.3.2 to 6.3.3.
    - [Release notes](https://github.com/quarkiverse/quarkus-operator-sdk/releases)
    - [Commits](quarkiverse/quarkus-operator-sdk@6.3.2...6.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a9a97c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. build(deps): bump com.google.api.grpc:proto-google-common-protos (#3685)

    Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.24.0 to 2.25.0.
    - [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
    - [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
    - [Commits](googleapis/sdk-platform-java@v2.24.0...v2.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.api.grpc:proto-google-common-protos
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    640d089 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump microsoft-kiota-abstractions in /python-sdk (#3674)

    Bumps [microsoft-kiota-abstractions](https://github.com/microsoft/kiota) from 0.8.5 to 0.8.6.
    - [Release notes](https://github.com/microsoft/kiota/releases)
    - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/kiota/commits)
    
    ---
    updated-dependencies:
    - dependency-name: microsoft-kiota-abstractions
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Eric Wittmann <eric.wittmann@gmail.com>
    dependabot[bot] and EricWittmann authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    743a474 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump com.google.api.grpc:proto-google-common-protos (#3692)

    Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.25.0 to 2.25.1.
    - [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
    - [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/googleapis/sdk-platform-java/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.api.grpc:proto-google-common-protos
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8f9c72c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1eaeca7 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump com.squareup.wire:wire-schema from 4.8.1 to 4.9.1 (#…

    …3689)
    
    Bumps [com.squareup.wire:wire-schema](https://github.com/square/wire) from 4.8.1 to 4.9.1.
    - [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
    - [Commits](square/wire@4.8.1...4.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.squareup.wire:wire-schema
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7af9fea View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    25fa051 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. build(deps): bump com.squareup.okio:okio from 3.5.0 to 3.6.0 (#3730)

    Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.5.0 to 3.6.0.
    - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
    - [Commits](square/okio@parent-3.5.0...parent-3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.squareup.okio:okio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    49f814d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. build(deps-dev): bump urllib3 from 2.0.3 to 2.0.6 in /python-sdk (#3737)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.0.6.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.0.3...2.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7ed1016 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump com.squareup.okio:okio-jvm from 3.5.0 to 3.6.0 (#3729)

    Bumps [com.squareup.okio:okio-jvm](https://github.com/square/okio) from 3.5.0 to 3.6.0.
    - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
    - [Commits](square/okio@parent-3.5.0...parent-3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.squareup.okio:okio-jvm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d7b5f54 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump com.squareup.okio:okio-fakefilesystem (#3728)

    Bumps [com.squareup.okio:okio-fakefilesystem](https://github.com/square/okio) from 3.4.0 to 3.6.0.
    - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
    - [Commits](square/okio@parent-3.4.0...parent-3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.squareup.okio:okio-fakefilesystem
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ba4b384 View commit details
    Browse the repository at this point in the history
  4. Remove multitenancy (#3679)

    * Remove multitenancy ui checks
    
    * Remove tenant id from sql storage
    
    * Remove multitenancy from sql storage
    
    * Remove multitenancy from kafkasql
    
    * Fix sql statements
    
    * Remove upgrade tests
    
    * Remove kafka sql upgrader
    
    * Simplify auto update version query
    carlesarnal authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7cecfa9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. build(deps): bump org.keycloak:keycloak-admin-client (#3760)

    Bumps org.keycloak:keycloak-admin-client from 22.0.3 to 22.0.4.
    
    ---
    updated-dependencies:
    - dependency-name: org.keycloak:keycloak-admin-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a787e1c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. build(deps): bump protobuf.version from 3.24.3 to 3.24.4 (#3763)

    Bumps `protobuf.version` from 3.24.3 to 3.24.4.
    
    Updates `com.google.protobuf:protobuf-java` from 3.24.3 to 3.24.4
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
    - [Commits](protocolbuffers/protobuf@v3.24.3...v3.24.4)
    
    Updates `com.google.protobuf:protobuf-java-util` from 3.24.3 to 3.24.4
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.google.protobuf:protobuf-java-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    d18485e View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump postcss from 8.4.29 to 8.4.31 in /ui (#3761)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.29...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7943282 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. build(deps): bump io.confluent:kafka-schema-registry-client (#3774)

    Bumps [io.confluent:kafka-schema-registry-client](https://github.com/confluentinc/schema-registry) from 7.5.0 to 7.5.1.
    - [Commits](confluentinc/schema-registry@v7.5.0...v7.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.confluent:kafka-schema-registry-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    006630f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Fixed a package decl

    EricWittmann committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f01e400 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump io.strimzi:kafka-oauth-client from 0.13.0 to 0.14.0 (

    …#3781)
    
    Bumps [io.strimzi:kafka-oauth-client](https://github.com/strimzi/strimzi-kafka-oauth) from 0.13.0 to 0.14.0.
    - [Release notes](https://github.com/strimzi/strimzi-kafka-oauth/releases)
    - [Changelog](https://github.com/strimzi/strimzi-kafka-oauth/blob/main/RELEASE_NOTES.md)
    - [Commits](strimzi/strimzi-kafka-oauth@0.13.0...0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.strimzi:kafka-oauth-client
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    df09288 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump com.google.api.grpc:proto-google-common-protos (#3780)

    Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.25.1 to 2.26.0.
    - [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
    - [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/googleapis/sdk-platform-java/commits/v2.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.api.grpc:proto-google-common-protos
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4d7e251 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    6abcb92 View commit details
    Browse the repository at this point in the history