Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps the all-deps group with 2 updates in the / directory: github.com/caddyserver/certmagic and github.com/nats-io/nats.go.

Updates github.com/caddyserver/certmagic from 0.22.2 to 0.23.0

Commits
  • f5d71eb go.mod: Upgrade acmez with minor patch
  • 2cc2fca Guard Cache.SetOptions with default values (#341)
  • b9399ea go.mod: Upgrade to libdns v1 beta (breaking API change in libdns)
  • See full diff in compare view

Updates github.com/nats-io/nats.go from 1.41.0 to 1.41.2

Release notes

Sourced from github.com/nats-io/nats.go's releases.

Release v1.41.2

Changelog

ADDED

  • Core NATS:
    • Add nc.RemoveStatusListener() method (#1856)

FIXED

  • Legacy JetStream:
    • Fix Fetch and FetchBatch memory leak (#1856)
  • Legacy KeyValue:
    • Use context in when purging stream in kv.PurgeDeletes() (#1858)
  • Bump golang.org/x/crypto to fix vulnerability (#1857)

Complete Changes

nats-io/nats.go@v1.41.1...v1.41.2

Release v1.41.1

Changelog

FIXED

  • ObjectStore:
    • Use default timeout for ObjectStore.Get when no deadline is set on ctx (#1850)

IMPROVED

  • Remove golang.org/x/text dependency (#1849)

Complete Changes

nats-io/nats.go@v1.41.0...v1.41.1

Commits
  • d1cdbf5 Release v1.41.2 (#1859)
  • ca54e50 [FIXED] Bump golang.org/x/crypto to fix vulnerability (#1857)
  • aeebc8d [FIXED] Use context in when purging stream in kv.PurgeDeletes() (#1858)
  • 7bfd96a [FIXED] Add RemoveStatusListener method and fixFetch memory leak (#1856)
  • 50e6153 Release v1.41.1 (#1851)
  • e04728e [FIXED] Use default timeout for ObjectStore.Get when no deadline is set on ct...
  • 8a2bd73 [IMPROVED] Remove golang.org/x/text dependency (#1849)
  • See full diff in compare view

Updates github.com/nats-io/nkeys from 0.4.10 to 0.4.11

Release notes

Sourced from github.com/nats-io/nkeys's releases.

v0.4.11

What's Changed

New Contributors

Full Changelog: nats-io/nkeys@v0.4.10...v0.4.11

Commits
  • cf5e93d Merge pull request #74 from nats-io/bump-crypto
  • ebc1e11 Bump golang.org/x/crypto fixing vulnerability
  • 5be6027 Merge pull request #72 from williamstein/main
  • c51066c Merge branch 'nats-io:main' into main
  • 0673f2b Merge pull request #73 from nats-io/bump-staticcheck
  • 2cce192 bump staticcheck
  • 994a680 fix a trivial typo: Verfify --> Verify
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 all-deps group with 2 updates in the / directory: [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) and [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go).


Updates `github.com/caddyserver/certmagic` from 0.22.2 to 0.23.0
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](caddyserver/certmagic@v0.22.2...v0.23.0)

Updates `github.com/nats-io/nats.go` from 1.41.0 to 1.41.2
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.41.0...v1.41.2)

Updates `github.com/nats-io/nkeys` from 0.4.10 to 0.4.11
- [Release notes](https://github.com/nats-io/nkeys/releases)
- [Changelog](https://github.com/nats-io/nkeys/blob/main/.goreleaser.yml)
- [Commits](nats-io/nkeys@v0.4.10...v0.4.11)

---
updated-dependencies:
- dependency-name: github.com/caddyserver/certmagic
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: github.com/nats-io/nats.go
  dependency-version: 1.41.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: github.com/nats-io/nkeys
  dependency-version: 0.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 21, 2025
@mattkasun mattkasun merged commit 6a78356 into master Apr 23, 2025
3 checks passed
@mattkasun mattkasun deleted the dependabot/go_modules/all-deps-7cca8907f1 branch April 23, 2025 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant