Skip to content

Bump the golang group across 1 directory with 14 updates - #17

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/golang-99caeb6747
Closed

Bump the golang group across 1 directory with 14 updates#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/golang-99caeb6747

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the golang group with 11 updates in the / directory:

Package From To
github.com/dgraph-io/badger/v4 4.9.2 4.9.6
github.com/glebarez/go-sqlite 1.22.0 1.23.0
github.com/go-ldap/ldap/v3 3.4.13 3.4.14
github.com/mattn/go-sqlite3 1.14.46 1.14.50
github.com/minio/minio-go/v7 7.2.0 7.3.0
github.com/prometheus/procfs 0.20.1 0.21.1
github.com/stretchr/testify 1.11.1 1.12.0
go.mongodb.org/mongo-driver/v2 2.6.2 2.8.0
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin 0.69.0 0.70.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.44.0 1.45.0
golang.org/x/image 0.41.0 0.45.0

Updates github.com/dgraph-io/badger/v4 from 4.9.2 to 4.9.6

Release notes

Sourced from github.com/dgraph-io/badger/v4's releases.

v4.9.6

What's Changed

Full Changelog: dgraph-io/badger@v4.9.5...v4.9.6

v4.9.5

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.9.4...v4.9.5

v4.9.4

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.9.3...v4.9.4

v4.9.3

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.9.2...v4.9.3

Changelog

Sourced from github.com/dgraph-io/badger/v4's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[4.9.4] - 2026-07-08

Fixed

  • fix(db): don't drop acknowledged writes during DropPrefix/DropAll (#2313)
  • fix: fix an issue where the compactor causes previously deleted data to reappear (#2278)

Docs

  • docs(changelog): backfill 4.9.2, add 4.9.3, fix 4.9.0 compare link (#2311)

Full Changelog: dgraph-io/badger@v4.9.3...v4.9.4

[4.9.3] - 2026-07-06

Performance

  • perf(db): signal-based L0 write backpressure (replace busy-sleeps) (#2308)

Fixed

  • fix(vlog): prevent deleted key from reappearing after value-log GC (#2310)

Docs

  • docs: update CONTRIBUTING (TOC, code style, license header, master→main) (#2300)

CI

  • chore(ci): add stale Action (#2302)
  • ci: keep required checks green on docs-only PRs (#2301)

Full Changelog: dgraph-io/badger@v4.9.2...v4.9.3

Commits
  • fbd8d2e fix(compaction): restore size-ratio base level selection, clamped to the firs...
  • 21c0bc6 fix: prevent nil deref when reading in-memory tables (#2316)
  • 4292e70 chore(deps): bump go.opentelemetry.io/otel to v1.41.0 (CVE-2026-29181) (#2323)
  • 0a02e66 ci: test PR's badger code against dgraph instead of main (#2320)
  • 9b0ef41 chore: prepare for release v4.9.4 (#2314)
  • bcef113 fix: fix an issue where the compactor causes previously deleted data to reapp...
  • 7df4b2f fix(db): don't drop acknowledged writes during DropPrefix/DropAll (#2313)
  • 45d5bd1 docs(changelog): backfill 4.9.2, add 4.9.3, fix 4.9.0 compare link (#2311)
  • c3489dc perf(db): signal-based L0 write backpressure (replace busy-sleeps) (#2308)
  • 34dba21 fix(vlog): prevent deleted key from reappearing after value-log GC (#2310)
  • Additional commits viewable in compare view

Updates github.com/glebarez/go-sqlite from 1.22.0 to 1.23.0

Commits
  • 1825f18 Bump modernc.org/sqlite to 1.55.0 (SQLite 3.53.3) (#188)
  • ca37fea Document fork
  • e6de9fc build(deps): bump modernc.org/sqlite from 1.28.0 to 1.31.0 and upgrade go ver...
  • See full diff in compare view

Updates github.com/go-ldap/ldap/v3 from 3.4.13 to 3.4.14

Release notes

Sourced from github.com/go-ldap/ldap/v3's releases.

v3.4.14

I want to thank everyone who contributed in the recents months. Compared to last year, the number of activities and PRs (including open ones) has increased dramatically. I would like to thank everyone who contributed to the project.

Personal note: Please keep in mind that this project is not funded or supported by a large company or similar organization. We work on the library in our free time after work. I appreciate your support, but please keep this in mind (including with other open-source projects).

What's Changed

New Contributors

Full Changelog: go-ldap/ldap@v3.4.13...v3.4.14

Commits
  • 9e343e2 chore: update dependencies (#620)
  • c381fd4 fix: guard constructed-form attributeType in server-side sort decode (#618)
  • be69007 fix: guard nil responseValue when parsing WhoAmI result (#617)
  • d6d6b04 fix: prevent SearchAsync goroutine leak when context is cancelled during send...
  • c90b197 decode extended responseName by context class (#605)
  • ab9c0c1 guard malformed responseValue decode in PasswordModify (#614)
  • 8656c7a chore(deps): bump golang.org/x/net from 0.50.0 to 0.55.0 in /v3 (#613)
  • 8a98971 handle linear whitespace in digest-md5 challenge parser (#607)
  • 0059675 fix: guard malformed paging control in DecodeControl (#611)
  • 189d84e fix: skip empty referral sequence in getReferral (#610)
  • Additional commits viewable in compare view

Updates github.com/mattn/go-sqlite3 from 1.14.46 to 1.14.50

Release notes

Sourced from github.com/mattn/go-sqlite3's releases.

1.14.50

What's Changed

New Contributors

Full Changelog: mattn/go-sqlite3@v1.14.49...v1.14.50

1.14.49

What's Changed

Full Changelog: mattn/go-sqlite3@v1.14.48...v1.14.49

1.14.48

What's Changed

... (truncated)

Commits
  • 58c8e14 Merge pull request #1446 from 0xCarbon/fix/vtable-destroy-handle
  • e27b5e9 fix: keep vtab handle registered when xDestroy fails
  • f9fc7aa Merge pull request #1443 from mattn/add-release-workflow
  • a93a209 Fail closed on release lookup errors and serialize runs per tag
  • 485f31f Add workflow to create releases on tag push
  • 9415230 Merge pull request #1441 from mattn/fix-json-example-scan
  • cc41b8c Merge pull request #1442 from mattn/sqlite-amalgamation-3053004
  • 18308a8 Upgrade SQLite to version 3053004
  • c1a1466 Merge pull request #1440 from mattn/fix-limit-example-stmt-leak
  • 18f2ec3 Assert the expected too many SQL variables error
  • Additional commits viewable in compare view

Updates github.com/minio/minio-go/v7 from 7.2.0 to 7.3.0

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

v7.3.0

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.2.1...v7.3.0

Commits
  • ce0e323 update lib version to v7.3.0
  • 2f55211 rdma: build against libs3rdma, and fix the size guard's off-by-one (#2283)
  • 1e3d492 feat: propagate caller context through credential providers (#2275)
  • e7b0801 Add AIStor Lifecycle Compression (#2281)
  • b15d168 build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#2280)
  • d1e1ecd fix: return delete-marker ObjectInfo from StatObject alongside the error (#2273)
  • f230068 fix: declare aws-chunked content encoding on streaming uploads (#2277)
  • 90530cf Add end-to-end checksum verification on GetObject (#2272)
  • a4c24f9 build(deps): bump the actions group with 2 updates (#2279)
  • 28bece5 rdma: reject buffers over the 4 GiB cuObject registration limit (#2278)
  • Additional commits viewable in compare view

Updates github.com/prometheus/procfs from 0.20.1 to 0.21.1

Release notes

Sourced from github.com/prometheus/procfs's releases.

v0.21.1

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.21.0...v0.21.1

v0.21.0

What's Changed

New Contributors

... (truncated)

Commits

Updates github.com/stretchr/testify from 1.11.1 to 1.12.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.12.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

New Contributors

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 24, 2026
Bumps the golang group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger) | `4.9.2` | `4.9.6` |
| [github.com/glebarez/go-sqlite](https://github.com/glebarez/go-sqlite) | `1.22.0` | `1.23.0` |
| [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap) | `3.4.13` | `3.4.14` |
| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.46` | `1.14.50` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.2.0` | `7.3.0` |
| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.20.1` | `0.21.1` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.0` |
| [go.mongodb.org/mongo-driver/v2](https://github.com/mongodb/mongo-go-driver) | `2.6.2` | `2.8.0` |
| [go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.69.0` | `0.70.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.44.0` | `1.45.0` |
| [golang.org/x/image](https://github.com/golang/image) | `0.41.0` | `0.45.0` |



Updates `github.com/dgraph-io/badger/v4` from 4.9.2 to 4.9.6
- [Release notes](https://github.com/dgraph-io/badger/releases)
- [Changelog](https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md)
- [Commits](dgraph-io/badger@v4.9.2...v4.9.6)

Updates `github.com/glebarez/go-sqlite` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/glebarez/go-sqlite/releases)
- [Commits](glebarez/go-sqlite@v1.22.0...v1.23.0)

Updates `github.com/go-ldap/ldap/v3` from 3.4.13 to 3.4.14
- [Release notes](https://github.com/go-ldap/ldap/releases)
- [Commits](go-ldap/ldap@v3.4.13...v3.4.14)

Updates `github.com/mattn/go-sqlite3` from 1.14.46 to 1.14.50
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.46...v1.14.50)

Updates `github.com/minio/minio-go/v7` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.2.0...v7.3.0)

Updates `github.com/prometheus/procfs` from 0.20.1 to 0.21.1
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](prometheus/procfs@v0.20.1...v0.21.1)

Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.1...v1.12.0)

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

Updates `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin` from 0.69.0 to 0.70.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.69.0...zpages/v0.70.0)

Updates `go.opentelemetry.io/otel` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `golang.org/x/image` from 0.41.0 to 0.45.0
- [Commits](golang/image@v0.41.0...v0.45.0)

---
updated-dependencies:
- dependency-name: github.com/dgraph-io/badger/v4
  dependency-version: 4.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/glebarez/go-sqlite
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/go-ldap/ldap/v3
  dependency-version: 3.4.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/minio/minio-go/v7
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/prometheus/procfs
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- 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: golang
- dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
  dependency-version: 0.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/image
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/golang-99caeb6747 branch from 1d7d91d to 3bee36a Compare August 31, 2026 05:13
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 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 Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/golang-99caeb6747 branch September 7, 2026 05:12
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.

0 participants