Skip to content

[Snyk] Upgrade org.springframework.boot:spring-boot-starter-jdbc from 3.4.0 to 3.5.6#86

Closed
tcheeric wants to merge 1 commit into
masterfrom
snyk-upgrade-05c3357633ed023384785f6168bc0d0a
Closed

[Snyk] Upgrade org.springframework.boot:spring-boot-starter-jdbc from 3.4.0 to 3.5.6#86
tcheeric wants to merge 1 commit into
masterfrom
snyk-upgrade-05c3357633ed023384785f6168bc0d0a

Conversation

@tcheeric

@tcheeric tcheeric commented Nov 9, 2025

Copy link
Copy Markdown
Collaborator

snyk-top-banner

Snyk has created this PR to upgrade org.springframework.boot:spring-boot-starter-jdbc from 3.4.0 to 3.5.6.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 18 versions ahead of your current version.

  • The recommended version was released 2 months ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Allocation of Resources Without Limits or Throttling
SNYK-JAVA-ORGAPACHETOMCATEMBED-10365122
529 No Known Exploit
high severity Integer Overflow or Wraparound
SNYK-JAVA-ORGAPACHETOMCATEMBED-10674391
529 No Known Exploit
high severity Allocation of Resources Without Limits or Throttling
SNYK-JAVA-ORGAPACHETOMCATEMBED-10676855
529 No Known Exploit
high severity Improper Resource Shutdown or Release
SNYK-JAVA-ORGAPACHETOMCATEMBED-11799152
529 No Known Exploit
high severity Relative Path Traversal
SNYK-JAVA-ORGAPACHETOMCATEMBED-13733966
529 Proof of Concept
high severity Untrusted Search Path
SNYK-JAVA-ORGAPACHETOMCATEMBED-13746602
529 No Known Exploit
high severity Path Equivalence
SNYK-JAVA-ORGAPACHETOMCATEMBED-9396739
529 Mature
high severity Improper Cleanup on Thrown Exception
SNYK-JAVA-ORGAPACHETOMCATEMBED-9905132
529 Mature
high severity Relative Path Traversal
SNYK-JAVA-ORGSPRINGFRAMEWORK-12008931
529 No Known Exploit
medium severity Improper Handling of Case Sensitivity
SNYK-JAVA-ORGAPACHETOMCATEMBED-10264469
529 No Known Exploit
medium severity Authentication Bypass Using an Alternate Path or Channel
SNYK-JAVA-ORGAPACHETOMCATEMBED-10365310
529 No Known Exploit
medium severity Session Fixation
SNYK-JAVA-ORGAPACHETOMCATEMBED-11798986
529 No Known Exploit
critical severity Time-of-check Time-of-use (TOCTOU) Race Condition
SNYK-JAVA-ORGAPACHETOMCATEMBED-8523186
529 Proof of Concept
critical severity Time-of-check Time-of-use (TOCTOU) Race Condition
SNYK-JAVA-ORGAPACHETOMCATEMBED-8547999
529 No Known Exploit
high severity Incorrect Authorization
SNYK-JAVA-ORGSPRINGFRAMEWORK-12817817
529 No Known Exploit
medium severity Improper Neutralization
SNYK-JAVA-ORGAPACHETOMCATEMBED-9905136
529 Proof of Concept
medium severity HTTP Response Splitting
SNYK-JAVA-ORGSPRINGFRAMEWORK-10345766
529 No Known Exploit
low severity Improper Handling of Case Sensitivity
SNYK-JAVA-ORGSPRINGFRAMEWORK-10176071
529 No Known Exploit

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • Snyk has automatically assigned this pull request, set who gets assigned.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

….4.0 to 3.5.6

Snyk has created this PR to upgrade org.springframework.boot:spring-boot-starter-jdbc from 3.4.0 to 3.5.6.

See this package in maven:
org.springframework.boot:spring-boot-starter-jdbc

See this project in Snyk:
https://app.snyk.io/org/tcheeric/project/9bc078ce-fad7-4cfa-9814-2243292863b2?utm_source=github&utm_medium=referral&page=upgrade-pr
@tcheeric tcheeric self-assigned this Nov 9, 2025

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread pom.xml
Comment on lines 73 to 77
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>

<spring.boot.version>3.4.0</spring.boot.version>
<spring.boot.version>3.5.6</spring.boot.version>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Avoid mixing Spring Boot 3.5.6 deps with 3.4.0 parent

The root POM now sets spring.boot.version to 3.5.6, which bumps every module that inherits this property (e.g. cashu-gateway-model) to Spring Boot 3.5.6. However, other modules such as cashu-gateway-rest still inherit spring-boot-starter-parent 3.4.0 and use the default plugin/bom from that parent. When cashu-gateway-rest depends on cashu-gateway-model, Maven will resolve a mixture of 3.5.6 and 3.4.0 Spring Boot starters at the same depth, producing an inconsistent dependency graph and mismatched plugin versions. This can lead to ClassNotFound errors or build-time failures because Spring Boot expects all starters and the Maven plugin to be at the same release level. Either upgrade the remaining modules’ parents to 3.5.6 or keep the property aligned at 3.4.0.

Useful? React with 👍 / 👎.

@github-actions

github-actions Bot commented Nov 9, 2025

Copy link
Copy Markdown

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@github-actions

Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions Bot added the stale label Dec 10, 2025
@github-actions

Copy link
Copy Markdown

Closing this pull request due to prolonged inactivity.

@github-actions github-actions Bot closed this Dec 18, 2025
@tcheeric tcheeric deleted the snyk-upgrade-05c3357633ed023384785f6168bc0d0a branch February 20, 2026 18:24
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.

2 participants