Skip to content

Hotfix/theme update image#2246

Merged
Kbayero merged 3 commits into
v11from
hotfix/theme_update_image
Jun 25, 2026
Merged

Hotfix/theme update image#2246
Kbayero merged 3 commits into
v11from
hotfix/theme_update_image

Conversation

@AlexSanchez-bit

Copy link
Copy Markdown
Contributor

Explanations:

  • commons-net dependency was pulling an updated sub dependency commons-io which is used on the image files load

Solution

  • on commons-net exclusion list commons-io was added so its not pulled on build time
  • commons-io version 2.15.1 was added as a direct dependency so that legacy version is enforced

@AlexSanchez-bit
AlexSanchez-bit requested a review from a team June 19, 2026 17:24
@AlexSanchez-bit AlexSanchez-bit linked an issue Jun 19, 2026 that may be closed by this pull request
3 tasks
@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown

✅ AI review — Approved

No issues detected in this diff.

architecture (gemini-3-flash-lite) — clean

Summary: Routine dependency update and dependency management cleanup in the legacy Java backend.

No findings.

bugs (gemini-3-flash-lite) — clean

Summary: Dependency management update in pom.xml; no functional bugs detected.

No findings.

security (gemini-3-flash-lite) — clean

Summary: Routine dependency management update in pom.xml; no vulnerabilities or information disclosure identified.

No findings.

@utmstackprapprover utmstackprapprover 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.

Approved — no blocking issues, deps OK, authorized author. Any non-blocking warnings are listed above.

@Kbayero
Kbayero merged commit 8101465 into v11 Jun 25, 2026
@Kbayero
Kbayero deleted the hotfix/theme_update_image branch June 25, 2026 17:33
@github-actions

Copy link
Copy Markdown

❌ Go dependencies check failed

There are outdated Go dependencies, or modules that could not be inspected.
Run bash .github/scripts/go-deps.sh --update --discover locally and
commit the updated go.mod / go.sum files.

Script output
🔍 Discovered 25 Go projects

📦 Dependencies with updates available:

  📁 ./agent:
     - github.com/elastic/go-sysinfo: v1.15.4 → v1.15.5
     - gorm.io/gorm: v1.31.1 → v1.31.2

  📁 ./as400:
     - github.com/elastic/go-sysinfo: v1.15.4 → v1.15.5
     - gorm.io/gorm: v1.31.1 → v1.31.2

  📁 ./utmstack-collector:
     - github.com/elastic/go-sysinfo: v1.15.4 → v1.15.5
     - gorm.io/gorm: v1.31.1 → v1.31.2

  📁 ./installer:
     - github.com/cloudfoundry/gosigar: v1.3.121 → v1.3.122

  📁 ./plugins/gcp:
     - google.golang.org/api: v0.285.0 → v0.286.0

  📁 ./plugins/modules-config:
     - github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.77.0 → v1.78.0
     - google.golang.org/api: v0.285.0 → v0.286.0

  📁 ./plugins/aws:
     - github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.77.0 → v1.78.0

  📁 ./agent-manager:
     - gorm.io/gorm: v1.31.1 → v1.31.2

�[0;31m❌ Please update dependencies before merging.�[0m

@utmstackprapprover utmstackprapprover 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.

Changes requested — Go dependencies check failed (see above).

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.

theme header images not changing

2 participants