Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps kafkaVersion from 3.9.0 to 4.0.0.
Updates org.apache.kafka:kafka_2.13 from 3.9.0 to 4.0.0

Updates org.apache.kafka:kafka-clients from 3.9.0 to 4.0.0

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 24, 2025 07:41
@github-actions
Copy link
Contributor

github-actions bot commented Mar 24, 2025

Next patch release will be 7.3.16, Show Release Notes

7.3.16 (2025-04-28)

Bug Fixes

  • deps: bump apacheHttpClient5Version from 5.4.3 to 5.4.4 (e5affce)
  • deps: bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 (aa86ae9)
  • deps: bump flywayVersion from 11.7.2 to 11.8.0 (7ad5e2b)
  • deps: bump kafkaVersion from 3.9.0 to 4.0.0 (a06315e)
  • deps: bump org.wiremock:wiremock from 3.12.1 to 3.13.0 (4d4f94c)
  • deps: bump software.amazon.awssdk:bom from 2.31.25 to 2.31.30 (3e888be)

@dependabot dependabot bot force-pushed the dependabot/gradle/main/kafkaVersion-4.0.0 branch 2 times, most recently from 60bbdc6 to 8e98e52 Compare March 31, 2025 09:42
@dependabot dependabot bot force-pushed the dependabot/gradle/main/kafkaVersion-4.0.0 branch 3 times, most recently from 299a68b to 949c92c Compare April 14, 2025 07:43
@dependabot dependabot bot force-pushed the dependabot/gradle/main/kafkaVersion-4.0.0 branch from 949c92c to 97c86de Compare April 22, 2025 07:40
Bumps `kafkaVersion` from 3.9.0 to 4.0.0.

Updates `org.apache.kafka:kafka_2.13` from 3.9.0 to 4.0.0

Updates `org.apache.kafka:kafka-clients` from 3.9.0 to 4.0.0

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka_2.13
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@JoergSiebahn JoergSiebahn force-pushed the dependabot/gradle/main/kafkaVersion-4.0.0 branch from 97c86de to a06315e Compare April 28, 2025 08:26
@github-actions
Copy link
Contributor

Test Results

  920 files   -   256    920 suites   - 256   25m 58s ⏱️ - 14m 4s
1 271 tests  -   309  1 264 ✅  -   302   5 💤  -  9  2 ❌ +2 
5 420 runs   - 1 248  5 394 ✅  - 1 212  18 💤  - 44  8 ❌ +8 

For more details on these failures, see this check.

Results for commit a06315e. ± Comparison against base commit aa86ae9.

This pull request removes 311 and adds 2 tests. Note that renamed tests count towards both.
DockerTest ‑ shouldCreateProducerConfig()
org.example.KafkaDoubleAppTest ‑ shouldProvideHealthChecks()
org.example.KafkaDoubleAppTest ‑ shouldReadFromSourceAndWriteToTarget()
org.sdase.commons.dependency.check.DuplicateClassesTest ‑ checkForDuplicateClasses()
org.sdase.commons.dependency.check.UnwantedDependenciesTest ‑ checkForApacheHttpClientV4()
org.sdase.commons.dependency.check.UnwantedDependenciesTest ‑ checkForJavax()
org.sdase.commons.dependency.check.UnwantedDependenciesTest ‑ checkForTomakehurstWiremock()
org.sdase.commons.dependency.check.UnwantedDependenciesTest ‑ discourageUseOfGoogleCode()
org.sdase.commons.server.cloudevents.AsyncApiDocumentationTest ‑ generateAndVerifySpec()
org.sdase.commons.server.cloudevents.CloudEventsTest ‑ shouldConsumeEvent()
…
org.sdase.commons.server.kafka.confluent.testing.KafkaJUnit5IT ‑ initializationError
org.sdase.commons.server.kafka.testing.CreateKafkaTopicsClassExtensionTest ‑ initializationError

@JoergSiebahn JoergSiebahn marked this pull request as draft July 7, 2025 11:02
@JoergSiebahn
Copy link
Contributor

Kafka 4.x.x breaks the used library that bootstraps Kafka for integration tests. Currently there is no alternative and there will likely be no update by Salesforce. For now, we won't upgrade the Kafka Clients to Kafka 4.x.x. Later we may introduce a new pattern for Kafka integration tests.

@JoergSiebahn
Copy link
Contributor

@dependabot ignore this major version

@dependabot dependabot bot closed this Jul 7, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2025

OK, I won't notify you about version 4.x.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/gradle/main/kafkaVersion-4.0.0 branch July 7, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants