You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not upgrade io.debezium:debezium-embedded@1.2.0-SNAPSHOT to io.debezium:debezium-embedded@3.3.0.Final; Reason could not apply upgrade, dependency is managed externally ; Location: provenance does not contain location
Could not upgrade io.quarkus:quarkus-smallrye-health@1.4.1.Final to io.quarkus:quarkus-smallrye-health@2.3.0.Final; Reason could not apply upgrade, dependency is managed externally ; Location: provenance does not contain location
Important
Check the changes in this PR to ensure they won't cause issues with your project.
Max score is 1000. Note that the real score may have changed since the PR was raised.
This PR was automatically created by Snyk using the credentials of a real user.
Note:You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
This upgrade includes multiple major version jumps with significant breaking changes, requiring environment and code modifications.
Top 3 Most Impactful Upgrades:
io.debezium:debezium-embedded 1.2.0-SNAPSHOT → 3.3.0.Final (HIGH)
This is a very large version jump across two major versions (1.x → 2.x → 3.x) and requires significant migration effort. Key breaking changes include:
Configuration Properties: Many configuration properties have been renamed. For example, database.server.name is now topic.prefix, and database.history.* properties are now prefixed with schema.history.internal.*.
Event Structure: The structure of the change data capture events has been modified, for example by adding a before field to the record content.
Default Behavior: Default values for properties like schema.name.adjustment.mode and SSL settings have changed, which could alter connector behavior.
Recommendation: A staged migration is critical. Plan for a Java 17 runtime. Carefully review the Debezium 2.0 and 3.0 release notes to map all old configuration properties to their new equivalents and adapt your code to handle the new event structure.
io.quarkus:quarkus-smallrye-health 1.4.1.Final → 2.3.0.Final (HIGH)
This upgrade crosses the Quarkus 1.x to 2.x major version boundary, which introduces several platform-level breaking changes.
Java 11 Required: Quarkus 2.0 requires a minimum of JDK 11, dropping support for JDK 8.
Build Tooling: The minimum required Apache Maven version was raised to 3.8.1.
Configuration & Behavior: Changes were made to how JSON is configured via Vert.x, how CDI lifecycle methods (@PostConstruct) are intercepted, and how multi-module projects are indexed.
Recommendation: Your environment must use at least JDK 11. Review the Quarkus 2.0 migration guide to check for deprecated properties and behavioral changes in CDI and other extensions that could affect your application.
software.amazon.awssdk:kinesis 2.13.13 → 2.49.1 (LOW)
While this is a wide version range, it occurs within the same major version (v2) of the AWS SDK for Java. The SDK maintains strong backward compatibility within a major version.
The updates primarily consist of additive features, performance improvements, and bug fixes. No breaking API changes for the Kinesis client are documented in
Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to fix 3 vulnerabilities in the maven dependencies of this project.
Snyk changed the following file(s):
debezium-server/pom.xmlVulnerabilities that will be fixed with an upgrade:
SNYK-JAVA-IONETTY-18233079
2.13.13->2.49.1Major version upgradeNo Path FoundProof of ConceptSNYK-JAVA-IONETTY-18230935
2.13.13->2.49.1Major version upgradeNo Path FoundNo Known ExploitSNYK-JAVA-ORGECLIPSEJETTY-18230938
No Path FoundNo Known ExploitBreaking Change Risk
Vulnerabilities that could not be fixed
io.debezium:debezium-embedded@1.2.0-SNAPSHOTtoio.debezium:debezium-embedded@3.3.0.Final; Reasoncould not apply upgrade, dependency is managed externally; Location:provenance does not contain locationio.quarkus:quarkus-smallrye-health@1.4.1.Finaltoio.quarkus:quarkus-smallrye-health@2.3.0.Final; Reasoncould not apply upgrade, dependency is managed externally; Location:provenance does not contain locationImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Allocation of Resources Without Limits or Throttling