Skip to content

chore(deps): bump the go-dependencies group with 8 updates#310

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/develop/go-dependencies-d280fc0960
Closed

chore(deps): bump the go-dependencies group with 8 updates#310
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/develop/go-dependencies-d280fc0960

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 8 updates:

Package From To
github.com/LerianStudio/lib-commons/v5 5.8.0 5.9.0
github.com/LerianStudio/lib-streaming 1.7.0 1.8.0
github.com/aws/aws-sdk-go-v2/config 1.32.27 1.32.29
github.com/aws/aws-sdk-go-v2/credentials 1.19.26 1.19.28
github.com/aws/aws-sdk-go-v2/service/s3 1.104.2 1.105.0
go.mongodb.org/mongo-driver/v2 2.7.0 2.8.0
golang.org/x/crypto 0.53.0 0.54.0
golang.org/x/sync 0.21.0 0.22.0

Updates github.com/LerianStudio/lib-commons/v5 from 5.8.0 to 5.9.0

Release notes

Sourced from github.com/LerianStudio/lib-commons/v5's releases.

v5.9.0

Lib-commons v5.9.0

Features:

Fixes:

Improvements:

  • Extract resolveRabbitMQConfig helper function for better code organization in tenant management. (@​jeffersonrodrigues92)
  • Bump gofiber dependency to patch CVE-2026-45045/44332 and ignore unreachable x/crypto openpgp advisory. (@​fredcamaral)

Compare changes

v5.9.0-beta.1

No release notes provided.

Changelog

Sourced from github.com/LerianStudio/lib-commons/v5's changelog.

5.9.0

Features:

Fixes:

Improvements:

  • Extract resolveRabbitMQConfig helper function for better code organization in tenant management. (@​jeffersonrodrigues92)
  • Bump gofiber dependency to patch CVE-2026-45045/44332 and ignore unreachable x/crypto openpgp advisory. (@​fredcamaral)

Compare changes


Commits
  • 1a132e1 Merge pull request #535 from LerianStudio/develop
  • 015cbf9 Merge pull request #531 from LerianStudio/fix/migration-version-ahead-message
  • b40aa19 Merge pull request #532 from LerianStudio/fix/setconfig-slice-panic
  • 2b984d1 fix(deps): bump gofiber to patch CVE-2026-45045/44332 and ignore unreachable ...
  • 5df6468 Merge pull request #533 from LerianStudio/feat/kafka-per-module-connections
  • 9010ce8 refactor(tenant-manager): extract resolveRabbitMQConfig helper
  • 2c065b1 feat(tenant-manager): restore legacy Messaging/GetRabbitMQConfig alongside pe...
  • b12a492 feat(tenant-manager): per-module messaging and streaming in TenantConfig
  • b282479 fix(os): parse []string env fields instead of panicking in SetConfigFromEnvVars
  • 78f8cde fix(postgres): parse migration version at uint width
  • Additional commits viewable in compare view

Updates github.com/LerianStudio/lib-streaming from 1.7.0 to 1.8.0

Release notes

Sourced from github.com/LerianStudio/lib-streaming's releases.

v1.8.0

Lib-streaming v1.8.0

Features:

  • Derive the topic from the service (ce-source) instead of using a fixed lerian.streaming prefix. (@​jeffersonrodrigues92)

Fixes:

  • Resolve promotion review findings in the streaming component. (@​fredcamaral)
  • Allow opaque non-JSON payloads in the producer component. (@​fredcamaral)

Compare changes

v1.8.0-beta.3

No release notes provided.

v1.8.0-beta.2

No release notes provided.

v1.8.0-beta.1

No release notes provided.

Changelog

Sourced from github.com/LerianStudio/lib-streaming's changelog.

1.8.0

Features:

  • Derive the topic from the service (ce-source) instead of using a fixed lerian.streaming prefix. (@​jeffersonrodrigues92)

Fixes:

  • Resolve promotion review findings in the streaming component. (@​fredcamaral)
  • Allow opaque non-JSON payloads in the producer component. (@​fredcamaral)

Compare changes


Commits
  • fb74631 Merge pull request #58 from LerianStudio/develop
  • 7f2d144 fix(streaming): resolve promotion review findings
  • 4ece29e fix(producer): allow opaque non-json payloads (#57)
  • 00aa24d Merge pull request #50 from LerianStudio/feat/service-topic-naming
  • d906639 feat(streaming): derive topic from service (ce-source) instead of fixed leria...
  • f97d69b chore(release): Update CHANGELOGs for lib-streaming:v1.7.0 [skip ci]
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.27 to 1.32.29

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.26 to 1.19.28

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.104.2 to 1.105.0

Commits

Updates go.mongodb.org/mongo-driver/v2 from 2.7.0 to 2.8.0

Release notes

Sourced from go.mongodb.org/mongo-driver/v2's releases.

MongoDB Go Driver 2.8.0

The MongoDB Go Driver Team is pleased to release version 2.8.0 of the official MongoDB Go Driver.

Release Highlights

This release supports the general availability of Queryable Encryption string queries. The query types prefix, suffix, and substring are added as generally available for MongoDB 9.0+ and libmongocrypt 1.20.0. The query types prefixPreview, suffixPreview, and substringPreview remain experimental for 8.2–8.x servers and may be removed in a future release.

Other key facts:

  • The algorithm TextPreview is replaced with String.
  • API rename: options.Text()options.String(); TextOptions*StringOptions*; EncryptOptionsBuilder.SetTextOptionsSetStringOptions.

What's Changed

✨ New Features

📦 Dependency Updates

Full Changelog: mongodb/mongo-go-driver@v2.7.0...v2.8.0

For a full list of tickets included in this release, please see the list of fixed issues.

Documentation for the Go Driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. For issues with, questions about, or feedback for the Go Driver, please look into our support channels, including StackOverflow. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go Driver is greatly appreciated!

Commits
  • b724f0a BUMP v2.8.0
  • 794aab6 GODRIVER-4002: Add substring to QE GA (#2471)
  • df356c0 Bump golang.org/x/crypto from 0.50.0 to 0.52.0 in /internal/test/goleak (#2469)
  • a59df1a GODRIVER-4015: Bump testdata/specifications from 34479c6 to ea6be20 (#2468)
  • 5db45dc Bump github/codeql-action from 4.36.2 to 4.36.3 in the actions group (#2465)
  • 2426eed Merge pull request #2463 from matthewdale/godriver2962-rename-insert
  • 056dbf1 Merge release/2.7 into master (#2467)
  • 3c8fa07 Merge branch 'master' into merge-release/2.7-into-master-1783517184972
  • 6e6f7dd GODRIVER-3976: Skip change stream csot periodic noop interval secs (#2462)
  • dd14275 GODRIVER-3888 Move update to the mongo package. (#2450)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.53.0 to 0.54.0

Commits
  • cdce021 go.mod: update golang.org/x dependencies
  • d9474cc openpgp: make the deprecation message more explicit
  • 7626c50 ssh: verify declared key type matches decoded key in authorized_keys
  • 0471e79 ssh/agent: enforce strict limits on DSA key parameters
  • 6435c37 ssh: sanitize client disconnect messages
  • 7d695da ssh/agent: drain channel stderr in agent forwarders
  • 5b7f841 acme/autocert: fix data race in Manager.createCert
  • 0b316e7 argon2: update RFC 9106 parameter recommendations
  • 55aec0a x509roots/fallback: update bundle
  • 5f2de1a internal: remove wycheproof tests
  • See full diff in compare view

Updates golang.org/x/sync from 0.21.0 to 0.22.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/LerianStudio/lib-commons/v5](https://github.com/LerianStudio/lib-commons) | `5.8.0` | `5.9.0` |
| [github.com/LerianStudio/lib-streaming](https://github.com/LerianStudio/lib-streaming) | `1.7.0` | `1.8.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.27` | `1.32.29` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.26` | `1.19.28` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.104.2` | `1.105.0` |
| [go.mongodb.org/mongo-driver/v2](https://github.com/mongodb/mongo-go-driver) | `2.7.0` | `2.8.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.53.0` | `0.54.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.21.0` | `0.22.0` |


Updates `github.com/LerianStudio/lib-commons/v5` from 5.8.0 to 5.9.0
- [Release notes](https://github.com/LerianStudio/lib-commons/releases)
- [Changelog](https://github.com/LerianStudio/lib-commons/blob/main/CHANGELOG.md)
- [Commits](LerianStudio/lib-commons@v5.8.0...v5.9.0)

Updates `github.com/LerianStudio/lib-streaming` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/LerianStudio/lib-streaming/releases)
- [Changelog](https://github.com/LerianStudio/lib-streaming/blob/main/CHANGELOG.md)
- [Commits](LerianStudio/lib-streaming@v1.7.0...v1.8.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.27 to 1.32.29
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.27...config/v1.32.29)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.26 to 1.19.28
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.26...credentials/v1.19.28)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.104.2 to 1.105.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.104.2...service/s3/v1.105.0)

Updates `go.mongodb.org/mongo-driver/v2` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v2.7.0...v2.8.0)

Updates `golang.org/x/crypto` from 0.53.0 to 0.54.0
- [Commits](golang/crypto@v0.53.0...v0.54.0)

Updates `golang.org/x/sync` from 0.21.0 to 0.22.0
- [Commits](golang/sync@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/LerianStudio/lib-commons/v5
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/LerianStudio/lib-streaming
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.105.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.mongodb.org/mongo-driver/v2
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the area: dependencies Go module dependencies label Jul 13, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 13, 2026 13:33
@lerian-studio lerian-studio added the size/S PR changes 50-199 lines label Jul 13, 2026
@lerian-studio

Copy link
Copy Markdown
Contributor

Lerian Library Version Check

Library Current Latest Status
lib-auth/v2 v2.9.0 v2.9.0 Current
lib-commons/v5 v5.9.0 v5.9.0 Current
lib-observability v1.1.0 v1.1.0 Current
lib-streaming v1.8.0 v1.8.0 Current
fetcher/pkg/engine v1.0.13-beta.4 skipped Skipped (ignore file)

0 outdated | 4 current | 1 skipped | 0 unknown

@lerian-studio

Copy link
Copy Markdown
Contributor

🔍 PR Validation Summary

✅ PR Mergeable — no blocking failures

Check Status Blocking
Source Branch ✅ success yes
PR Title ✅ success yes
PR Description ✅ success yes
PR Size ✅ success no
Auto Labels ✅ success no
PR Metadata ✅ success no

🔍 View workflow run

@lerian-studio

Copy link
Copy Markdown
Contributor

📊 Unit Test Coverage Report: fetcher-manager

Metric Value
Overall Coverage 90.8% ✅ PASS
Threshold 80%

Coverage by Package

Package Coverage
github.com/LerianStudio/fetcher/v2/components/manager/internal/adapters/cache 100.0%
github.com/LerianStudio/fetcher/v2/components/manager/internal/adapters/http/in 83.2%
github.com/LerianStudio/fetcher/v2/components/manager/internal/services/command 92.8%
github.com/LerianStudio/fetcher/v2/components/manager/internal/services/query 96.4%

Generated by Go PR Analysis workflow

@lerian-studio

Copy link
Copy Markdown
Contributor

📊 Unit Test Coverage Report: fetcher-worker

Metric Value
Overall Coverage 87.2% ✅ PASS
Threshold 80%

Coverage by Package

Package Coverage
github.com/LerianStudio/fetcher/v2/components/worker/internal/services 89.7%

Generated by Go PR Analysis workflow

@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 14, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/develop/go-dependencies-d280fc0960 branch July 14, 2026 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: dependencies Go module dependencies size/S PR changes 50-199 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant