Skip to content

build(deps): bump the production-dependencies group across 1 directory with 5 updates#186

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/production-dependencies-8a49d51387
Open

build(deps): bump the production-dependencies group across 1 directory with 5 updates#186
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/production-dependencies-8a49d51387

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 5 updates in the / directory:

Package From To
github.com/gin-contrib/sessions 1.0.4 1.1.0
github.com/gin-contrib/static 1.1.5 1.1.6
go.etcd.io/bbolt 1.4.3 1.5.0
golang.org/x/crypto 0.48.0 0.53.0
golang.org/x/image 0.37.0 0.43.0

Updates github.com/gin-contrib/sessions from 1.0.4 to 1.1.0

Release notes

Sourced from github.com/gin-contrib/sessions's releases.

v1.1.0

Changelog

Features

  • 4327f7e8487a71ad4226339c04064a734d15e3fe: feat: different stores for many sessions #144 (#282) (@​found-cake)
  • 10bdc64d5892849e4c86286beafa61a88b909f75: feat: filesystem store backend (#251) (@​geschke)

Enhancements

  • f9dd0cecced22b01fbf84d723696d38492698e0e: chore: upgrade Go version and refresh golang.org/x dependencies (@​appleboy)
  • 0d74439a0cbfa936e769f7ceb03eecf957a23d19: chore: remove bearer.yml workflow (@​appleboy)
  • 1fe585d9cb9545e5275cb6f086dc7b2115773cc3: chore(deps): bump actions/checkout from 4 to 6 (@​appleboy)
  • eeb086e6e994940ae3b39ac544504a6eff7df1ef: chore: drop Go 1.23 support, require Go 1.24+ (@​appleboy)
  • 4fce2996763f58f174b9af806ca2df84707007d1: chore(ci): update golangci-lint to v2.6 (@​appleboy)
  • 77e1bcbfa223e96ae203b4d7ed98a11bb335a3c2: chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0 (@​appleboy)
  • 31810180113fbe08e740dd2dcff3553d85859465: chore(deps): upgrade gin to v1.12.0 and update CI Go versions (@​appleboy)
  • 9a54dc33bfa63091a42b560a7cdb3093dc303b90: chore(deps): upgrade golang.org/x/text to v0.35.0 (@​appleboy)

Build process updates

  • 536c215582de615dd5c092b681af2871a1c4603c: ci: integrate Trivy vulnerability scanning into CI workflow (@​appleboy)
  • b2b49a92d7e219fb25ceda38855b90289831dc2c: ci: update CI workflows for latest Go versions and config consistency (@​appleboy)
  • f0b99861e0de754b4d20a32b701d30f4c994837b: ci: integrate automated Trivy security scanning workflow (@​appleboy)
  • fe9f72ae1fd559dd20898addfc71a39ac43a744a: ci(workflow): bump goreleaser/goreleaser-action from v6 to v7 (@​appleboy)

Others

  • 9a1aed78fd53bb98e7657fc8a32d20ef4fb5e390: style: modernize build tag syntax to use //go:build constraints (@​appleboy)
  • c2fb15f830abb6ae87a7a96d940ea62aac88bf9f: Add Go 1.26 to GitHub Actions test matrix (@​appleboy)
  • 7b3e83d04a7e17ef72db9e157189efca73605af9: Update golangci-lint version to v2.9 (@​appleboy)
  • 94278a601f92ed586d93d946432ac3a2aeedb255: Upgrade GitHub Actions versions (@​appleboy)
Commits
  • 9a54dc3 chore(deps): upgrade golang.org/x/text to v0.35.0
  • fe9f72a ci(workflow): bump goreleaser/goreleaser-action from v6 to v7
  • 3181018 chore(deps): upgrade gin to v1.12.0 and update CI Go versions
  • 77e1bcb chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0
  • 94278a6 Upgrade GitHub Actions versions
  • 7b3e83d Update golangci-lint version to v2.9
  • c2fb15f Add Go 1.26 to GitHub Actions test matrix
  • 9a1aed7 style: modernize build tag syntax to use //go:build constraints
  • 4fce299 chore(ci): update golangci-lint to v2.6
  • eeb086e chore: drop Go 1.23 support, require Go 1.24+
  • Additional commits viewable in compare view

Updates github.com/gin-contrib/static from 1.1.5 to 1.1.6

Release notes

Sourced from github.com/gin-contrib/static's releases.

v1.1.6

Changelog

Features

  • e98eb0a72abb677a34183af876f0f7866955e1d1: feat: improve error handling and update project documentation (@​appleboy)

Bug fixes

  • ae4e617113260c561453924bc4c5d885be26c235: fix: refactor and benchmark Exists method for accuracy and performance (@​appleboy)

Enhancements

  • d64beb4c2a57a708ef95669bb5507a0f268b93a5: chore: update Go version and refresh module dependencies (@​appleboy)
  • 58a0a98f9072da8a7b149fc5b49ee453b6e7103a: chore: remove bearer.yml workflow (@​appleboy)
  • 6c9a8cd103043d819fe383b805e870ece2e9e9de: chore(deps): bump actions/checkout from 4 to 6 (@​appleboy)
  • e47b1d732f3e2509bf47060fba570b494089e1df: chore: drop Go 1.23 support, require Go 1.24+ (@​appleboy)
  • 64df63361396f44afc1cc5af6bbe9ce664c67d25: chore(deps): upgrade quic-go to v0.57.1 (@​appleboy)
  • c5d9801fa10753e5610cb8ea3322ed5f8480b313: chore(ci): update golangci-lint to v2.6 (@​appleboy)
  • 74185f39cccc5ba9f6c66424d67444d45134e6af: chore(deps): bump actions/cache from 4 to 5 (@​appleboy)
  • 7594abd1593a753c135102cba36874837ee9d39c: chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0 (@​appleboy)
  • 7a84ffdc0f00ae8491151709f72a04b5dff1a01b: chore(deps): upgrade gin to v1.12.0 and update CI Go versions (@​appleboy)
  • a0596e2bd15e6c6de6621eed2b7a591239152d0f: chore(deps): upgrade golang.org/x/text to v0.35.0 (@​appleboy)

Refactor

  • a84464fc586a5f08fd7a6e163c5c8d889585e936: refactor: improve clarity and robustness of embedded data handling (@​appleboy)

Build process updates

  • e6ceb98b1d2a4f1175b3d53f63954a051ad07854: ci: test against Go 1.25 in CI workflow (@​appleboy)
  • 51806e2ffc88d254927ba2f3502fcb4307f1ebcf: ci: integrate automated Go benchmarking into CI workflow (@​appleboy)
  • dccc72caae0ba01a9b5e276691177d5450224613: ci: integrate Trivy security scanning and reporting via GitHub Actions (@​appleboy)
  • 205ab270eab3f943ff02249aea681535952d30ca: ci(workflow): bump goreleaser/goreleaser-action from v6 to v7 (@​appleboy)

Others

  • bf66547e499b66af836c05f31ce3b1f848e9a20d: test: enhance test coverage and documentation clarity (@​appleboy)
  • ad28727686d214fd0c97b5c51da5d7045d7831b1: Add Go 1.26 to GitHub Actions test matrix (@​appleboy)
  • 6f1a96365eebc655a905efab6b63609663f95970: Update golangci-lint version to v2.9 (@​appleboy)
  • efeca8101c3c78bd95170376be537295ea5ea15c: Upgrade GitHub Actions versions (@​appleboy)
Commits
  • a0596e2 chore(deps): upgrade golang.org/x/text to v0.35.0
  • 205ab27 ci(workflow): bump goreleaser/goreleaser-action from v6 to v7
  • 7a84ffd chore(deps): upgrade gin to v1.12.0 and update CI Go versions
  • 7594abd chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0
  • efeca81 Upgrade GitHub Actions versions
  • 6f1a963 Update golangci-lint version to v2.9
  • ad28727 Add Go 1.26 to GitHub Actions test matrix
  • 74185f3 chore(deps): bump actions/cache from 4 to 5
  • a84464f refactor: improve clarity and robustness of embedded data handling
  • c5d9801 chore(ci): update golangci-lint to v2.6
  • Additional commits viewable in compare view

Updates go.etcd.io/bbolt from 1.4.3 to 1.5.0

Release notes

Sourced from go.etcd.io/bbolt's releases.

v0.5.0

See the CHANGELOG/v1.5.0 for more details.

Commits
  • e7a8b2d Merge pull request #1217 from pjsharath28/update-go-release-1.5
  • a916f11 bump go 1.25.11
  • 43ec888 Merge pull request #1212 from Elbehery/20260527_remove_maxSize_guard
  • d43321f chore(test): remove redundant MaxSize guard in TestDB_MaxSizeExceededDoesNotGrow
  • c13504d Merge pull request #1211 from ahrtr/20260526_maxsize_changelog
  • 0a8fbd9 Merge pull request #1210 from Elbehery/20260526_support_data_size_limit
  • 63896b7 Update changelog for the feature of supporting setting file size limit
  • a85b887 Reimplement the feature of support setting data file size limit
  • 443486e test: add and update tests for MaxSize and MMap behavior
  • a1f42c4 Merge pull request #1208 from etcd-io/dependabot/github_actions/golangci/gola...
  • Additional commits viewable in compare view

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

Commits
  • 45460e0 go.mod: update golang.org/x dependencies
  • d37c95e pkcs12: limit PBKDF iteration count to prevent CPU exhaustion
  • e2ffffe ssh: reject incomplete gssapi-with-mic configurations
  • 60e158a ssh/test: isolate CLI tests from user SSH config and agent
  • 1b77d23 ssh/knownhosts: reject lines with multiple or unknown markers
  • 3872a2b ssh/knownhosts: verify declared key type matches decoded key
  • 9f72ecc ssh/knownhosts: treat only ASCII space and tab as whitespace
  • 8f405a4 ssh: validate ECDSA curve matches expected algorithm
  • bb41b3d ssh: improve DH GEX group selection using PreferredBits
  • e04e721 ssh/agent: validate ed25519 private key length in Add
  • Additional commits viewable in compare view

Updates golang.org/x/image from 0.37.0 to 0.43.0

Commits
  • b5baf41 tiff: avoid overflow when reading IFD entries
  • e7513b5 tiff: limit the amount of data read in IFD entries
  • cb9f1a6 tiff: limit uncompressed data reads
  • 304d4cc tiff: reject tiles too much larger than the image
  • 7c04344 tiff: add buffer slice overflow checks for 32-bit systems
  • c5511df webp: require that VP8/VP8L dimensions match canvas dimensions
  • 38fd220 bmp: don't panic on too-large image, reject 0xN
  • f95dd26 font/sfnt: avoid panics from out-of-bounds access in invalid GPOS table
  • 1e486eb tiff: don't panic when decoding too-large image on 32-bit platforms
  • 3fd0b07 go.mod: update golang.org/x dependencies
  • Additional commits viewable 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 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

…y with 5 updates

Bumps the production-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.4` | `1.1.0` |
| [github.com/gin-contrib/static](https://github.com/gin-contrib/static) | `1.1.5` | `1.1.6` |
| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.4.3` | `1.5.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.48.0` | `0.53.0` |
| [golang.org/x/image](https://github.com/golang/image) | `0.37.0` | `0.43.0` |



Updates `github.com/gin-contrib/sessions` from 1.0.4 to 1.1.0
- [Release notes](https://github.com/gin-contrib/sessions/releases)
- [Commits](gin-contrib/sessions@v1.0.4...v1.1.0)

Updates `github.com/gin-contrib/static` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/gin-contrib/static/releases)
- [Commits](gin-contrib/static@v1.1.5...v1.1.6)

Updates `go.etcd.io/bbolt` from 1.4.3 to 1.5.0
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](etcd-io/bbolt@v1.4.3...v1.5.0)

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

Updates `golang.org/x/image` from 0.37.0 to 0.43.0
- [Commits](golang/image@v0.37.0...v0.43.0)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/sessions
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/gin-contrib/static
  dependency-version: 1.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: go.etcd.io/bbolt
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: golang.org/x/image
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 22, 2026
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