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 43 updates #432

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps the main-dependencies group with 43 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
io.quarkus:quarkus-bom 3.5.3 3.6.0
io.quarkus:quarkus-test-common 3.5.3 3.6.0
io.quarkus:quarkus-maven-plugin 3.5.3 3.6.0
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.3
com.squareup.wire:wire-compiler 4.8.0 4.9.3
org.jetbrains.kotlinx:kotlinx-serialization-core 1.6.0 1.6.1
com.squareup.okio:okio-fakefilesystem 3.4.0 3.6.0
com.google.protobuf:protobuf-java 3.25.0 3.25.1
com.google.protobuf:protobuf-java-util 3.25.0 3.25.1
com.fasterxml.jackson.datatype:jackson-datatype-json-org 2.15.2 2.16.0
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.14.2 2.16.0
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.3
com.github.dasniko:testcontainers-keycloak 1.9.0 2.1.1
com.puppycrawl.tools:checkstyle 8.45.1 10.12.5
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
io.apicurio:apicurio-codegen-maven-plugin 1.1.0.Final 1.1.1.Final
org.codehaus.mojo:build-helper-maven-plugin 3.4.0 3.5.0
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.10.0
com.microsoft.kiota:microsoft-kiota-http-okHttp 0.7.8 0.10.0
com.microsoft.kiota:microsoft-kiota-serialization-json 0.7.8 0.10.0
com.microsoft.kiota:microsoft-kiota-serialization-text 0.7.8 0.10.0
com.microsoft.kiota:microsoft-kiota-serialization-form 0.7.8 0.10.0
com.microsoft.kiota:microsoft-kiota-serialization-multipart 0.7.8 0.10.0
io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom 6.3.3 6.4.0
org.seleniumhq.selenium:selenium-java 3.141.59 4.15.0

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 io.quarkus:quarkus-bom from 3.5.3 to 3.6.0

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.6.0.CR1

Major changes

  • #36935 - Support for dynamic OIDC JWK set resolution
  • #36874 - Move HTTP Permissions and Roles policies from build-time to runtime
  • #36781 - Added Discord as well-known OIDC provider
  • #36728 - JPA Security: allow pointing to a named persistence unit
  • #36634 - Introduce OidcRequestFilter
  • #36631 - Make it possible to acquire OIDC SecurityIdentity after HTTP request has completed
  • #36602 - Move quarkus-jaeger and quarkus-smallrye-opentracing to Quarkiverse
  • #36375 - OIDC client integration for GraphQL clients

Complete changelog

  • #37088 - Security doc fix: Fix links in Protect a web application topic
  • #37071 - RESTEasy Qute integration: add dependency conditions
  • #37066 - Add label area/native-image to issues mentioning mandrel
  • #37063 - Make testLambdaCapturing test conditional on GraalVM version
  • #37060 - Bump io.smallrye.reactive:mutiny from 2.2.0 to 2.5.1
  • #37051 - Use dynamically resolved Java version when creating Gradle projects
  • #37047 - Quarkus CLI doesn't honor --java=21 for gradle projects
  • #37039 - Add endpoints page in Dev UI
  • #37037 - [GraalVM 24.0] RegisterForReflectionITCase.testLambdaCapturing from integration-tests/main fails with quarkus main branch
  • #37036 - Use empty string in Sse event when there is no data
  • #37033 - Sse difference in empty event between non-reactive and reactive output
  • #37030 - Fix HttpSecurityProcessor compilation by importing Singleton
  • #37022 - Make basic realm and form authentication configuration properties only used during runtime the runtime properties
  • #37020 - Fix vale errors and warnings in the OpenID Connect (OIDC) and OAuth2 Client and Filters Reference Guide
  • #37017 - Allow to create named HTTP Security policies referenced in the application.properties path matching rules as CDI beans
  • #37009 - Revert "Make Dependabot group micro updates"
  • #37005 - Qute: allow extensions to register additional template roots
  • #36999 - Build cache - Upload quarkus-ide-launcher-999-SNAPSHOT.jar
  • #36989 - Adds download topology as PNG file
  • #36970 - Build cache - Make sure there is a new line before EOF
  • #36965 - Dev UI Fix Reactive messaging screen
  • #36956 - Better handle multi-line outputs in develocity-publish-build-scans.yml
  • #36950 - Remove jakarta.ejb-api from narayana-jta extension
  • #36944 - Bump wildfly-common version to 1.7.0.Final
  • #36939 - Redis vector fields and arguments
  • #36935 - Support for dynamic OIDC JWK set resolution
  • #36930 - Ability to generate gRPC descriptor set
  • #36926 - Make Dependabot group micro updates
  • #36921 - Qute: consider synthetic parameter declarations during validation
  • #36915 - Rename OidcClientRequestFilter filter to OidcRequestFilter
  • #36912 - Avoid @TempDir in RestClientCDIDelegateBuilderTest
  • #36910 - Use proper exception when media type handling is incorrect
  • #36909 - Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.1.202309021850-r to 6.7.0.202309050840-r
  • #36908 - Bump com.google.api.grpc:proto-google-common-protos from 2.27.0 to 2.28.0
  • #36903 - Bump org.junit:junit-bom from 5.10.0 to 5.10.1 in /devtools/gradle
  • #36900 - Devservice for amqp can't load channels on dev ui

... (truncated)

Commits
  • dc364b8 [RELEASE] - Bump version to 3.6.0
  • 96fcda4 Merge pull request #37254 from gsmet/3.6.0-backports-2
  • 6a23739 Build cache - Only store if the access key is around
  • da6ec38 Support Docker Desktop for building native executables
  • 279e385 Updates Infinispan to 14.0.21.Final
  • 5b4342d Document SSE usage in REST Client
  • 7122897 Allow SSE events to be filtered out from REST Client
  • fca5cb8 Allow REST Client to return the entire SSE event
  • 0083447 Add method to retrieve the list of compatible java versions
  • 00720c4 Allow to retrieve minimum and recommended Java versions from catalog metadata
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-test-common from 3.5.3 to 3.6.0

Updates io.quarkus:quarkus-maven-plugin from 3.5.3 to 3.6.0

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

Changelog

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

Version 4.9.3

2023-11-23

  • Breaking: Encoding and decoding of negative Int32s was broken in Swift and did not match protobuf spec. Negative Int32s are now correctly encoded as unsigned Int64s. Prior versions of Wire that have serialized a proto containing negative Int32 fields will not be correctly decoded using this version onwards.
  • Fix: Swift ProtoDefaulted was incorrectly applied in cross-module contexts
  • Fix: Message's Builder won't break compilation on multiplatform projects.
  • Fix: No hanging anymore on gRPC when receiving an unexpected response.

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
  • f0972bb Prepare for release 4.9.3.
  • 04d103d Merge pull request #2712 from square/renovate/com.google.protobuf-protoc-3.x
  • 8b8dc58 Merge pull request #2718 from sergei-lapin/streaming-receiver-hanging-reproducer
  • d06966f Close stream if we throw converting the grpc response to a message source
  • 2df1c0e Give up Partial for Dokka as it doesn't create css for the indexes
  • 2164d34 Add test for streaming hanging when unexpected response is received
  • aa1b22d configureEach for Dokka tasks
  • 66d6ce5 Fix dokka output
  • ca6e7ea Spotless fix
  • ea3d7dd Fix dokka output
  • Additional commits viewable in compare view

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

Changelog

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

Version 4.9.3

2023-11-23

  • Breaking: Encoding and decoding of negative Int32s was broken in Swift and did not match protobuf spec. Negative Int32s are now correctly encoded as unsigned Int64s. Prior versions of Wire that have serialized a proto containing negative Int32 fields will not be correctly decoded using this version onwards.
  • Fix: Swift ProtoDefaulted was incorrectly applied in cross-module contexts
  • Fix: Message's Builder won't break compilation on multiplatform projects.
  • Fix: No hanging anymore on gRPC when receiving an unexpected response.

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.

... (truncated)

Commits
  • f0972bb Prepare for release 4.9.3.
  • 04d103d Merge pull request #2712 from square/renovate/com.google.protobuf-protoc-3.x
  • 8b8dc58 Merge pull request #2718 from sergei-lapin/streaming-receiver-hanging-reproducer
  • d06966f Close stream if we throw converting the grpc response to a message source
  • 2df1c0e Give up Partial for Dokka as it doesn't create css for the indexes
  • 2164d34 Add test for streaming hanging when unexpected response is received
  • aa1b22d configureEach for Dokka tasks
  • 66d6ce5 Fix dokka output
  • ca6e7ea Spotless fix
  • ea3d7dd Fix dokka output
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-serialization-core from 1.6.0 to 1.6.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-serialization-core's releases.

1.6.1

This release uses Kotlin 1.9.20 by default, while upcoming 1.9.21 is also supported.

Trailing commas in Json

Trailing commas are one of the most popular non-spec Json variations. A new configuration flag, allowTrailingComma, makes Json parser accept them instead of throwing an exception. Note that it does not affect encoding, so kotlinx.serialization always produces Json without trailing commas. See details in the corresponding PR.

Support of WasmJs target

Kotlin/Wasm has been experimental for some time and gained enough maturity to be added to the kotlinx libraries. Starting with 1.6.1, kotlinx.serialization provides a wasm-js flavor, so your projects with Kotlin/Wasm can have even more functionality. As usual, just add serialization dependencies to your build and declare wasmJs target. Please remember that Kotlin/Wasm is still experimental, so changes are expected.

Bugfixes and improvements

  • Fix TaggedDecoder nullable decoding (#2456) (thanks to Phillip Schichtel)
  • Fix IllegalAccessException for some JPMS boundaries (#2469)
  • Cbor: check if inline value classes are marked as @ByteString (#2466) (thanks to eater)
  • Improve polymorphic deserialization optimization (#2481)
  • Update Okio dependency to 3.6.0 (#2473)
  • Add protobuf conformance tests (#2404) (thanks to Doğaç Eldenk)
  • Support decoding maps with boolean keys (#2440)
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-serialization-core's changelog.

1.6.1 / 2023-11-15

This release uses Kotlin 1.9.20 by default, while upcoming 1.9.21 is also supported.

Trailing commas in Json

Trailing commas are one of the most popular non-spec Json variations. A new configuration flag, allowTrailingComma, makes Json parser accept them instead of throwing an exception. Note that it does not affect encoding, so kotlinx.serialization always produces Json without trailing commas. See details in the corresponding PR

Support of WasmJs target

Kotlin/Wasm has been experimental for some time and gained enough maturity to be added to the kotlinx libraries. Starting with 1.6.1, kotlinx.serialization provides a wasm-js flavor, so your projects with Kotlin/Wasm can have even more functionality. As usual, just add serialization dependencies to your build and declare wasmJs target. Please remember that Kotlin/Wasm is still experimental, so changes are expected.

Bugfixes and improvements

  • Fix TaggedDecoder nullable decoding (#2456) (thanks to Phillip Schichtel)
  • Fix IllegalAccessException for some JPMS boundaries (#2469)
  • Cbor: check if inline value classes are marked as @​ByteString (#2466) (thanks to eater)
  • Improve polymorphic deserialization optimization (#2481)
  • Update Okio dependency to 3.6.0 (#2473)
  • Add protobuf conformance tests (#2404) (thanks to Doğaç Eldenk)
  • Support decoding maps with boolean keys (#2440)
Commits
  • 79bbd4c Prepare 1.6.1 release (#2503)
  • b2a05a4 Merge remote-tracking branch 'origin/master' into dev
  • cf71e08 Fix TaggedDecoder nullable decoding (#2456)
  • d5bc7f7 Run knit on README.md after ba38b7099e502c16efd30386d18174e3a7aefb3a
  • b44f03f Fix IllegalAccessException (#2469)
  • 919062f Suppress experimental expect/actual warning for verifyKotlinModule task (#2482)
  • fe10d6a Add Gradle properties for disabling project's TC integration (#2483)
  • bfbe6a9 Cbor: check if inline value classes is marked as @​ByteString (#2466)
  • 7d4bb2a Improve polymorphic deserialization optimization: (#2481)
  • cf57414 Add a flag to allow parser to accept trailing commas. (#2480)
  • 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.google.protobuf:protobuf-java from 3.25.0 to 3.25.1

Commits
  • 7f94235 Updating version.json and repo version numbers to: 25.1
  • e4b00c7 Add support for extensions in CRuby, JRuby, and FFI Ruby (#14703) (#14756)
  • 2495d4f Add support for options in CRuby, JRuby and FFI (#14594) (#14739)
  • a29f47d Bump mac PHP version to 8.2 to fix non-hermetic breakages. (#14741)
  • f36432a Merge pull request #14674 from anandolee/25.x
  • 74f5cf4 Raise warnings for python syntax usages
  • edb1afd Move python/BUILD to python/BUILD.bazel (#14658)
  • 666689e Merge pull request #14620 from protocolbuffers/win2019-25.x
  • 1577c30 Error on staleness failure
  • 1155c80 Update cc_file_list_aspect to handle targets with missing hdrs/textual_hdrs
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-java-util from 3.25.0 to 3.25.1

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

Commits
  • 6a01a4d [maven-release-plugin] prepare release jackson-datatypes-misc-parent-2.16.0
  • d809b01 Prepare for 2.16.0 release
  • 382280d Back to snapshot deps
  • 3a2db7c [maven-release-plugin] prepare for next development iteration
  • a0bf945 [maven-release-plugin] prepare release jackson-datatypes-misc-parent-2.16.0-rc1
  • de9b03f Prepare for 2.16.0-rc1 release
  • 30a7ad6 Merge branch '2.15' into 2.16
  • 0dfd0d2 Update org.json:json dependency to latest
  • 5a73dbc Prepare for 2.16.0-rc1
  • 980decc Merge branch '2.15' into 2.16
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.14.2 to 2.16.0

Commits
  • 89c9cb5 [maven-release-plugin] prepare release jackson-dataformats-text-2.16.0
  • 8b0bf6c Prepare for 2.16.0 release
  • f1a2803 Back to snapshot deps
  • 5a433fc [maven-release-plugin] prepare for next development iteration
  • b2a3d9a [maven-release-plugin] prepare release jackson-dataformats-text-2.16.0-rc1
  • e3dbdb0 Prepare for 2.16.0-rc1 release
  • 74461cf Enable JDK 21 for CI java matrix
  • 90a2f8c Fix #198: add CsvGenerator.Feature.ALWAYS_QUOTE_NUMBERS (#440)
  • f8bd56b Fix #438: prevent quoting of BigInteger/BigDecimal when not expected (#439)
  • 56686c8 Update release notes
  • Additional commits viewable 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.3

Release notes

Sourced from org.testcontainers:redpanda's releases.

1.19.3

What's Changed

🐛 Bug Fixes

🧹 Housekeeping

1.19.2

Testcontainers for Java 1.19.2

Core

Modules

Elasticserach

JDBC

K3S

Kafka

LocalStack

YugabyteDB

What's Changed

📖 Documentation

... (truncated)

Commits
  • 832d943 Register default network alias using ContainerDef (#7861)
  • 696481e Update Yugabyte CQL driver to 4.15.0-yb-1 (#7822)
  • f1f79dc Fix regression using GenericContainer#setImage (#7820)
  • b59888a Fix bugs in SQLScriptScanner with big String literals and PostgreSQL identi...
  • d80ce60 [create-pull-request] automated change (#7813)
  • ca036ae [create-pull-request] automated change (#7812)
  • 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
  • Additional commits viewable in compare view

Updates `com.g...

Description has been truncated

dependabot bot added 5 commits November 27, 2023 07:17
…#410)

Bumps [io.zonky.test:embedded-postgres](https://github.com/zonkyio/embedded-postgres) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/zonkyio/embedded-postgres/releases)
- [Commits](zonkyio/embedded-postgres@v2.0.4...v2.0.5)

---
updated-dependencies:
- dependency-name: io.zonky.test:embedded-postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps org.apache.santuario:xmlsec from 4.0.0 to 4.0.1.

---
updated-dependencies:
- dependency-name: org.apache.santuario:xmlsec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.38 to 18.2.39.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…app (#425)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.38 to 18.2.39.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the main-dependencies group with 43 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` |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.5.3` | `3.6.0` |
| io.quarkus:quarkus-test-common | `3.5.3` | `3.6.0` |
| io.quarkus:quarkus-maven-plugin | `3.5.3` | `3.6.0` |
| 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.3` |
| [com.squareup.wire:wire-compiler](https://github.com/square/wire) | `4.8.0` | `4.9.3` |
| [org.jetbrains.kotlinx:kotlinx-serialization-core](https://github.com/Kotlin/kotlinx.serialization) | `1.6.0` | `1.6.1` |
| [com.squareup.okio:okio-fakefilesystem](https://github.com/square/okio) | `3.4.0` | `3.6.0` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.0` | `3.25.1` |
| com.google.protobuf:protobuf-java-util | `3.25.0` | `3.25.1` |
| [com.fasterxml.jackson.datatype:jackson-datatype-json-org](https://github.com/FasterXML/jackson-datatypes-misc) | `2.15.2` | `2.16.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.14.2` | `2.16.0` |
| [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.3` |
| [com.github.dasniko:testcontainers-keycloak](https://github.com/dasniko/testcontainers-keycloak) | `1.9.0` | `2.1.1` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `8.45.1` | `10.12.5` |
| [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` |
| [io.apicurio:apicurio-codegen-maven-plugin](https://github.com/apicurio/apicurio-codegen) | `1.1.0.Final` | `1.1.1.Final` |
| [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.4.0` | `3.5.0` |
| [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.10.0` |
| [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.10.0` |
| [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.10.0` |
| [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.10.0` |
| [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.10.0` |
| [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.10.0` |
| [io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom](https://github.com/quarkiverse/quarkus-operator-sdk) | `6.3.3` | `6.4.0` |
| [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) | `3.141.59` | `4.15.0` |


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 `io.quarkus:quarkus-bom` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.5.3...3.6.0)

Updates `io.quarkus:quarkus-test-common` from 3.5.3 to 3.6.0

Updates `io.quarkus:quarkus-maven-plugin` from 3.5.3 to 3.6.0

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.3
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@4.9.1...4.9.3)

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

Updates `org.jetbrains.kotlinx:kotlinx-serialization-core` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.6.0...v1.6.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.google.protobuf:protobuf-java` from 3.25.0 to 3.25.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.0...v3.25.1)

Updates `com.google.protobuf:protobuf-java-util` from 3.25.0 to 3.25.1

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

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.14.2 to 2.16.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.14.2...jackson-dataformats-text-2.16.0)

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.3
- [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.3)

Updates `com.github.dasniko:testcontainers-keycloak` from 1.9.0 to 2.1.1
- [Release notes](https://github.com/dasniko/testcontainers-keycloak/releases)
- [Commits](dasniko/testcontainers-keycloak@1.9.0...2.1.1)

Updates `com.puppycrawl.tools:checkstyle` from 8.45.1 to 10.12.5
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.45.1...checkstyle-10.12.5)

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 `io.apicurio:apicurio-codegen-maven-plugin` from 1.1.0.Final to 1.1.1.Final
- [Release notes](https://github.com/apicurio/apicurio-codegen/releases)
- [Commits](https://github.com/apicurio/apicurio-codegen/commits/1.1.1.Final)

Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](mojohaus/build-helper-maven-plugin@3.4.0...3.5.0)

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.10.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.10.0)

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

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

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

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

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

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

Updates `org.seleniumhq.selenium:selenium-java` from 3.141.59 to 4.15.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-3.141.59...selenium-4.15.0)

---
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: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: io.quarkus:quarkus-test-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: org.jetbrains.kotlinx:kotlinx-serialization-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-json-org
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main-dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: com.github.dasniko:testcontainers-keycloak
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: main-dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: io.apicurio:apicurio-codegen-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main-dependencies
- dependency-name: org.codehaus.mojo:build-helper-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-minor
  dependency-group: main-dependencies
- dependency-name: org.seleniumhq.selenium:selenium-java
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 29, 2023
Copy link
Author

dependabot bot commented on behalf of github Nov 30, 2023

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

@dependabot dependabot bot closed this Nov 30, 2023
@dependabot dependabot bot deleted the dependabot/maven/main-dependencies-50a105ff62 branch November 30, 2023 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

0 participants