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 backport-dependencies group with 21 updates #3991

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the backport-dependencies group with 21 updates:

Package From To
io.quarkus:quarkus-bom 3.2.8.Final 3.5.2
io.quarkus:quarkus-test-common 3.2.8.Final 3.5.2
io.quarkus:quarkus-maven-plugin 3.2.8.Final 3.5.2
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.google.protobuf:protobuf-java 3.25.0 3.25.1
com.google.protobuf:protobuf-java-util 3.25.0 3.25.1
org.json:json 20230227 20231013
com.fasterxml.jackson.datatype:jackson-datatype-json-org 2.15.3 2.16.0
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 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.18.3 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.apache.maven.plugins:maven-plugin-plugin 3.10.1 3.10.2
io.confluent:kafka-schema-registry-client 7.5.1 7.5.2

Updates io.quarkus:quarkus-bom from 3.2.8.Final to 3.5.2

Release notes

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

3.5.1

Complete changelog

  • #36920 - Fix OIDC scope to permission mapping when scope is empty
  • #36911 - OIDC "Permission must not be empty" with imported test realm since 3.5.0
  • #36907 - Bump resteasy.version from 6.2.5.Final to 6.2.6.Final
  • #36906 - [Docs] security-oidc-auth0-tutorial.adoc improvements
  • #36901 - Fix formatting in the datasource docs
  • #36895 - Docs: fix formatting of code snippet in the Micrometer tutorial
  • #36889 - Build cache - Also exclude .cache for Spotless
  • #36887 - Qute: fix validation of array index-based expressions
  • #36885 - Handle generic types for ParamConverter in REST Client
  • #36883 - Keycloak DevService: Improve error messages and documentation
  • #36857 - Fix OIDC key resolver to accept SHA256 certificate thumbprints
  • #36855 - OIDC key resolver fails to recognize an x5t#S256 thumbprint
  • #36841 - TransactionalUniAsserterTest: test that injected argument is used
  • #36830 - Reformat source code block title
  • #36803 - Gradle plugin: use full URI for configuration source locations
  • #36800 - Quarkus code-gen (Gradle): Fix behavior to filter unavailable services
  • #36793 - Add jvmArgs option to Quarkus Gradle plugin task quarkusRun
  • #36787 - Fix dead link in reactive-sql-clients.adoc
  • #36776 - Exclude resteasy-client from lra-proxy-api in narayana-lra extension
  • #36770 - Keycloak Admin Client Reactive: Fix typo that allows users to customize ObjectMapper
  • #36767 - Gradle build does not work when an "application.properties" exists at the root of the project
  • #36751 - Fix typo in reactive-event-bus.adoc
  • #36741 - Fix sockjs documentation
  • #36720 - Update OpenSearch container test configuration
  • #36719 - Remove type from ResolverMapKey
  • #36716 - Cannot build project with quarkus-cxf extension and custom ConfigSourceFactory: Provider not found
  • #36713 - Ignore bridge methods and improve error message in @Embeddable annotation checks
  • #36710 - Raise FileSystemWatcherTestCase wait times
  • #36689 - Try to stabilize PausedSchedulerTest
  • #36677 - OpenAPI.yaml with recursion
  • #36663 - Disable VertxMDCTest on Windows
  • #36646 - OpenAPI support to register schema for a type from 3rd party lib
  • #36639 - RESTEasy Reactive does not call method ParamConverter#toString for collection elements
  • #36638 - Codestarts: Add Entity annotation to Kotlin all-open
  • #36637 - Deprecate the scala extension
  • #36629 - Remove the pinned event example from the documentation
  • #36609 - Add a custom OIDC identity provider test
  • #36599 - TransactionalUniAsserter never fails with Hibernate Reactive
  • #36598 - Use MongoDB 4.4 consistently
  • #36596 - Fix version reporting and parsing
  • #36593 - Allow for setting logging body limit programmatically
  • #36582 - Unit test always succeeds in combination with hibernate-reactive & panache
  • #36572 - Fix typos and a forgot backtick in the doc files
  • #36571 - Fix the mailer connection pool when multiple mailers are used
  • #36567 - @MailerName not working with different SMTP servers
  • #36561 - Add auth mechanism to the Liquibase MongoDB connection string

... (truncated)

Commits
  • 25abdb0 [RELEASE] - Bump version to 3.5.2
  • 4204ca8 Merge pull request #37120 from ozangunalp/bump_rm_4_10_2_fix_rmq_tracing
  • 100989b Bump Smallrye RM from 4.10.1 to 4.10.2
  • 1f3a6d9 Merge pull request #37115 from gsmet/3.5.2-backports-3
  • 87d5728 Handle duplicated context in the CacheResultInterceptor
  • d6e7fcd Make analytics tests more a bit more resilient
  • 4e383da Add te actual coordinates of the MySQL driver
  • 085c2e6 Avoid @​TempDir in RestClientCDIDelegateBuilderTest
  • 84fec50 Disable Http2RSTFloodProtectionTest on Windows
  • eeba2c3 Merge pull request #37084 from gsmet/3.5.2-backports-2
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-test-common from 3.2.8.Final to 3.5.2

Updates io.quarkus:quarkus-maven-plugin from 3.2.8.Final to 3.5.2

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.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 org.json:json from 20230227 to 20231013

Release notes

Sourced from org.json:json's releases.

20231013

Pull Request Description
#793 Reverted #761
#792 update the docs for release 20231013
#783 optLong vs getLong inconsistencies
#782 Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows
#779 add validity check for JSONObject constructors
#778 Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows
#776 Update [JUnit to version 4.13.2
#774 Removing unneeded synchronization
#773 Add optJSONArray method to JSONObject with a default value
#772 Disallow nested objects and arrays as keys in objects
#779 Unit test cleanup
#769 Addressed Java 17 compile warnings
#764 Update CodeQL action version
#761 Add module-info
#759 JSON parsing should detect embedded 
#753 Updated new object methods
#752 Fixes possible unit test bug when compiling/testing on Windows

20230618

Pull Request Description
#749 Prep for release 20230618
#740 Fixed Flaky Tests Caused by JSON permutations
#734 Fixed Flaky Tests Caused by JSON permutations
#733 JSONTokener implemented java.io.Closeable
#731 Removing commented out code in JSONObject optDouble()
#729 Refactor ParserConfiguration class hierarchy
Changelog

Sourced from org.json:json's changelog.

20231013 First release with minimum Java version 1.8. Recent commits, including fixes for CVE-2023-5072.

20230618 Final release with Java 1.6 compatibility. Future releases will require Java 1.8 or greater.

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-json-org from 2.15.3 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.15.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.18.3 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
  • 3a58f29 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Release notes

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

3.10.2

Release Notes - Maven Plugin Tools - Version 3.10.2

Bug

Dependency upgrade

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

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

Commits
  • 7b3c9e5 Set Confluent to 7.5.2, Kafka to 7.5.2.
  • 9de6c3d Merge branch '7.4.x' into 7.5.x
  • 8233b04 MINOR expose dek registry apis for use by schema linking (#2809)
  • 792de28 Merge branch '7.4.x' into 7.5.x
  • 8635bfe Allow create kek/dek to act like undelete (#2807)

Bumps the backport-dependencies group with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.2.8.Final` | `3.5.2` |
| io.quarkus:quarkus-test-common | `3.2.8.Final` | `3.5.2` |
| io.quarkus:quarkus-maven-plugin | `3.2.8.Final` | `3.5.2` |
| 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.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` |
| [org.json:json](https://github.com/douglascrockford/JSON-java) | `20230227` | `20231013` |
| [com.fasterxml.jackson.datatype:jackson-datatype-json-org](https://github.com/FasterXML/jackson-datatypes-misc) | `2.15.3` | `2.16.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `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.18.3` | `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.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` |


Updates `io.quarkus:quarkus-bom` from 3.2.8.Final to 3.5.2
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.2.8.Final...3.5.2)

Updates `io.quarkus:quarkus-test-common` from 3.2.8.Final to 3.5.2

Updates `io.quarkus:quarkus-maven-plugin` from 3.2.8.Final to 3.5.2

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.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 `org.json:json` from 20230227 to 20231013
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

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

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.15.2 to 2.16.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.15.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.18.3 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.18.3...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.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)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backport-dependencies
- dependency-name: io.quarkus:quarkus-test-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backport-dependencies
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backport-dependencies
- dependency-name: org.apache.kafka:connect-api
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backport-dependencies
- dependency-name: org.apache.kafka:connect-json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backport-dependencies
- dependency-name: com.squareup.wire:wire-schema
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backport-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-json-org
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backport-dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backport-dependencies
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: io.confluent:kafka-protobuf-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: io.confluent:kafka-json-schema-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: io.confluent:kafka-connect-avro-converter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: org.testcontainers:redpanda
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backport-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: io.confluent:kafka-schema-registry-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-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 16, 2023
@apicurio-bot
Copy link

apicurio-bot bot commented Nov 16, 2023

Thank you for creating a pull request!

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

@carlesarnal carlesarnal self-requested a review November 16, 2023 14:37
@carlesarnal carlesarnal merged commit c016dcb into 2.5.x Nov 17, 2023
15 checks passed
@carlesarnal carlesarnal deleted the dependabot/maven/2.5.x/backport-dependencies-b26b195b6a branch November 17, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant