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

build(deps): bump the main-dependencies group with 23 updates #4299

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps the main-dependencies group with 23 updates:

Package From To
io.apicurio:apicurio-common-app-components-core 0.2.2.Final 1.0.16.Final
io.apicurio:apicurio-common-app-components-logging 0.2.2.Final 1.0.16.Final
io.apicurio:apicurio-common-app-components-config 0.2.2.Final 1.0.16.Final
io.apicurio:apicurio-common-app-components-config-definitions 0.2.2.Final 1.0.16.Final
io.apicurio:apicurio-common-app-components-config-index 0.2.2.Final 1.0.16.Final
io.apicurio:apicurio-common-app-components-auth 0.2.2.Final 1.0.16.Final
io.apicurio:apicurio-common-app-components-maven-plugin 0.2.2.Final 1.0.16.Final
org.apache.kafka:connect-api 3.5.1 7.5.3-ce
org.apache.kafka:connect-json 2.4.0 7.5.3-ce
com.squareup.wire:wire-schema 4.9.3 4.9.6
com.squareup.wire:wire-compiler 4.9.3 4.9.6
com.google.api.grpc:proto-google-common-protos 2.31.0 2.33.0
org.testcontainers:redpanda 1.19.3 1.19.4
com.google.truth.extensions:truth-proto-extension 1.3.0 1.4.0
com.microsoft.kiota:microsoft-kiota-abstractions 0.12.1 0.12.2
com.microsoft.kiota:microsoft-kiota-serialization-text 0.12.1 0.12.2
com.microsoft.kiota:microsoft-kiota-serialization-form 0.12.1 0.12.2
com.microsoft.kiota:microsoft-kiota-serialization-multipart 0.12.1 0.12.2
io.kiota:kiota-http-vertx 0.0.13 0.0.14
io.kiota:kiota-serialization-jackson 0.0.13 0.0.14
io.kiota:kiota-maven-plugin 0.0.13 0.0.14
io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom 6.3.3 6.6.1
org.assertj:assertj-core 3.25.1 3.25.3

Updates io.apicurio:apicurio-common-app-components-core from 0.2.2.Final to 1.0.16.Final

Commits

Updates io.apicurio:apicurio-common-app-components-logging from 0.2.2.Final to 1.0.16.Final

Commits

Updates io.apicurio:apicurio-common-app-components-config from 0.2.2.Final to 1.0.16.Final

Commits

Updates io.apicurio:apicurio-common-app-components-config-definitions from 0.2.2.Final to 1.0.16.Final

Updates io.apicurio:apicurio-common-app-components-config-index from 0.2.2.Final to 1.0.16.Final

Commits

Updates io.apicurio:apicurio-common-app-components-auth from 0.2.2.Final to 1.0.16.Final

Commits

Updates io.apicurio:apicurio-common-app-components-maven-plugin from 0.2.2.Final to 1.0.16.Final

Commits

Updates org.apache.kafka:connect-api from 3.5.1 to 7.5.3-ce

Updates org.apache.kafka:connect-json from 2.4.0 to 7.5.3-ce

Updates com.squareup.wire:wire-schema from 4.9.3 to 4.9.6

Changelog

Sourced from com.squareup.wire:wire-schema's changelog.

Version 4.9.6

2024-02-02

Common

  • Add public dependencies when encoding the schema (#2801 by [Michael Peyper][mpeyper])

Kotlin

  • Fix RealGrpcCall timeout (#2816 by [Jeff Gulbronson][JGulbronson])

Version 4.9.5

2024-01-27

Common

  • Fix over pruning imports when only option types are being extended in a file (#2800 by [Michael Peyper][mpeyper])

Version 4.9.4

2024-01-26

Common

  • Added linuxArm64 target to wire-runtime module (#2733 by [Shay Oinif][ShayOinif])
  • Add ProtoReader API for length-delimited stream reads (#2747 by [Jake Wharton][JakeWharton])
    • You can now call ProtoReader#nextLengthDelimited to read and return the length of the next message in a length-delimited stream.
  • Ensure ConsoleWireLogger does not print anything if in quiet mode (#2754 by [Dimitris Koutsogiorgas][dnkoutso])
  • Provide a built in public EmptyWireLoggerFactory class (#2776 by [Dimitris Koutsogiorgas][dnkoutso])
  • Stop logging includes and excludes (#2777)
  • Implement equals/hash for Duration and Instant on native and JS (#2781)
  • Prune imports no longer used by retained entities in the schema (#2797 by [Michael Peyper][mpeyper])

Kotlin

  • Generate Grpc SERVICE_NAME as const (#2773 by [Marius Volkhart][MariusVolkhart])
  • Use %N in KotlinGenerator to ensure names are escaped (#2784 by [Egor Andreevich][Egorand])
  • Add escapeKotlinKeywords parameter to Kotlin target (#2785 by [Egor Andreevich][Egorand])
    • You can now set escapeKotlinKeywords = true within our kotlin {} targets to escape Kotlin keywords with backticks rather than having them suffixed with an _.
  • Don't retransmit a PipeDuplexRequestBody (#2791)
    • We had crashes that occurred when OkHttp attempted to retry sending the request body of a gRPC streaming connection.

Swift

  • Remove deprecated cruft (#2721 by [Adam Lickel][lickel])

... (truncated)

Commits
  • 86a2e90 Prepare for release 4.9.6.
  • 0180b78 Merge pull request #2816 from JGulbronson/jgulbronson.fix-RealGrpcCall-timeout
  • 62e9398 Fix RealGrpcCall timeout
  • 0dc11fb Merge pull request #2812 from square/renovate/gradle-wrapper-validation-actio...
  • 835fd07 Merge pull request #2810 from square/renovate/grpc-java-monorepo
  • 9744027 Merge pull request #2809 from square/renovate/org.jetbrains.kotlinx.binary-co...
  • 25c41ef Merge pull request #2806 from square/renovate/com.google.truth-truth-1.x
  • 8f80aa3 Merge pull request #2805 from square/renovate/com.charleskorn.kaml-kaml-0.x
  • 93ee845 Update gradle/wrapper-validation-action action to v2
  • 28ad6ee Update dependency com.google.truth:truth to v1.3.0
  • Additional commits viewable in compare view

Updates com.squareup.wire:wire-compiler from 4.9.3 to 4.9.6

Changelog

Sourced from com.squareup.wire:wire-compiler's changelog.

Version 4.9.6

2024-02-02

Common

  • Add public dependencies when encoding the schema (#2801 by [Michael Peyper][mpeyper])

Kotlin

  • Fix RealGrpcCall timeout (#2816 by [Jeff Gulbronson][JGulbronson])

Version 4.9.5

2024-01-27

Common

  • Fix over pruning imports when only option types are being extended in a file (#2800 by [Michael Peyper][mpeyper])

Version 4.9.4

2024-01-26

Common

  • Added linuxArm64 target to wire-runtime module (#2733 by [Shay Oinif][ShayOinif])
  • Add ProtoReader API for length-delimited stream reads (#2747 by [Jake Wharton][JakeWharton])
    • You can now call ProtoReader#nextLengthDelimited to read and return the length of the next message in a length-delimited stream.
  • Ensure ConsoleWireLogger does not print anything if in quiet mode (#2754 by [Dimitris Koutsogiorgas][dnkoutso])
  • Provide a built in public EmptyWireLoggerFactory class (#2776 by [Dimitris Koutsogiorgas][dnkoutso])
  • Stop logging includes and excludes (#2777)
  • Implement equals/hash for Duration and Instant on native and JS (#2781)
  • Prune imports no longer used by retained entities in the schema (#2797 by [Michael Peyper][mpeyper])

Kotlin

  • Generate Grpc SERVICE_NAME as const (#2773 by [Marius Volkhart][MariusVolkhart])
  • Use %N in KotlinGenerator to ensure names are escaped (#2784 by [Egor Andreevich][Egorand])
  • Add escapeKotlinKeywords parameter to Kotlin target (#2785 by [Egor Andreevich][Egorand])
    • You can now set escapeKotlinKeywords = true within our kotlin {} targets to escape Kotlin keywords with backticks rather than having them suffixed with an _.
  • Don't retransmit a PipeDuplexRequestBody (#2791)
    • We had crashes that occurred when OkHttp attempted to retry sending the request body of a gRPC streaming connection.

Swift

  • Remove deprecated cruft (#2721 by [Adam Lickel][lickel])

... (truncated)

Commits
  • 86a2e90 Prepare for release 4.9.6.
  • 0180b78 Merge pull request #2816 from JGulbronson/jgulbronson.fix-RealGrpcCall-timeout
  • 62e9398 Fix RealGrpcCall timeout
  • 0dc11fb Merge pull request #2812 from square/renovate/gradle-wrapper-validation-actio...
  • 835fd07 Merge pull request #2810 from square/renovate/grpc-java-monorepo
  • 9744027 Merge pull request #2809 from square/renovate/org.jetbrains.kotlinx.binary-co...
  • 25c41ef Merge pull request #2806 from square/renovate/com.google.truth-truth-1.x
  • 8f80aa3 Merge pull request #2805 from square/renovate/com.charleskorn.kaml-kaml-0.x
  • 93ee845 Update gradle/wrapper-validation-action action to v2
  • 28ad6ee Update dependency com.google.truth:truth to v1.3.0
  • Additional commits viewable in compare view

Updates com.google.api.grpc:proto-google-common-protos from 2.31.0 to 2.33.0

Release notes

Sourced from com.google.api.grpc:proto-google-common-protos's releases.

v2.33.0

2.33.0 (2024-01-24)

Features

  • Introduce interfaces for metrics instrumentation (#2403) (3c61b14)

Bug Fixes

  • Verify Universe Domain's DirectPath Compatibility after Endpoint Resolution (#2412) (e2de93b)

v2.32.0

2.32.0 (2024-01-19)

Regression

Features

  • Do not set the default endpoint in StubSettings (97ae228)
  • Numeric enums in routing headers (#2328) (4d043de)
  • StubSettings' getEndpoint() will return the service's pre-configured endpoint if there are no user configurations (97ae228)
  • Validate the Universe Domain (#2330) (097bc93)

Bug Fixes

  • adjust release-please configs for cloudbuild yaml updates (#2351) (ed16261)
  • DirectPath non-default SA requires creds (#2281) (c7d614a)
  • format method types and table in Client Overview (#2361) (7436995)

Dependencies

  • update dependency com.fasterxml.jackson:jackson-bom to v2.16.1 (#2386) (1160f95)
  • update dependency com.google.errorprone:error_prone_annotations to v2.24.1 (#2390) (d533760)
  • update dependency com.google.errorprone:error_prone_annotations to v2.24.1 (#2391) (98b7f3e)
  • update dependency com.google.oauth-client:google-oauth-client-bom to v1.35.0 (#2392) (4b78ac7)
  • update dependency io.perfmark:perfmark-api to v0.27.0 (#2388) (42808ba)
  • update dependency io.perfmark:perfmark-api to v0.27.0 (#2389) (51241f7)
  • update dependency net.bytebuddy:byte-buddy to v1.14.11 (#2387) (07b8ee6)
  • update dependency org.checkerframework:checker-qual to v3.42.0 (#2287) (7c4eb80)
  • update gapic-showcase to v0.30.0 (#2354) (762c125)
  • update google api dependencies (#2382) (92bbe61)
  • update googleapis/java-cloud-bom digest to 8bc17e9 (#2376) (bddd4ea)
  • update grpc dependencies to v1.61.0 (#2383) (af15bd1)
  • update netty dependencies to v4.1.105.final (#2302) (1563a55)

... (truncated)

Changelog

Sourced from com.google.api.grpc:proto-google-common-protos's changelog.

2.33.0 (2024-01-24)

Features

  • Introduce interfaces for metrics instrumentation (#2403) (3c61b14)

Bug Fixes

  • Verify Universe Domain's DirectPath Compatibility after Endpoint Resolution (#2412) (e2de93b)

2.32.0 (2024-01-19)

Features

  • Do not set the default endpoint in StubSettings (97ae228)
  • Numeric enums in routing headers (#2328) (4d043de)
  • StubSettings' getEndpoint() will return the service's pre-configured endpoint if there are no user configurations (97ae228)
  • Validate the Universe Domain (#2330) (097bc93)

Bug Fixes

  • adjust release-please configs for cloudbuild yaml updates (#2351) (ed16261)
  • DirectPath non-default SA requires creds (#2281) (c7d614a)
  • format method types and table in Client Overview (#2361) (7436995)

Dependencies

  • update dependency com.fasterxml.jackson:jackson-bom to v2.16.1 (#2386) (1160f95)
  • update dependency com.google.errorprone:error_prone_annotations to v2.24.1 (#2390) (d533760)
  • update dependency com.google.errorprone:error_prone_annotations to v2.24.1 (#2391) (98b7f3e)
  • update dependency com.google.oauth-client:google-oauth-client-bom to v1.35.0 (#2392) (4b78ac7)
  • update dependency io.perfmark:perfmark-api to v0.27.0 (#2388) (42808ba)
  • update dependency io.perfmark:perfmark-api to v0.27.0 (#2389) (51241f7)
  • update dependency net.bytebuddy:byte-buddy to v1.14.11 (#2387) (07b8ee6)
  • update dependency org.checkerframework:checker-qual to v3.42.0 (#2287) (7c4eb80)
  • update gapic-showcase to v0.30.0 (#2354) (762c125)
  • update google api dependencies (#2382) (92bbe61)
  • update googleapis/java-cloud-bom digest to 8bc17e9 (#2376) (bddd4ea)
  • update grpc dependencies to v1.61.0 (#2383) (af15bd1)
  • update netty dependencies to v4.1.105.final (#2302) (1563a55)
  • update protobuf dependencies to v3.25.2 (#2378) (836e7b8)
  • update slf4j monorepo to v2.0.11 (#2381) (9e758b7)
Commits
  • f39b78b chore(main): release 2.33.0 (#2408)
  • e2de93b fix: Verify Universe Domain's DirectPath Compatibility after Endpoint Resolut...
  • 909bdf9 chore: do not include optional dependencies in unmanaged dependency c… (#2410)
  • 3c61b14 feat: Introduce interfaces for metrics instrumentation (#2403)
  • f969910 chore: fix go link for unmanaged dependency check (#2407)
  • 71e2333 chore: renovate bot config validation (#2404)
  • f22c012 chore: add artifacts in gapic-bom in allow list (#2402)
  • c0a3c1c chore: fix workflow of create additional release tags (#2401)
  • 8cd1061 chore(main): release 2.32.1-SNAPSHOT (#2398)
  • a985b2e chore(main): release 2.32.0 (#2350)
  • Additional commits viewable in compare view

Updates org.testcontainers:redpanda from 1.19.3 to 1.19.4

Release notes

Sourced from org.testcontainers:redpanda's releases.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

  • Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator (#8108) @​inponomarev

Minio

MySQL

Redpanda

Selenium

What's Changed

📖 Documentation

... (truncated)

Commits
  • dc0e3da Merge pull request #8162 from testcontainers/combined-pr-branch
  • 733508f Merge remote-tracking branch 'origin/dependabot/gradle/modules/influxdb/org.i...
  • c0610e3 Merge remote-tracking branch 'origin/dependabot/gradle/modules/solace/com.sol...
  • 39641d3 Bump org.influxdb:influxdb-java from 2.23 to 2.24 in /modules/influxdb
  • 47400be Bump com.solacesystems:sol-jcsmp in /modules/solace
  • f9116b1 Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre in /core
  • 490f8f8 Update activemq-client version to 6.0.1 (#8150)
  • 489ac7d Merge pull request #8161 from testcontainers/combined-pr-branch
  • 2d37a36 New Solace certificates for integration test (#8160)
  • 9fa2241 Merge remote-tracking branch 'origin/dependabot/gradle/modules/pulsar/org.apa...
  • Additional commits viewable in compare view

Updates com.google.truth.extensions:truth-proto-extension from 1.3.0 to 1.4.0

Updates com.microsoft.kiota:microsoft-kiota-abstractions from 0.12.1 to 0.12.2

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-abstractions's releases.

v0.12.2

Changed

  • Removed methods using reflection from KiotaSerialization
  • Improve AllowedHostsValidator to throw an error if https:// or http:// prefix is present in a allowed host value.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-abstractions's changelog.

[0.12.2] - 2024-02-01

Changed

  • Removed methods using reflection from KiotaSerialization
  • Improve AllowedHostsValidator to throw an error if https:// or http:// prefix is present in a allowed host value.
Commits
  • dfbb2f1 Merge pull request #1051 from microsoft/fix/allowed-hosts-validator
  • 0e79a37 Update version in CHANGELOG
  • fd2162d Normalize host before checking for scheme
  • c2e99a4 Address SonarCloud issues
  • 043dc0e Resolve spotbugs errors
  • 0e021a2 Update CHANGELOG and bump patch version
  • 80ef4fe Validate allowed hosts for http and https prefixes
  • 956736c Merge pull request #1044 from microsoft/dependabot/gradle/components/http/okH...
  • 7f7063b Merge pull request #1045 from microsoft/dependabot/gradle/components/serializ...
  • 413a699 Merge pull request #1046 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view

Updates com.microsoft.kiota:microsoft-kiota-serialization-text from 0.12.1 to 0.12.2

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-text's releases.

v0.12.2

Changed

  • Removed methods using reflection from KiotaSerialization
  • Improve AllowedHostsValidator to throw an error if https:// or http:// prefix is present in a allowed host value.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-text's changelog.

[0.12.2] - 2024-02-01

Changed

  • Removed methods using reflection from KiotaSerialization
  • Improve AllowedHostsValidator to throw an error if https:// or http:// prefix is present in a allowed host value.
Commits
  • dfbb2f1 Merge pull request #1051 from microsoft/fix/allowed-hosts-validator
  • 0e79a37 Update version in CHANGELOG
  • fd2162d Normalize host before checking for scheme
  • c2e99a4 Address SonarCloud issues
  • 043dc0e Resolve spotbugs errors
  • 0e021a2 Update CHANGELOG and bump patch version
  • 80ef4fe Validate allowed hosts for http and https prefixes
  • 956736c Merge pull request #1044 from microsoft/dependabot/gradle/components/http/okH...
  • 7f7063b Merge pull request #1045 from microsoft/dependabot/gradle/components/serializ...
  • 413a699 Merge pull request #1046 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view

Updates com.microsoft.kiota:microsoft-kiota-serialization-form from 0.12.1 to 0.12.2

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-form's releases.

v0.12.2

Changed

  • Removed methods using reflection from KiotaSerialization
  • Improve AllowedHostsValidator to throw an error if https:// or http:// prefix is present in a allowed host value.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-form's changelog.

[0.12.2] - 2024-02-01

Changed

  • Removed methods using reflection from KiotaSerialization
  • Improve AllowedHostsValidator to throw an error if https:// or http:// prefix is present in a allowed host value.
Commits
  • dfbb2f1 Merge pull request #1051 from microsoft/fix/allowed-hosts-validator
  • 0e79a37 Update version in CHANGELOG
  • fd2162d Normalize host before checking for scheme
  • c2e99a4 Address SonarCloud issues
  • 043dc0e Resolve spotbugs errors
  • 0e021a2 Update CHANGELOG and bump patch version
  • 80ef4fe Validate allowed hosts for http and https prefixes
  • 956736c Merge pull request #1044 from microsoft/dependabot/gradle/components/http/okH...
  • 7f7063b Merge pull request #1045 from microsoft/dependabot/gradle/components/serializ...
  • 413a699 Merge pull request #1046 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view

Updates com.microsoft.kiota:microsoft-kiota-serialization-multipart from 0.12.1 to 0.12.2

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-multipart's releases.

v0.12.2

Changed

  • Removed methods using reflection from KiotaSerialization
  • Improve AllowedHostsValidator to throw an error if https:// or http:// prefix is present in a allowed host value.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-multipart's changelog.

[0.12.2] - 2024-02-01

Changed

  • Removed methods using reflection from KiotaSerialization
  • Improve AllowedHostsValidator to throw an error if https:// or http:// prefix is present in a allowed host value.
Commits
  • dfbb2f1 Merge pull request #1051 from microsoft/fix/allowed-hosts-validator
  • 0e79a37 Update version in CHANGELOG
  • fd2162d Normalize host before checking for scheme
  • c2e99a4 Address SonarCloud issues
  • 043dc0e Resolve spotbugs errors
  • 0e021a2 Update CHANGELOG and bump patch version
  • 80ef4fe Validate allowed hosts for http and https prefixes
  • 956736c Merge pull request #1044 from microsoft/dependabot/gradle/components/http/okH...
  • 7f7063b Merge pull request #1045 from microsoft/dependabot/gradle/components/serializ...
  • 413a699 Merge pull request #1046 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view

Updates io.kiota:kiota-http-vertx from 0.0.13 to 0.0.14

Updates io.kiota:kiota-serialization-jackson from 0.0.13 to 0.0.14

Updates io.kiota:kiota-maven-plugin from 0.0.13 to 0.0.14

Updates io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom from 6.3.3 to 6.6.1

Release notes

Sourced from io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom's releases.

6.6.1

What's Changed

New Contributors

Full Changelog: quarkiverse/quarkus-operator-sdk@6.6.0...6.6.1

6.6.0

What's Changed

Full Changelog: quarkiverse/quarkus-operator-sdk@6.5.1...6.6.0

6.5.1

What's Changed

Full Changelog: quarkiverse/quarkus-operator-sdk@6.5.0...6.5.1

6.5.0

What's Changed

... (truncated)

Commits

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumps the main-dependencies group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [io.apicurio:apicurio-common-app-components-core](https://github.com/apicurio/apicurio-common-app-components) | `0.2.2.Final` | `1.0.16.Final` |
| [io.apicurio:apicurio-common-app-components-logging](https://github.com/apicurio/apicurio-common-app-components) | `0.2.2.Final` | `1.0.16.Final` |
| [io.apicurio:apicurio-common-app-components-config](https://github.com/apicurio/apicurio-common-app-components) | `0.2.2.Final` | `1.0.16.Final` |
| io.apicurio:apicurio-common-app-components-config-definitions | `0.2.2.Final` | `1.0.16.Final` |
| [io.apicurio:apicurio-common-app-components-config-index](https://github.com/apicurio/apicurio-common-app-components) | `0.2.2.Final` | `1.0.16.Final` |
| [io.apicurio:apicurio-common-app-components-auth](https://github.com/apicurio/apicurio-common-app-components) | `0.2.2.Final` | `1.0.16.Final` |
| [io.apicurio:apicurio-common-app-components-maven-plugin](https://github.com/apicurio/apicurio-common-app-components) | `0.2.2.Final` | `1.0.16.Final` |
| org.apache.kafka:connect-api | `3.5.1` | `7.5.3-ce` |
| org.apache.kafka:connect-json | `2.4.0` | `7.5.3-ce` |
| [com.squareup.wire:wire-schema](https://github.com/square/wire) | `4.9.3` | `4.9.6` |
| [com.squareup.wire:wire-compiler](https://github.com/square/wire) | `4.9.3` | `4.9.6` |
| [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) | `2.31.0` | `2.33.0` |
| [org.testcontainers:redpanda](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.4` |
| com.google.truth.extensions:truth-proto-extension | `1.3.0` | `1.4.0` |
| [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java) | `0.12.1` | `0.12.2` |
| [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `0.12.1` | `0.12.2` |
| [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `0.12.1` | `0.12.2` |
| [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `0.12.1` | `0.12.2` |
| io.kiota:kiota-http-vertx | `0.0.13` | `0.0.14` |
| io.kiota:kiota-serialization-jackson | `0.0.13` | `0.0.14` |
| io.kiota:kiota-maven-plugin | `0.0.13` | `0.0.14` |
| [io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom](https://github.com/quarkiverse/quarkus-operator-sdk) | `6.3.3` | `6.6.1` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.25.1` | `3.25.3` |


Updates `io.apicurio:apicurio-common-app-components-core` from 0.2.2.Final to 1.0.16.Final
- [Release notes](https://github.com/apicurio/apicurio-common-app-components/releases)
- [Commits](https://github.com/apicurio/apicurio-common-app-components/commits)

Updates `io.apicurio:apicurio-common-app-components-logging` from 0.2.2.Final to 1.0.16.Final
- [Release notes](https://github.com/apicurio/apicurio-common-app-components/releases)
- [Commits](https://github.com/apicurio/apicurio-common-app-components/commits)

Updates `io.apicurio:apicurio-common-app-components-config` from 0.2.2.Final to 1.0.16.Final
- [Release notes](https://github.com/apicurio/apicurio-common-app-components/releases)
- [Commits](https://github.com/apicurio/apicurio-common-app-components/commits)

Updates `io.apicurio:apicurio-common-app-components-config-definitions` from 0.2.2.Final to 1.0.16.Final

Updates `io.apicurio:apicurio-common-app-components-config-index` from 0.2.2.Final to 1.0.16.Final
- [Release notes](https://github.com/apicurio/apicurio-common-app-components/releases)
- [Commits](https://github.com/apicurio/apicurio-common-app-components/commits)

Updates `io.apicurio:apicurio-common-app-components-auth` from 0.2.2.Final to 1.0.16.Final
- [Release notes](https://github.com/apicurio/apicurio-common-app-components/releases)
- [Commits](https://github.com/apicurio/apicurio-common-app-components/commits)

Updates `io.apicurio:apicurio-common-app-components-maven-plugin` from 0.2.2.Final to 1.0.16.Final
- [Release notes](https://github.com/apicurio/apicurio-common-app-components/releases)
- [Commits](https://github.com/apicurio/apicurio-common-app-components/commits)

Updates `org.apache.kafka:connect-api` from 3.5.1 to 7.5.3-ce

Updates `org.apache.kafka:connect-json` from 2.4.0 to 7.5.3-ce

Updates `com.squareup.wire:wire-schema` from 4.9.3 to 4.9.6
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@4.9.3...4.9.6)

Updates `com.squareup.wire:wire-compiler` from 4.9.3 to 4.9.6
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@4.9.3...4.9.6)

Updates `com.google.api.grpc:proto-google-common-protos` from 2.31.0 to 2.33.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.31.0...v2.33.0)

Updates `org.testcontainers:redpanda` from 1.19.3 to 1.19.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.3...1.19.4)

Updates `com.google.truth.extensions:truth-proto-extension` from 1.3.0 to 1.4.0

Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
- [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-java@v0.12.1...v0.12.2)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
- [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-java@v0.12.1...v0.12.2)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
- [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-java@v0.12.1...v0.12.2)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
- [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-java@v0.12.1...v0.12.2)

Updates `io.kiota:kiota-http-vertx` from 0.0.13 to 0.0.14

Updates `io.kiota:kiota-serialization-jackson` from 0.0.13 to 0.0.14

Updates `io.kiota:kiota-maven-plugin` from 0.0.13 to 0.0.14

Updates `io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom` from 6.3.3 to 6.6.1
- [Release notes](https://github.com/quarkiverse/quarkus-operator-sdk/releases)
- [Commits](quarkiverse/quarkus-operator-sdk@6.3.3...6.6.1)

Updates `org.assertj:assertj-core` from 3.25.1 to 3.25.3
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.1...assertj-build-3.25.3)

---
updated-dependencies:
- dependency-name: io.apicurio:apicurio-common-app-components-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: main-dependencies
- dependency-name: io.apicurio:apicurio-common-app-components-logging
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: main-dependencies
- dependency-name: io.apicurio:apicurio-common-app-components-config
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: main-dependencies
- dependency-name: io.apicurio:apicurio-common-app-components-config-definitions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: main-dependencies
- dependency-name: io.apicurio:apicurio-common-app-components-config-index
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: main-dependencies
- dependency-name: io.apicurio:apicurio-common-app-components-auth
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: main-dependencies
- dependency-name: io.apicurio:apicurio-common-app-components-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: main-dependencies
- dependency-name: org.apache.kafka:connect-api
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: main-dependencies
- dependency-name: org.apache.kafka:connect-json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: main-dependencies
- dependency-name: com.squareup.wire:wire-schema
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: com.squareup.wire:wire-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: com.google.api.grpc:proto-google-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: org.testcontainers:redpanda
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: com.google.truth.extensions:truth-proto-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: io.kiota:kiota-http-vertx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: io.kiota:kiota-serialization-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: io.kiota:kiota-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@apicurio-bot
Copy link

apicurio-bot bot commented Feb 5, 2024

Thank you for creating a pull request!

Pinging @jsenko, @EricWittmann to respond or triage.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2024

Superseded by #4305.

@dependabot dependabot bot closed this Feb 7, 2024
@dependabot dependabot bot deleted the dependabot/maven/main-dependencies-6cbf6e81fc branch February 7, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants