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 34 updates #4005

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the main-dependencies group with 34 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
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
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.2
com.microsoft.kiota:microsoft-kiota-http-okHttp 0.7.8 0.9.2
com.microsoft.kiota:microsoft-kiota-serialization-json 0.7.8 0.9.2
com.microsoft.kiota:microsoft-kiota-serialization-text 0.7.8 0.9.2
com.microsoft.kiota:microsoft-kiota-serialization-form 0.7.8 0.9.2
com.microsoft.kiota:microsoft-kiota-serialization-multipart 0.7.8 0.9.2
io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom 6.3.3 6.4.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 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 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 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

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
  • 3a58f29Description has been truncated

@dependabot dependabot bot added Dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 20, 2023
@apicurio-bot
Copy link

apicurio-bot bot commented Nov 20, 2023

Thank you for creating a pull request!

Pinging @EricWittmann, @carlesarnal to respond or triage.

Bumps the main-dependencies group with 34 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` |
| [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` |
| [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.2` |
| [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.9.2` |
| [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.9.2` |
| [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.9.2` |
| [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.9.2` |
| [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `0.7.8` | `0.9.2` |
| [io.quarkiverse.operatorsdk:quarkus-operator-sdk-bom](https://github.com/quarkiverse/quarkus-operator-sdk) | `6.3.3` | `6.4.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 `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 `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 `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.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
- [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-java@v0.7.8...v0.9.2)

Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 0.7.8 to 0.9.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
- [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-java@v0.7.8...v0.9.2)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 0.7.8 to 0.9.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
- [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-java@v0.7.8...v0.9.2)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 0.7.8 to 0.9.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
- [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-java@v0.7.8...v0.9.2)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 0.7.8 to 0.9.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
- [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-java@v0.7.8...v0.9.2)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 0.7.8 to 0.9.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
- [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-java@v0.7.8...v0.9.2)

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)

---
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: 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: 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-minor
  dependency-group: main-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/main-dependencies-2f1a358ee4 branch from 7679acf to f5bfac6 Compare November 21, 2023 13:16
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2023

Superseded by #4021.

@dependabot dependabot bot closed this Nov 22, 2023
@dependabot dependabot bot deleted the dependabot/maven/main-dependencies-2f1a358ee4 branch November 22, 2023 13:18
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 DO NOT MERGE java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant