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 31 updates #3983

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the main-dependencies group with 31 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-schema 4.9.1 4.9.2
com.squareup.wire:wire-compiler 4.8.0 4.9.2
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.testcontainers:redpanda 1.19.1 1.19.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.9.1
com.microsoft.kiota:microsoft-kiota-http-okHttp 0.7.8 0.9.1
com.microsoft.kiota:microsoft-kiota-serialization-json 0.7.8 0.9.1
com.microsoft.kiota:microsoft-kiota-serialization-text 0.7.8 0.9.1
com.microsoft.kiota:microsoft-kiota-serialization-form 0.7.8 0.9.1
com.microsoft.kiota:microsoft-kiota-serialization-multipart 0.7.8 0.9.1
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-schema from 4.9.1 to 4.9.2

Changelog

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

Version 4.9.2

2023-11-13

  • New: Opaque types. You can now specify types you want Wire to evaluate as being of type bytes. On code generation, the fields of such types will be using the platform equivalent of bytes, like okio.ByteString for the JVM. Use this if there's a dependency heavy type which you do not use. Note that scalar types cannot be opaqued.
  • New: Adds a closure into generate types allowing the creation of an instance via the Kotlin DSL.
  • Fix: Don't arbitrarily prune oneOf options.
  • Change: Swift Defaulted has been renamed CustomDefaulted
  • New: Swift ProtoDefaulted property wrapper and ProtoDefaultedValue protocol
    • Similar to `CustomDefaulted, this adds as projection of the protocol defined default value
    • This should not take up any additional storage
    • This is attached to optional scalar values and messages with entirely optional values
  • New: ProtoDefaulted and CustomDefaulted include setter support
    • This enables you to do something like Foo().$bar.$baz += 1
  • Change: Swift ProtoEnum types now have a raw value of Int32.
    • The runtime and generated code both need to be updated to reflect this.
Commits
  • 30bf2fa Prepare for release 4.9.2.
  • 075de05 Merge pull request #2700 from square/renovate/checkerqual
  • c51acc7 Merge pull request #2703 from square/bquenaudon.2023-11-05.bumpprotobuf
  • a3e0e60 Bump protobuf .proto files
  • cc0f603 Merge pull request #2699 from illarionov/fixDoc
  • 44f861b Merge pull request #2702 from square/renovate/protobuf
  • aa0c050 Merge pull request #2696 from square/renovate/me.champeau.jmh-0.x
  • d430736 Update protobuf to v3.25.0
  • 940540d Update dependency org.checkerframework:checker-qual to v3.40.0
  • 712e3f4 Merge pull request #2701 from square/renovate/com.google.protobuf-protoc-3.x
  • Additional commits viewable in compare view

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

Changelog

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

Version 4.9.2

2023-11-13

  • New: Opaque types. You can now specify types you want Wire to evaluate as being of type bytes. On code generation, the fields of such types will be using the platform equivalent of bytes, like okio.ByteString for the JVM. Use this if there's a dependency heavy type which you do not use. Note that scalar types cannot be opaqued.
  • New: Adds a closure into generate types allowing the creation of an instance via the Kotlin DSL.
  • Fix: Don't arbitrarily prune oneOf options.
  • Change: Swift Defaulted has been renamed CustomDefaulted
  • New: Swift ProtoDefaulted property wrapper and ProtoDefaultedValue protocol
    • Similar to `CustomDefaulted, this adds as projection of the protocol defined default value
    • This should not take up any additional storage
    • This is attached to optional scalar values and messages with entirely optional values
  • New: ProtoDefaulted and CustomDefaulted include setter support
    • This enables you to do something like Foo().$bar.$baz += 1
  • Change: Swift ProtoEnum types now have a raw value of Int32.
    • The runtime and generated code both need to be updated to reflect this.

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

... (truncated)

Commits
  • 30bf2fa Prepare for release 4.9.2.
  • 075de05 Merge pull request #2700 from square/renovate/checkerqual
  • c51acc7 Merge pull request #2703 from square/bquenaudon.2023-11-05.bumpprotobuf
  • a3e0e60 Bump protobuf .proto files
  • cc0f603 Merge pull request #2699 from illarionov/fixDoc
  • 44f861b Merge pull request #2702 from square/renovate/protobuf
  • aa0c050 Merge pull request #2696 from square/renovate/me.champeau.jmh-0.x
  • d430736 Update protobuf to v3.25.0
  • 940540d Update dependency org.checkerframework:checker-qual to v3.40.0
  • 712e3f4 Merge pull request #2701 from square/renovate/com.google.protobuf-protoc-3.x
  • 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.testcontainers:redpanda from 1.19.1 to 1.19.2

Release notes

Sourced from org.testcontainers:redpanda's releases.

1.19.2

Testcontainers for Java 1.19.2

Core

Modules

Elasticserach

JDBC

K3S

Kafka

LocalStack

YugabyteDB

What's Changed

📖 Documentation

📦 Dependency updates

... (truncated)

Commits
  • 6d33055 Keep exposed ports order in ContainerDef (#7811)
  • 1419510 Merge pull request #7810 from testcontainers/combined-pr-branch
  • c326399 Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/org.juni...
  • f466275 Bump org.junit.jupiter:junit-jupiter-api in /examples
  • 8a55d5c Merge pull request #7809 from testcontainers/combined-pr-branch
  • 1556cfe Include native-image in META-INF (#7808)
  • 6121c44 Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.seleniumh...
  • 215d2fe Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.junit.jup...
  • 73da19e Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.hazelcast...
  • bf6bd45 Bump com.hazelcast:hazelcast from 5.3.4 to 5.3.6 in /examples
  • 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

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.9.1

Release notes

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

v0.9.1

Changed

  • Fixed a bug where path or query parameters of enum types would not be serialized properly. microsoft/kiota#3693

v0.9.0

Changed

  • Kiota-Java has moved away from Async/Completable futures, thus Async components are no longer utilized and have been removed. Furthermore, requestAdapter methods no longer use the async suffix. #175
  • ApiException class now extends RuntimeException instead of Exception.
  • Changed OkHttpRequestAdapter dependency from OkHttpClient to Call.Factory (parent interface implemented by OkHttpClient).

Added

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.9.1] - 2023-11-13

Changed

  • Fixed a bug where path or query parameters of enum types would not be serialized properly. microsoft/kiota#3693

[0.9.0] - 2023-11-10

Added

Changed

  • Kiota-Java has moved away from Async/Completable futures, thus Async components are no longer utilized and have been removed. Furthermore, requestAdapter methods no longer use the async suffix. #175
  • ApiException class now extends RuntimeException instead of Exception.
  • Changed OkHttpRequestAdapter dependency from OkHttpClient to Call.Factory (parent interface implemented by OkHttpClient).

[0.8.0] - 2023-10-31

Added

  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#3406
Commits
  • 1822d68 Merge pull request #814 from microsoft/dependabot/gradle/components/abstracti...
  • 8006740 Bump io.opentelemetry:opentelemetry-api in /components/abstractions
  • bae8dbe Merge pull request #811 from microsoft/dependabot/gradle/components/abstracti...
  • 9457bb3 Merge pull request #817 from microsoft/dependabot/gradle/components/http/okHt...
  • 6d4d216 Merge pull request #813 from microsoft/dependabot/gradle/components/authentic...
  • c2a55ba Merge pull request #820 from microsoft/dependabot/gradle/components/authentic...
  • 46bfec8 Merge pull request #819 from microsoft/dependabot/gradle/components/http/okHt...

Bumps the main-dependencies group with 31 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-schema](https://github.com/square/wire) | `4.9.1` | `4.9.2` |
| [com.squareup.wire:wire-compiler](https://github.com/square/wire) | `4.8.0` | `4.9.2` |
| [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.testcontainers:redpanda](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.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.9.1` |
| [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.9.1` |
| [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.9.1` |
| [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.9.1` |
| [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.9.1` |
| [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.9.1` |
| [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-schema` from 4.9.1 to 4.9.2
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@4.9.1...4.9.2)

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

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.testcontainers:redpanda` from 1.19.1 to 1.19.2
- [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.1...1.19.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.9.1
- [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.9.1)

Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 0.7.8 to 0.9.1
- [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.9.1)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 0.7.8 to 0.9.1
- [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.9.1)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 0.7.8 to 0.9.1
- [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.9.1)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 0.7.8 to 0.9.1
- [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.9.1)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 0.7.8 to 0.9.1
- [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.9.1)

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-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-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.testcontainers:redpanda
  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 15, 2023
@apicurio-bot
Copy link

apicurio-bot bot commented Nov 15, 2023

Thank you for creating a pull request!

Pinging @EricWittmann, @carlesarnal to respond or triage.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 16, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 16, 2023
@dependabot dependabot bot deleted the dependabot/maven/main-dependencies-4b6a5ebf25 branch November 16, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies area/rest-client area/rules area/storage area/ui Dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants