Skip to content

security: Fix critical CVEs and update security dependencies#2711

Merged
simonredfern merged 3 commits intoOpenBankProject:developfrom
hongwei1:obp-develop
Feb 26, 2026
Merged

security: Fix critical CVEs and update security dependencies#2711
simonredfern merged 3 commits intoOpenBankProject:developfrom
hongwei1:obp-develop

Conversation

@hongwei1
Copy link
Contributor

  • Remove insecure HTTP repository from obp-commons (MITM vector)
  • Update BouncyCastle to 1.78.1 (fixes CVE-2023-33201, CVE-2024-29857)
  • Update MySQL Connector to 8.0.33 (fixes CVE-2023-21971, CVE-2023-21980)
  • Update slf4j libraries to 2.0.16 (5+ years of security patches)
  • Update Apache HttpClient to 4.5.14 (latest security patches)
  • Centralize Guava version management (32.0.0-jre)
  • Update Maven plugins (resources: 3.3.1, site: 4.0.0-M13)
  • Remove obsolete commented code blocks

All changes verified with successful compilation and dependency resolution.

tawoe and others added 3 commits February 26, 2026 16:29
- Remove insecure HTTP repository from obp-commons (MITM vector)
- Update BouncyCastle to 1.78.1 (fixes CVE-2023-33201, CVE-2024-29857)
- Update MySQL Connector to 8.0.33 (fixes CVE-2023-21971, CVE-2023-21980)
- Update slf4j libraries to 2.0.16 (5+ years of security patches)
- Update Apache HttpClient to 4.5.14 (latest security patches)
- Centralize Guava version management (32.0.0-jre)
- Update Maven plugins (resources: 3.3.1, site: 4.0.0-M13)
- Remove obsolete commented code blocks

All changes verified with successful compilation and dependency resolution.
# Conflicts:
#	obp-api/src/main/scala/bootstrap/http4s/Http4sServer.scala
@sonarqubecloud
Copy link

@simonredfern simonredfern merged commit 73f4213 into OpenBankProject:develop Feb 26, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants