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 20 updates #4561

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2024

Bumps the backport-dependencies group with 20 updates:

Package From To
io.quarkus:quarkus-bom 3.2.11.Final 3.9.3
io.quarkus:quarkus-test-common 3.2.11.Final 3.9.3
io.quarkus:quarkus-maven-plugin 3.2.11.Final 3.9.3
org.apache.kafka:connect-api 3.6.1 7.6.1-ce
org.apache.kafka:connect-json 2.4.0 7.6.1-ce
com.google.protobuf:protobuf-java 3.25.3 4.26.1
com.google.protobuf:protobuf-java-util 3.25.3 4.26.1
com.graphql-java:graphql-java 21.5 22.0
com.fasterxml.jackson.datatype:jackson-datatype-json-org 2.15.2 2.17.0
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.15.2 2.17.0
io.confluent:kafka-avro-serializer 7.6.0 7.6.1
io.confluent:kafka-protobuf-serializer 7.6.0 7.6.1
io.confluent:kafka-json-schema-serializer 7.6.0 7.6.1
io.confluent:kafka-connect-avro-converter 7.6.0 7.6.1
io.zonky.test:embedded-postgres 2.0.6 2.0.7
org.apache.maven.plugins:maven-source-plugin 3.3.0 3.3.1
org.apache.maven.plugins:maven-jar-plugin 3.3.0 3.4.0
org.apache.maven.plugins:maven-gpg-plugin 3.2.2 3.2.3
org.apache.maven.plugins:maven-plugin-plugin 3.11.0 3.12.0
io.confluent:kafka-schema-registry-client 7.6.0 7.6.1

Updates io.quarkus:quarkus-bom from 3.2.11.Final to 3.9.3

Release notes

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

3.9.3

Complete changelog

  • #39731 - Fix StorkClientRequestFilter exception handling
  • #39796 - document @Inject ScheduledExecutorService
  • #39807 - Explain in the docs how to map the X509 CN attribute to roles
  • #39839 - Removing quarkus-panache-common annotation processor from docs
  • #39857 - SmallRye GraphQL Client: Added MP's Input.class to the index
  • #39868 - Add property to force cache-control: no-store on: quarkus.smallrye-health
  • #39871 - Routing for index.html fails with 404 for directories
  • #39872 - Use cache-control header to make sure health checks aren't cached
  • #39876 - OIDC Dev UI screen is blank after the user authentication
  • #39878 - Ensure that index.html works in any directory in native mode
  • #39880 - Mention ScheduledExecutorService in scheduler reference doc
  • #39896 - Revert removal of redirect in Dev UI Deep links
  • #39897 - Fix Servlet/Rest ExceptionMapper
  • #39913 - Add more non-platform extensions to dev services guide + make guide guide-ier
  • #39929 - Adjust some user-visible references to RESTEasy Reactive
  • #39938 - Update of the SmallRye GraphQL 2.8.2
  • #39956 - Docs OIDC Client - Inconsistent variable naming, OidcClientCreator example

3.9.2

Complete changelog

  • #38964 - Add smallrye metrics capability
  • #39668 - Recompute cache when the redis connection pool is exhausted
  • #39705 - WebSockets Next: error handlers part 1
  • #39717 - OIDC code flow access token verification is enforced even if the application code does not use it as JWT
  • #39718 - Enforce OIDC code flow access token verification only if JWT is in the application code
  • #39725 - Setting the correct CodeFlowVerifyAccessTokenDisabledTest test class name
  • #39742 - Fix a remaining reference to quarkus.resteasy-reactive. prefix
  • #39746 - ScheduledExecutorService: cannot remove future task from the scheduler
  • #39763 - WebSockets Next: error handlers part 2
  • #39766 - Properly handle array class types to be looked up
  • #39770 - Improve the multipart encoded mode handling in the rest client
  • #39776 - Cannot build native image after 3.9.1 upgrade - missing configuration properties but they exist
  • #39777 - Bean Param init issue - java.lang.NoClassDefFoundError: io/quarkus/generated/int$quarkusrestparamConverter$
  • #39790 - Add quarkus-credentials-deployment where it's missing
  • #39794 - Bump org.jboss.threads:jboss-threads from 3.6.0.Final to 3.6.1.Final
  • #39797 - Docs: fix typo in OIDC tenant resolution by configuration
  • #39798 - Update documentation for QUARKUS AND GRADLE - Development mode: quarkusDev#workingDir has been deprecated
  • #39804 - Always record profiles
  • #39823 - Ensure ParameterConverter is loaded from the TCCL
  • #39829 - Use quarkusDev#workingDirectory
  • #39835 - Bump maven-model-helper to 36

3.9.1

Complete changelog

... (truncated)

Commits
  • 8ea706d [RELEASE] - Bump version to 3.9.3
  • 1337c28 Merge pull request #39965 from gsmet/3.9.3-backports-1
  • 8be2978 Point to 3.9 branch for quickstarts
  • d363d59 Inconsistent variable naming - OIDC Client docs, OidcClientCreator.
  • dd85e93 Adjust some user-visible references to RESTEasy Reactive
  • 7ffc564 Ensure that index.html works in any directory in native mode
  • 6e6fabd Update of SmallRye-GraphQL 2.8.2
  • c1ff69b Fixed an issue where source field name and field name are equal in the GraphQ...
  • 1b2d338 Fix javadoc in UpdateMojo
  • e864cbf Update - Only consider recipes when generating the list of recipes
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-test-common from 3.2.11.Final to 3.9.3

Updates io.quarkus:quarkus-maven-plugin from 3.2.11.Final to 3.9.3

Updates org.apache.kafka:connect-api from 3.6.1 to 7.6.1-ce

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

Updates com.google.protobuf:protobuf-java from 3.25.3 to 4.26.1

Commits

Updates com.google.protobuf:protobuf-java-util from 3.25.3 to 4.26.1

Updates com.google.protobuf:protobuf-java-util from 3.25.3 to 4.26.1

Updates com.graphql-java:graphql-java from 21.5 to 22.0

Release notes

Sourced from com.graphql-java:graphql-java's releases.

22.0

We are pleased to announce the release of graphql-java v22.0.

Thanks to everyone in the community who contributed to the release, whether that was code, helping to report issues, or participating in discussions.

This is a breaking change release.

The graphql-java team takes breaking changes very seriously but in the name of performance we have made some significant breaking changes in this release.

Major Performance Changes

Past releases have been very much performance focused and this one is no different. However, this release is aiming to reduce memory pressure more than reduce pure CPU usage. When the graphql-java engine is running, if it produces less objects it will ultimately run faster because of reduced memory pressure and less garbage to collect.

The engine has been changed in two major ways that reduce memory pressure.

ExecutionResult wrapping

The first was that all values that come back got wrapped internally into a ExecutionResult object where the data attribute was the value. This was a carry over from some very early GraphQL code but was unnecessary and hence has been removed. The follow on effect of this is that some graphql.execution.ExecutionStrategy protected methods and graphql.execution.instrumentation.Instrumentation methods used to receive and return ExecutionResult values and no longer do, which is an API breaking change. We have made this breaking changes in the name of memory pressure performance.

CompletableFuture wrapping

The second major change is that the engine no longer exclusively uses java.util.concurrent.CompletableFutures when composing together results. Let us explain the past code first so we can discuss the new code.

CompletableFuture is a fantastic construct because it represents a promise to a value and it can also hold an exceptional state inside itself. Async programming with CompletableFuture is viral. If stage 1 of some compute process returns a CompletableFuture then stage 2 and 3 and 4 are likely to as well to ensure everything is asynchronous.

We use to take values that were not asynchronous (such as DataFetcher that returned a simple in memory object) and wrap them in a CompletableFuture so that all of the other code composed together using CompletableFuture methods like .thenApply() and .thenCompose and so on. The code is cleaner if you use all CompletableFuture code patterns.

However many objects in a GraphQL request are not asynchronous but rather materialised objects in memory. Scalars, enums and list are often just values immediately available to be used and allocating a CompletableFuture makes the code easier to write but it has a memory pressure cost.

So we have sacrificed cleaner code for more memory performant code.

graphql-java engine graphql.execution.ExecutionStrategy methods now just return Object where that object might be either a CompletableFuture or a materialised value.

    private Object /*CompletableFuture<FetchedValue> | FetchedValue>*/
       fetchField(GraphQLFieldDefinition fieldDef, ExecutionContext executionContext, ExecutionStrategyParameters parameters) {

Notice we have lost type safety here. In the past this would have only been CompletableFuture<FetchedValue> and hence been both type safe and async composable.

Now the caller of that method has to handle the async case where it might be a CompletableFuture<FetchedValue> AND the materialised value case where it might be a FetchedValue but as most simple fields in GraphQL are in fact materialised values, this is worth the less clean code.

DataFetchers can of course continue to return CompletableFuture values and they will be handled in a polymorphic manner.

The upshot of all this work is that the graphql-java engine allocated way less CompletableFuture values and hence reduces the amount of memory used.

Instrumentation Changes

... (truncated)

Commits
  • 0eec91e Merge pull request #3551 from jbellenger/jbellenger-validate-dir-args
  • c4df085 Merge pull request #3567 from graphql-java/dependabot/github_actions/gradle/w...
  • 2cf3cc0 Merge pull request #3566 from graphql-java/dependabot/gradle/org.testng-testn...
  • 1d78326 Merge pull request #3565 from graphql-java/strict-mode-runtime-wiring
  • 207bb83 Bump gradle/wrapper-validation-action from 2 to 3
  • 9f613a6 Bump org.testng:testng from 7.10.0 to 7.10.1
  • bb82efb Better testing
  • 5a53ec4 strictMode for RuntimeWiring and TypeRuntimeWiring
  • 7f13678 Merge pull request #3564 from graphql-java/add-dataloader-3.3.0
  • b2dc510 Dataloader 3.3.0
  • Additional commits viewable in compare view

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

Commits
  • 1db4146 [maven-release-plugin] prepare release jackson-datatypes-misc-parent-2.17.0
  • 2e215a4 Prepare for 2.17.0 release
  • 86423f4 Merge branch '2.16' into 2.17
  • 89976aa Back to snapshot dep
  • a7d9b85 [maven-release-plugin] prepare for next development iteration
  • fe24bf9 [maven-release-plugin] prepare release jackson-datatypes-misc-parent-2.16.2
  • 413ce99 Prepare for 2.16.2 release
  • b1ff7a9 Back to snapshot dep
  • 2e4a82e [maven-release-plugin] prepare for next development iteration
  • b133f51 [maven-release-plugin] prepare release jackson-datatypes-misc-parent-2.17.0-rc1
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.15.2 to 2.17.0

Commits
  • 5947a45 [maven-release-plugin] prepare release jackson-dataformats-text-2.17.0
  • 66e39ff Prepare for 2.17.0 release
  • 00d45d2 Merge branch '2.16' into 2.17
  • 17b06ec Back to snapshot dep
  • 6924d24 [maven-release-plugin] prepare for next development iteration
  • d4977eb [maven-release-plugin] prepare release jackson-dataformats-text-2.16.2
  • cd23e6c Prepare for 2.16.2 release
  • 5f89d60 Add explicit overrides for JsonParser.getNumberTypeFP()
  • 1b8ca46 Test renaming
  • 0550039 Minor test refactoring
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.15.2 to 2.17.0

Commits
  • 5947a45 [maven-release-plugin] prepare release jackson-dataformats-text-2.17.0
  • 66e39ff Prepare for 2.17.0 release
  • 00d45d2 Merge branch '2.16' into 2.17
  • 17b06ec Back to snapshot dep
  • 6924d24 [maven-release-plugin] prepare for next development iteration
  • d4977eb [maven-release-plugin] prepare release jackson-dataformats-text-2.16.2
  • cd23e6c Prepare for 2.16.2 release
  • 5f89d60 Add explicit overrides for JsonParser.getNumberTypeFP()
  • 1b8ca46 Test renaming
  • 0550039 Minor test refactoring
  • Additional commits viewable in compare view

Updates io.confluent:kafka-avro-serializer from 7.6.0 to 7.6.1

Commits
  • e09b8f9 Set Confluent to 7.6.1, Kafka to 7.6.1.
  • 83b8886 Merge branch '7.5.x' into 7.6.x by rayokota
  • 133881a Merge branch '7.4.x' into 7.5.x by rayokota
  • 7d172bb Merge branch '7.3.x' into 7.4.x by rayokota
  • bc79d98 Merge branch '7.2.x' into 7.3.x by rayokota
  • ff129a2 Merge pull request #3062 from confluentinc/pr_merge_from_7_1_x_to_7_2_x
  • ba34552 Merge branch '7.2.x' into pr_merge_from_7_1_x_to_7_2_x
  • 517c178 Merge branch '7.0.x' into 7.1.x by rayokota
  • eabeec8 Merge pull request #3061 from confluentinc/cherry-pick-field-oneof
  • af44d2e Merge pull request #3059 from MaciasMucias/master
  • Additional commits viewable in compare view

Updates io.confluent:kafka-protobuf-serializer from 7.6.0 to 7.6.1

Commits
  • e09b8f9 Set Confluent to 7.6.1, Kafka to 7.6.1.
  • 83b8886 Merge branch '7.5.x' into 7.6.x by rayokota
  • 133881a Merge branch '7.4.x' into 7.5.x by rayokota
  • 7d172bb Merge branch '7.3.x' into 7.4.x by rayokota
  • bc79d98 Merge branch '7.2.x' into 7.3.x by rayokota
  • ff129a2 Merge pull request #3062 from confluentinc/pr_merge_from_7_1_x_to_7_2_x
  • ba34552 Merge branch '7.2.x' into pr_merge_from_7_1_x_to_7_2_x
  • 517c178 Merge branch '7.0.x' into 7.1.x by rayokota
  • eabeec8 Merge pull request #3061 from confluentinc/cherry-pick-field-oneof
  • af44d2e Merge pull request #3059 from MaciasMucias/master
  • Additional commits viewable in compare view

Updates io.confluent:kafka-json-schema-serializer from 7.6.0 to 7.6.1

Commits
  • e09b8f9 Set Confluent to 7.6.1, Kafka to 7.6.1.
  • 83b8886 Merge branch '7.5.x' into 7.6.x by rayokota
  • 133881a Merge branch '7.4.x' into 7.5.x by rayokota
  • 7d172bb Merge branch '7.3.x' into 7.4.x by rayokota
  • bc79d98 Merge branch '7.2.x' into 7.3.x by rayokota
  • ff129a2 Merge pull request #3062 from confluentinc/pr_merge_from_7_1_x_to_7_2_x
  • ba34552 Merge branch '7.2.x' into pr_merge_from_7_1_x_to_7_2_x
  • 517c178 Merge branch '7.0.x' into 7.1.x by rayokota
  • eabeec8 Merge pull request #3061 from confluentinc/cherry-pick-field-oneof
  • af44d2e Merge pull request #3059 from MaciasMucias/master
  • Additional commits viewable in compare view

Updates io.confluent:kafka-connect-avro-converter from 7.6.0 to 7.6.1

Commits
  • e09b8f9 Set Confluent to 7.6.1, Kafka to 7.6.1.
  • 83b8886 Merge branch '7.5.x' into 7.6.x by rayokota
  • 133881a Merge branch '7.4.x' into 7.5.x by rayokota
  • 7d172bb Merge branch '7.3.x' into 7.4.x by rayokota
  • bc79d98 Merge branch '7.2.x' into 7.3.x by rayokota
  • ff129a2 Merge pull request #3062 from confluentinc/pr_merge_from_7_1_x_to_7_2_x
  • ba34552 Merge branch '7.2.x' into pr_merge_from_7_1_x_to_7_2_x
  • 517c178 Merge branch '7.0.x' into 7.1.x by rayokota
  • eabeec8 Merge pull request #3061 from confluentinc/cherry-pick-field-oneof
  • af44d2e Merge pull request #3059 from MaciasMucias/master
  • Additional commits viewable in compare view

Updates io.confluent:kafka-protobuf-serializer from 7.6.0 to 7.6.1

Commits
  • e09b8f9 Set Confluent to 7.6.1, Kafka to 7.6.1.
  • 83b8886 Merge branch '7.5.x' into 7.6.x by rayokota
  • 133881a Merge branch '7.4.x' into 7.5.x by rayokota
  • 7d172bb Merge branch '7.3.x' into 7.4.x by rayokota
  • bc79d98 Merge branch '7.2.x' into 7.3.x by rayokota
  • ff129a2 Merge pull request #3062 from confluentinc/pr_merge_from_7_1_x_to_7_2_x
  • ba34552 Merge branch '7.2.x' into pr_merge_from_7_1_x_to_7_2_x
  • 517c178 Merge branch '7.0.x' into 7.1.x by rayokota
  • eabeec8 Merge pull request #3061 from confluentinc/cherry-pick-field-oneof
  • af44d2e Merge pull request #3059 from MaciasMucias/master
  • Additional commits viewable in compare view

Updates io.confluent:kafka-json-schema-serializer from 7.6.0 to 7.6.1

Commits
  • e09b8f9 Set Confluent to 7.6.1, Kafka to 7.6.1.
  • 83b8886 Merge branch '7.5.x' into 7.6.x by rayokota
  • 133881a Merge branch '7.4.x' into 7.5.x by rayokota
  • 7d172bb Merge branch '7.3.x' into 7.4.x by rayokota
  • bc79d98 Merge branch '7.2.x' into 7.3.x by rayokota
  • ff129a2 Merge pull request #3062 from confluentinc/pr_merge_from_7_1_x_to_7_2_x
  • ba34552 Merge branch '7.2.x' into pr_merge_from_7_1_x_to_7_2_x
  • 517c178 Merge branch '7.0.x' into 7.1.x by rayokota
  • eabeec8 Merge pull request #3061 from confluentinc/cherry-pick-field-oneof
  • af44d2e Merge pull request #3059 from MaciasMucias/master
  • Additional commits viewable in compare view

Updates io.confluent:kafka-connect-avro-converter from 7.6.0 to 7.6.1

Commits
  • e09b8f9 Set Confluent to 7.6.1, Kafka to 7.6.1.
  • 83b8886 Merge branch '7.5.x' into 7.6.x by rayokota
  • 133881a Merge branch '7.4.x' into 7.5.x by rayokota
  • 7d172bb Merge branch '7.3.x' into 7.4.x by rayokota
  • bc79d98 Merge branch '7.2.x' into 7.3.x by rayokota
  • ff129a2 Merge pull request #3062 from confluentinc/pr_merge_from_7_1_x_to_7_2_x
  • ba34552 Merge branch '7.2.x' into pr_merge_from_7_1_x_to_7_2_x
  • 517c178 Merge branch '7.0.x' into 7.1.x by rayokota
  • eabeec8 Merge pull request #3061 from confluentinc/cherry-pick-field-oneof
  • af44d2e Merge pull request #3059 from MaciasMucias/master
  • Additional commits viewable in compare view

Updates io.zonky.test:embedded-postgres from 2.0.6 to 2.0.7

Release notes

Sourced from io.zonky.test:embedded-postgres's releases.

v2.0.7

Changes:

  • Upgrade to PostgreSQL JDBC Driver 42.7.3 (#129)
  • Upgrade to Apache Commons Compress 1.26.0 (#127)
Commits
  • 9262785 [maven-release-plugin] prepare release v2.0.7
  • 7aa5107 Merge pull request #131 from sullis/setup-java-v4
  • e4e5726 Merge pull request #130 from lesiak/postgresql-driver-upgrade
  • 61add57 setup-java v4
  • 93ebb2a #129 Upgrade postgresql driver to 42.7.3
  • 875b0e4 Merge pull request #128 from lesiak/commons-compress-1.26.0
  • ed28020 #127 Upgrade org.apache.commons:commons-compress to 1.26.0
  • 64f52ac [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-test-common from 3.2.11.Final to 3.9.3

Updates org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1

Commits
  • f80596e [maven-release-plugin] prepare release maven-source-plugin-3.3.1
  • 7626998 Bump apache/maven-gh-actions-shared from 3 to 4
  • 83c963c Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18)
  • 40ae495 Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 (#20)
  • 073462b Bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1 (#21)
  • 0b1c823 Fix typos in AbstractSourceJarMojo exception
  • 099c65a [MSOURCES-142] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 (...
  • 1edeea4 [MSOURCES-139] Fix typo in AbstractSourceJarMojo exception
  • 436966e [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0

Release notes

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

3.4.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 992f44a [maven-release-plugin] prepare release maven-jar-plugin-3.4.0
  • 5e31b99 [MJAR-296] Allow including files excluded by default. (#67)
  • ddfb635 [MJAR-306] Use properties for plugins versions in LifecycleMapping
  • aeffa39 [MJAR-304] Refresh download page
  • ee85d59 [MJAR-303] Cleanup declared dependencies
  • 845c120 Bump org.junit:junit-bom from 5.10.1 to 5.10.2
  • 8dd0d3f [MJAR-298] Update Maven-Archiver to 3.6.2
  • 1b958d1 [MJAR-302] Require Maven 3.6.3
  • fa4330f [MJAR-62] Set Build-Jdk according to used toolchain
  • adf1c76 Bump apache/maven-gh-actions-shared from 2 to 4
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.2.11.Final to 3.9.3

Updates org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3

Release notes

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

3.2.3

Release Notes - Maven GPG Plugin - Version 3.2.3


📦 Dependency updates

... (truncated)

Commits
  • 89b91a4 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.3
  • fc2efa3 [MGPG-123][MGPG-124] Dependency upgrades (#93)
  • 50222d3 [MGPG-120] New mojo sign-deployed (#88)
  • a6c3a09 [MGPG-122] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3...
  • 78f5e37 [MGPG-121] Return the workaround for pseudo security (#90)
  • 582df74 [MGPG-117] Improve passphrase handling (#86)
  • 0adc6b8 [MGPG-118] Bump commons-io:commons-io from 2.15.1 to 2.16.0 (#87)
  • ef57091 [MGPG-116] Up max key file size to 64K (#85)
  • 944be4e [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-plugin-plugin from 3.11.0 to 3.12.0

Release notes

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

3.12.0

Release Notes - Maven Plugin Tools - Version 3.12.0

Commits
  • 0b69acc [maven-release-plugin] prepare release maven-plugin-tools-3.12.0
  • e5e3dd2 code simplifications
  • e97ba77 [MPLUGIN-510] group history per common requirements
  • 6f9c3d9 use @​Component instead of @​Parameter when possible
  • d8fecbc Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2
  • a9dd57d rename mavenVersion to maven3Version
  • 1aad214 [MPLUGIN-514] switch from png+imagemap to svg
  • ddbaa5b Bump apache/maven-gh-actions-shared from 3 to 4
  • cd74761 [MPLUGIN-511] add versions history requirements detection
  • d9f8d89 [MPLUGIN-511] prepare method to list releases history
  • Additional commits viewable in compare view

Updates io.confluent:kafka-schema-registry-client from 7.6.0 to 7.6.1

Commits
  • e09b8f9 Set Confluent to 7.6.1, Kafka to 7.6.1.
  • 83b8886 Merge branch '7.5.x' into 7.6.x by rayokota
  • 133881a Merge branch '7.4.x' into 7.5.x by rayokota
  • 7d172bb Merge branch '7.3.x' into 7.4.x by rayokota
  • bc79d98 Merge branch '7.2.x' into 7.3.x by rayokota
  • ff129a2 Merge pull request #3062 from confluentinc/pr_merge_from_7_1_x_to_7_2_x
  • ba34552 Merge branch '7.2.x' into pr_merge_from_7_1_x_to_7_2_x
  • 517c178 Merge branch '7.0.x' into 7.1.x by rayokota
  • eabeec8 Merge pull request #3061 from confluentinc/cherry-pick-field-oneof
  • af44d2e Merge pull request #3059 from MaciasMucias/master
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the backport-dependencies group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.2.11.Final` | `3.9.3` |
| io.quarkus:quarkus-test-common | `3.2.11.Final` | `3.9.3` |
| io.quarkus:quarkus-maven-plugin | `3.2.11.Final` | `3.9.3` |
| org.apache.kafka:connect-api | `3.6.1` | `7.6.1-ce` |
| org.apache.kafka:connect-json | `2.4.0` | `7.6.1-ce` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.3` | `4.26.1` |
| com.google.protobuf:protobuf-java-util | `3.25.3` | `4.26.1` |
| [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) | `21.5` | `22.0` |
| [com.fasterxml.jackson.datatype:jackson-datatype-json-org](https://github.com/FasterXML/jackson-datatypes-misc) | `2.15.2` | `2.17.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.15.2` | `2.17.0` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.6.0` | `7.6.1` |
| [io.confluent:kafka-protobuf-serializer](https://github.com/confluentinc/schema-registry) | `7.6.0` | `7.6.1` |
| [io.confluent:kafka-json-schema-serializer](https://github.com/confluentinc/schema-registry) | `7.6.0` | `7.6.1` |
| [io.confluent:kafka-connect-avro-converter](https://github.com/confluentinc/schema-registry) | `7.6.0` | `7.6.1` |
| [io.zonky.test:embedded-postgres](https://github.com/zonkyio/embedded-postgres) | `2.0.6` | `2.0.7` |
| [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.0` | `3.3.1` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.3.0` | `3.4.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.2` | `3.2.3` |
| [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) | `3.11.0` | `3.12.0` |
| [io.confluent:kafka-schema-registry-client](https://github.com/confluentinc/schema-registry) | `7.6.0` | `7.6.1` |


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

Updates `io.quarkus:quarkus-test-common` from 3.2.11.Final to 3.9.3

Updates `io.quarkus:quarkus-maven-plugin` from 3.2.11.Final to 3.9.3

Updates `org.apache.kafka:connect-api` from 3.6.1 to 7.6.1-ce

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

Updates `com.google.protobuf:protobuf-java` from 3.25.3 to 4.26.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `com.google.protobuf:protobuf-java-util` from 3.25.3 to 4.26.1

Updates `com.google.protobuf:protobuf-java-util` from 3.25.3 to 4.26.1

Updates `com.graphql-java:graphql-java` from 21.5 to 22.0
- [Release notes](https://github.com/graphql-java/graphql-java/releases)
- [Commits](graphql-java/graphql-java@v21.5...v22.0)

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

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

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

Updates `io.confluent:kafka-avro-serializer` from 7.6.0 to 7.6.1
- [Commits](confluentinc/schema-registry@v7.6.0...v7.6.1)

Updates `io.confluent:kafka-protobuf-serializer` from 7.6.0 to 7.6.1
- [Commits](confluentinc/schema-registry@v7.6.0...v7.6.1)

Updates `io.confluent:kafka-json-schema-serializer` from 7.6.0 to 7.6.1
- [Commits](confluentinc/schema-registry@v7.6.0...v7.6.1)

Updates `io.confluent:kafka-connect-avro-converter` from 7.6.0 to 7.6.1
- [Commits](confluentinc/schema-registry@v7.6.0...v7.6.1)

Updates `io.confluent:kafka-protobuf-serializer` from 7.6.0 to 7.6.1
- [Commits](confluentinc/schema-registry@v7.6.0...v7.6.1)

Updates `io.confluent:kafka-json-schema-serializer` from 7.6.0 to 7.6.1
- [Commits](confluentinc/schema-registry@v7.6.0...v7.6.1)

Updates `io.confluent:kafka-connect-avro-converter` from 7.6.0 to 7.6.1
- [Commits](confluentinc/schema-registry@v7.6.0...v7.6.1)

Updates `io.zonky.test:embedded-postgres` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/zonkyio/embedded-postgres/releases)
- [Commits](zonkyio/embedded-postgres@v2.0.6...v2.0.7)

Updates `io.quarkus:quarkus-test-common` from 3.2.11.Final to 3.9.3

Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.0 to 3.3.1
- [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.0...maven-source-plugin-3.3.1)

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.2.11.Final to 3.9.3

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

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

Updates `io.confluent:kafka-schema-registry-client` from 7.6.0 to 7.6.1
- [Commits](confluentinc/schema-registry@v7.6.0...v7.6.1)

---
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.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backport-dependencies
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backport-dependencies
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backport-dependencies
- dependency-name: com.graphql-java:graphql-java
  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: 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: 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: io.zonky.test:embedded-postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backport-dependencies
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  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.maven.plugins:maven-gpg-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-minor
  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 Apr 16, 2024
@apicurio-bot
Copy link

apicurio-bot bot commented Apr 16, 2024

Thank you for creating a pull request!

Pinging @EricWittmann, @carlesarnal to respond or triage.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2024

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

@dependabot dependabot bot closed this Apr 17, 2024
@dependabot dependabot bot deleted the dependabot/maven/2.5.x/backport-dependencies-7923f3d1f1 branch April 17, 2024 14:26
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/storage area/ui Dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants