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 29 updates #3961

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2023

Bumps the main-dependencies group with 29 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.2-ce
org.apache.kafka:connect-json 2.4.0 7.5.2-ce
com.squareup.wire:wire-compiler 4.8.0 4.9.1
com.squareup.okio:okio-fakefilesystem 3.4.0 3.6.0
com.fasterxml.jackson.datatype:jackson-datatype-json-org 2.15.2 2.15.3
io.confluent:kafka-avro-serializer 7.5.1 7.5.2
io.confluent:kafka-protobuf-serializer 7.5.1 7.5.2
io.confluent:kafka-json-schema-serializer 7.5.1 7.5.2
io.confluent:kafka-connect-avro-converter 7.5.1 7.5.2
org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 3.6.2
org.apache.maven.plugins:maven-failsafe-plugin 3.2.1 3.2.2
org.apache.maven.plugins:maven-surefire-plugin 3.2.1 3.2.2
org.jboss.jandex:jandex-maven-plugin 1.1.0 1.2.3
org.apache.maven.plugins:maven-plugin-plugin 3.10.1 3.10.2
io.confluent:kafka-schema-registry-client 7.5.1 7.5.2
com.microsoft.kiota:microsoft-kiota-abstractions 0.7.8 0.8.0
com.microsoft.kiota:microsoft-kiota-http-okHttp 0.7.8 0.8.0
com.microsoft.kiota:microsoft-kiota-serialization-json 0.7.8 0.8.0
com.microsoft.kiota:microsoft-kiota-serialization-text 0.7.8 0.8.0
com.microsoft.kiota:microsoft-kiota-serialization-form 0.7.8 0.8.0
com.microsoft.kiota:microsoft-kiota-serialization-multipart 0.7.8 0.8.0
io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom 6.3.3 6.3.4

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.2-ce

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

Updates com.squareup.wire:wire-compiler from 4.8.0 to 4.9.1

Changelog

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

Version 4.9.1

2023-09-26

  • Fix: Missing Swift imports.

Version 4.9.0

2023-09-20

  • Fix: Swift generates all Storage properties. This mitigates performance issues with dynamicMemberLookup
  • Change: Swift codegen was reordered for readability
  • Change: the type of the Wire option use_array has been changed from string to bool, and its tag has changed from 1180 to 1185.
  • New: Swift propertyWrapper @​CopyOnWrite. @​Heap is now deprecated and will be removed in November 2024.
  • New: Wildcards are supported when pruning members such as my.namespace.Type#another.namespace.*. This is handy if one wants to prune extension fields.
  • New: Adds warning when one defines a protoLibrary without source sets, which happens on native and JavaScript platforms.
  • New: project(..) dependencies are now explicitly limited to the JVM, for otherwise Wire isn't able to pick the correct platform to resolve them.
  • New: Wire runtime proto files, such as google/protobuf/descriptor.proto or wire/extensions.proto will not be emitted anymore when protoLibrary = true.
  • New: A custom logger can now be configured via the WireCompiler.
  • New: wire-schema, and wire-schema-tests are now available on JavaScript and native platforms.
  • Update: Okio to 3.5.0. All java.nio file systems should now be supported when using Wire.
  • Update: Kotlin to 1.9.10, Gradle to 8.x, and many others to most recent versions.

Version 4.8.1

2023-08-17

  • New: Swift messages now have the form init(REQUIRED FIELDS, (inout Storage) -> Void)
  • New: Swift, the member-wise initializer has been removed by default. It can be re-enabled by defining WIRE_INCLUDE_MEMBERWISE_INITIALIZER; however, it will be removed in November 2024. See square/wire#2561 for details
  • Fix: Correctly define sources folders vs. resources folders for Wire generated code.
  • Fix: Generated .proto are correctly added to the built artifact.
  • New: All options of KotlinTarget available on CLI.
Commits
  • f0245a2 Prepare for release 4.9.1.
  • 24b844d Update CHANGELOG for 4.9.0
  • e2cb29b Swift: Manually keep track of imports (#2647)
  • 4ad68c1 Prepare next development version.
  • 7b50fc1 Prepare for release 4.9.0.
  • 495a55b Merge pull request #2641 from square/bquenaudon.2023-09-18.refact
  • 4c53ea8 Update API declaration
  • ef6e745 Merge pull request #2639 from square/bquenaudon.2023-09-18.moving
  • 02b7c9d Merge pull request #2638 from square/bquenaudon.2023-09-18.schematestsnative
  • 153a21c Swift: Add explicit overloads for getters/setters (#2636)
  • Additional commits viewable in compare view

Updates com.squareup.okio:okio-fakefilesystem from 3.4.0 to 3.6.0

Changelog

Sourced from com.squareup.okio:okio-fakefilesystem's changelog.

Version 3.6.0

2023-10-01

  • Fix: Don't leak file handles when using metadata functions on ZipFileSystem. We had a bug where we were closing the .zip file, but not a stream inside of it. We would have prevented this bug if only we’d used FakeFileSystem.checkNoOpenFiles() in our tests!
  • Fix: Don't build an index of a class loader's resources in ResourceFileSystem.read(). This operation doesn't need this index, and building it is potentially expensive.
  • New: Experimentally support Linux on ARM64 for Kotlin/Native targets (linuxArm64). Note that we haven't yet added CI test coverage for this platform.
  • Upgrade: [Kotlin 1.9.10][kotlin_1_9_10].

Version 1.17.6

2023-10-01

  • Fix: Don't crash decoding GZIP files when the optional extra data (XLEN) is 32 KiB or larger.

Version 3.5.0

2023-08-02

  • New: Support the WebAssembly (WASM) platform. Okio's support for WASM is experimental, but improving, just like Kotlin's own support for WASM.
  • New: Adapt WebAssembly System Interface (WASI) API's as an Okio FileSystem using WasiFileSystem. This is in the new okio-wasifilesystem module. It requires the [preview1] WASI API. We’ll make backwards-incompatible upgrades to new WASI API versions as they become available.
  • Fix: Return relative paths in the NIO adapter FileSystem when required. FileSystem.list() had always returned absolute paths, even when the target directory was supplied as a relative path.
  • Fix: Don't crash when reading into an empty array using FileHandle on Kotlin/Native.
  • Upgrade: [Kotlin 1.9.0][kotlin_1_9_0].
Commits
  • 0b9ace5 Prepare for release 3.6.0.
  • ce4df5e Fix file leak when using metadata functions (#1359)
  • 59555b9 Merge pull request #1357 from square/renovate/com.diffplug.spotless-spotless-...
  • 95d9933 Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.22.0
  • 8eaacd1 Merge pull request #1329 from square/renovate/macos-13.x
  • 3548029 Merge branch 'master' into renovate/macos-13.x
  • 792fba4 Merge pull request #1351 from square/renovate/com.diffplug.spotless-spotless-...
  • 65343ae Merge pull request #1355 from square/renovate/actions-setup-java-3.x
  • 9df5513 Update actions/setup-java action to v3.13.0
  • c2de2e8 Merge pull request #1352 from square/renovate/com.willowtreeapps.assertk-asse...
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-json-org from 2.15.2 to 2.15.3

Commits
  • 1916495 [maven-release-plugin] prepare release jackson-datatypes-misc-parent-2.15.3
  • ccbc566 Prepare for 2.15.3 release
  • 86f8207 Merge branch '2.14' into 2.15
  • f7eeba6 get tests working with 2.14 code
  • 98b61ba add number tests
  • 8608f13 2.15.3-SNAPSHOT
  • 4e1285b [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.confluent:kafka-avro-serializer from 7.5.1 to 7.5.2

Commits
  • 7b3c9e5 Set Confluent to 7.5.2, Kafka to 7.5.2.
  • 9de6c3d Merge branch '7.4.x' into 7.5.x
  • 8233b04 MINOR expose dek registry apis for use by schema linking (#2809)
  • 792de28 Merge branch '7.4.x' into 7.5.x
  • 8635bfe Allow create kek/dek to act like undelete (#2807)
  • 92be717 For tags API, only modify ruleset on leader node (#2808)
  • 1744ebf Merge branch '7.4.x' into 7.5.x
  • 5d57f8d DGS-8908 Ensure tenant prefix is used for aliases (#2806)
  • 6555813 Merge branch '7.4.x' into 7.5.x
  • 1c390a0 DGS-8901 Ensure logical type config is applied to Reflect/Specific Avro data ...
  • Additional commits viewable in compare view

Updates io.confluent:kafka-protobuf-serializer from 7.5.1 to 7.5.2

Commits
  • 7b3c9e5 Set Confluent to 7.5.2, Kafka to 7.5.2.
  • 9de6c3d Merge branch '7.4.x' into 7.5.x
  • 8233b04 MINOR expose dek registry apis for use by schema linking (#2809)
  • 792de28 Merge branch '7.4.x' into 7.5.x
  • 8635bfe Allow create kek/dek to act like undelete (#2807)
  • 92be717 For tags API, only modify ruleset on leader node (#2808)
  • 1744ebf Merge branch '7.4.x' into 7.5.x
  • 5d57f8d DGS-8908 Ensure tenant prefix is used for aliases (#2806)
  • 6555813 Merge branch '7.4.x' into 7.5.x
  • 1c390a0 DGS-8901 Ensure logical type config is applied to Reflect/Specific Avro data ...
  • Additional commits viewable in compare view

Updates io.confluent:kafka-json-schema-serializer from 7.5.1 to 7.5.2

Commits
  • 7b3c9e5 Set Confluent to 7.5.2, Kafka to 7.5.2.
  • 9de6c3d Merge branch '7.4.x' into 7.5.x
  • 8233b04 MINOR expose dek registry apis for use by schema linking (#2809)
  • 792de28 Merge branch '7.4.x' into 7.5.x
  • 8635bfe Allow create kek/dek to act like undelete (#2807)
  • 92be717 For tags API, only modify ruleset on leader node (#2808)
  • 1744ebf Merge branch '7.4.x' into 7.5.x
  • 5d57f8d DGS-8908 Ensure tenant prefix is used for aliases (#2806)
  • 6555813 Merge branch '7.4.x' into 7.5.x
  • 1c390a0 DGS-8901 Ensure logical type config is applied to Reflect/Specific Avro data ...
  • Additional commits viewable in compare view

Updates io.confluent:kafka-connect-avro-converter from 7.5.1 to 7.5.2

Commits
  • 7b3c9e5 Set Confluent to 7.5.2, Kafka to 7.5.2.
  • 9de6c3d Merge branch '7.4.x' into 7.5.x
  • 8233b04 MINOR expose dek registry apis for use by schema linking (#2809)
  • 792de28 Merge branch '7.4.x' into 7.5.x
  • 8635bfe Allow create kek/dek to act like undelete (#2807)
  • 92be717 For tags API, only modify ruleset on leader node (#2808)
  • 1744ebf Merge branch '7.4.x' into 7.5.x
  • 5d57f8d DGS-8908 Ensure tenant prefix is used for aliases (#2806)
  • 6555813 Merge branch '7.4.x' into 7.5.x
  • 1c390a0 DGS-8901 Ensure logical type config is applied to Reflect/Specific Avro data ...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2

Release notes

Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.

3.6.2

🐛 Bug Fixes

📦 Dependency updates

Commits
  • 28a89f1 [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.2
  • 16ca43f [maven-release-plugin] prepare for next development iteration
  • 88bc4a5 Align IT after MJAVADOC-716
  • 4b881e8 Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0
  • 45a8d29 [MJAVADOC-716] Fix stale files detection failing because of the added newline...
  • afb2dee [MJAVADOC-713] Skipping Javadoc reportset leaves empty Javadoc link in site
  • 4bad23f [MJAVADOC-730] Deprecate parameter "old"
  • 8364883 [MJAVADOC-777] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#245)
  • 6fa9c86 [MJAVADOC-762] don't share state between tests (#218)
  • 05b12e8 [MJAVADOC-726] exclude velocity (#243)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.2.1 to 3.2.2

Release notes

Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.

3.2.2

🐛 Bug Fixes

📦 Dependency updates

🔧 Build

Commits
  • 2d76753 [maven-release-plugin] prepare release surefire-3.2.2
  • dd640bf [SUREFIRE-2208] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#682)
  • dd2fcfd [SUREFIRE-2205] Use maven-plugin-report-plugin only in plugins modules
  • 03c71d1 [SUREFIRE-2206] Downgrade plexus-xml to 3.0.0
  • c3c3c84 Use Maven 3.x.x and 3.6.3 on Jenkins
  • a540ef4 [SUREFIRE-2205] Mojo documentation links are broken
  • 3a58f29 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.2.2

🐛 Bug Fixes

📦 Dependency updates

🔧 Build

Commits
  • 2d76753 [maven-release-plugin] prepare release surefire-3.2.2
  • dd640bf [SUREFIRE-2208] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#682)
  • dd2fcfd [SUREFIRE-2205] Use maven-plugin-report-plugin only in plugins modules
  • 03c71d1 [SUREFIRE-2206] Downgrade plexus-xml to 3.0.0
  • c3c3c84 Use Maven 3.x.x and 3.6.3 on Jenkins
  • a540ef4 [SUREFIRE-2205] Mojo documentation links are broken
  • 3a58f29 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.jboss.jandex:jandex-maven-plugin from 1.1.0 to 1.2.3

Commits

Updates org.apache.maven.plugins:maven-plugin-plugin from 3.10.1 to 3.10.2

Release notes

Sourced from org.apache.maven.plugins:maven-plugin-plugin's releases.

3.10.2

Release Notes - Maven Plugin Tools - Version 3.10.2

Bug

Dependency upgrade

  • [MPLUGIN-485] - Upgrade Parent to 40
  • [MPLUGIN-487] - Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0
  • [MPLUGIN-488] - Bump asmVersion from 9.5 to 9.6
  • [MPLUGIN-489] - Bump antVersion from 1.10.13 to 1.10.14
  • [MPLUGIN-490] - Bump org.jsoup:jsoup from 1.16.1 to 1.16.2
  • [MPLUGIN-491] - Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0
Commits
  • f6222d6 [maven-release-plugin] prepare release maven-plugin-tools-3.10.2
  • b2aa6cd [MPLUGIN-491] Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0 (#235)
  • be032ee [MPLUGIN-490] Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 (#232)
  • 596553c [MPLUGIN-489] Bump antVersion from 1.10.13 to 1.10.14 (#223)
  • 71a7750 [MPLUGIN-488] Bump asmVersion from 9.5 to 9.6.
  • 1934c85 [MPLUGIN-485] Upgrade Parent to 40
  • 52cf6b5 [MPLUGIN-487] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#231)
  • fbe2a7c [MPLUGIN-484] Downgrade plexus-xml to 3.0.0
  • 619bb57 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.confluent:kafka-schema-registry-client from 7.5.1 to 7.5.2

Commits
  • 7b3c9e5 Set Confluent to 7.5.2, Kafka to 7.5.2.
  • 9de6c3d Merge branch '7.4.x' into 7.5.x
  • 8233b04 MINOR expose dek registry apis for use by schema linking (#2809)
  • 792de28 Merge branch '7.4.x' into 7.5.x
  • 8635bfe Allow create kek/dek to act like undelete (#2807)
  • 92be717 For tags API, only modify ruleset on leader node (#2808)
  • 1744ebf Merge branch '7.4.x' into 7.5.x
  • 5d57f8d DGS-8908 Ensure tenant prefix is used for aliases (#2806)
  • 6555813 Merge branch '7.4.x' into 7.5.x
  • 1c390a0 DGS-8901 Ensure logical type config is applied to Reflect/Specific Avro data ...
  • Additional commits viewable in compare view

Updates com.microsoft.kiota:microsoft-kiota-abstractions from 0.7.8 to 0.8.0

Release notes

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

v0.8.0

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Changelog

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

[0.8.0] - 2023-10-31

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Commits

Updates com.microsoft.kiota:microsoft-kiota-http-okHttp from 0.7.8 to 0.8.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-http-okHttp's releases.

v0.8.0

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-http-okHttp's changelog.

[0.8.0] - 2023-10-31

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Commits

Updates com.microsoft.kiota:microsoft-kiota-serialization-json from 0.7.8 to 0.8.0

Release notes

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

v0.8.0

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Changelog

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

[0.8.0] - 2023-10-31

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Commits

Updates com.microsoft.kiota:microsoft-kiota-serialization-text from 0.7.8 to 0.8.0

Release notes

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

v0.8.0

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Changelog

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

[0.8.0] - 2023-10-31

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Commits

Updates com.microsoft.kiota:microsoft-kiota-serialization-form from 0.7.8 to 0.8.0

Release notes

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

v0.8.0

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Changelog

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

[0.8.0] - 2023-10-31

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Commits

Updates com.microsoft.kiota:microsoft-kiota-serialization-multipart from 0.7.8 to 0.8.0

Release notes

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

v0.8.0

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Changelog

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

[0.8.0] - 2023-10-31

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Commits
  • 7490835 Merge pull request #767 from microsoft/feature/serialization-helpers
  • 0e760db Update KiotaSerialization.java
  • 7de72b1 - fixes android compatibility
  • 16a3a0a - adds json serialization shorthand
  • 51f58ed - adds deserialization helper methods
  • bb63cca - adds serialization helper methods

Bumps the main-dependencies group with 29 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.2-ce` |
| org.apache.kafka:connect-json | `2.4.0` | `7.5.2-ce` |
| [com.squareup.wire:wire-compiler](https://github.com/square/wire) | `4.8.0` | `4.9.1` |
| [com.squareup.okio:okio-fakefilesystem](https://github.com/square/okio) | `3.4.0` | `3.6.0` |
| [com.fasterxml.jackson.datatype:jackson-datatype-json-org](https://github.com/FasterXML/jackson-datatypes-misc) | `2.15.2` | `2.15.3` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.5.1` | `7.5.2` |
| [io.confluent:kafka-protobuf-serializer](https://github.com/confluentinc/schema-registry) | `7.5.1` | `7.5.2` |
| [io.confluent:kafka-json-schema-serializer](https://github.com/confluentinc/schema-registry) | `7.5.1` | `7.5.2` |
| [io.confluent:kafka-connect-avro-converter](https://github.com/confluentinc/schema-registry) | `7.5.1` | `7.5.2` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.0` | `3.6.2` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.2.1` | `3.2.2` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.1` | `3.2.2` |
| [org.jboss.jandex:jandex-maven-plugin](https://github.com/wildfly/jandex-maven-plugin) | `1.1.0` | `1.2.3` |
| [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) | `3.10.1` | `3.10.2` |
| [io.confluent:kafka-schema-registry-client](https://github.com/confluentinc/schema-registry) | `7.5.1` | `7.5.2` |
| [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.8.0` |
| [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.8.0` |
| [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.8.0` |
| [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.8.0` |
| [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.8.0` |
| [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.8.0` |
| [io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom](https://github.com/quarkiverse/quarkus-operator-sdk) | `6.3.3` | `6.3.4` |


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.2-ce

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

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

Updates `com.squareup.okio:okio-fakefilesystem` 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)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-json-org` from 2.15.2 to 2.15.3
- [Commits](FasterXML/jackson-datatypes-misc@jackson-datatypes-misc-parent-2.15.2...jackson-datatypes-misc-parent-2.15.3)

Updates `io.confluent:kafka-avro-serializer` from 7.5.1 to 7.5.2
- [Commits](confluentinc/schema-registry@v7.5.1...v7.5.2)

Updates `io.confluent:kafka-protobuf-serializer` from 7.5.1 to 7.5.2
- [Commits](confluentinc/schema-registry@v7.5.1...v7.5.2)

Updates `io.confluent:kafka-json-schema-serializer` from 7.5.1 to 7.5.2
- [Commits](confluentinc/schema-registry@v7.5.1...v7.5.2)

Updates `io.confluent:kafka-connect-avro-converter` from 7.5.1 to 7.5.2
- [Commits](confluentinc/schema-registry@v7.5.1...v7.5.2)

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.0 to 3.6.2
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.1...surefire-3.2.2)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.1...surefire-3.2.2)

Updates `org.jboss.jandex:jandex-maven-plugin` from 1.1.0 to 1.2.3
- [Commits](wildfly/jandex-maven-plugin@1.1.0...1.2.3)

Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.10.1 to 3.10.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.10.1...maven-plugin-tools-3.10.2)

Updates `io.confluent:kafka-schema-registry-client` from 7.5.1 to 7.5.2
- [Commits](confluentinc/schema-registry@v7.5.1...v7.5.2)

Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 0.7.8 to 0.8.0
- [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.7.8...v0.8.0)

Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 0.7.8 to 0.8.0
- [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.7.8...v0.8.0)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 0.7.8 to 0.8.0
- [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.7.8...v0.8.0)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 0.7.8 to 0.8.0
- [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.7.8...v0.8.0)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 0.7.8 to 0.8.0
- [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.7.8...v0.8.0)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 0.7.8 to 0.8.0
- [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.7.8...v0.8.0)

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

---
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-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: com.squareup.okio:okio-fakefilesystem
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-json-org
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: io.confluent:kafka-protobuf-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: io.confluent:kafka-json-schema-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: io.confluent:kafka-connect-avro-converter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: org.jboss.jandex:jandex-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: io.confluent:kafka-schema-registry-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 9, 2023
@apicurio-bot
Copy link

apicurio-bot bot commented Nov 9, 2023

Thank you for creating a pull request!

Pinging @jsenko, @EricWittmann, @carlesarnal to respond or triage.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2023

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/maven/main-dependencies-773cc08698 branch November 9, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant