Bump github.com/buger/jsonparser from 1.3.0 to 1.6.0 in the go group across 1 directory - #3629
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump github.com/buger/jsonparser from 1.3.0 to 1.6.0 in the go group across 1 directory#3629dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
ehl-jf
approved these changes
Jul 29, 2026
Bumps the go group with 1 update in the / directory: [github.com/buger/jsonparser](https://github.com/buger/jsonparser). Updates `github.com/buger/jsonparser` from 1.3.0 to 1.6.0 - [Release notes](https://github.com/buger/jsonparser/releases) - [Changelog](https://github.com/buger/jsonparser/blob/master/CHANGELOG.md) - [Commits](buger/jsonparser@v1.3.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/buger/jsonparser dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-0f98269a94
branch
from
July 30, 2026 03:12
f7a0606 to
ba0cc0e
Compare
ehl-jf
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go group with 1 update in the / directory: github.com/buger/jsonparser.
Updates
github.com/buger/jsonparserfrom 1.3.0 to 1.6.0Release notes
Sourced from github.com/buger/jsonparser's releases.
... (truncated)
Changelog
Sourced from github.com/buger/jsonparser's changelog.
... (truncated)
Commits
3005d5bv1.6.0: Append function + all KI fixes (zero open known issues)a55c29bv1.5.1: 6.1x large-payload speedup + fresh benchmarks09dbcf6perf: SWAR string scan in stringEndConfig (8% large-payload speedup)df5ae5bperf: bound stringEnd backslash scan to string body (5.8x large-payload speedup)ae21251Add MC/DC witnesses for SYS-REQ-115 (Config) and SYS-REQ-116 (ReaderParser)dfb33c1docs: complete CHANGELOG with v1.3.0–v1.5.0 entries, all mentioning ReqProof ...6955fbev1.5.0: Config (single quotes + lenient escapes), streaming ReaderParser, nam...ebb4a3afix: remove duplicate fmt import (#263), update Dockerfile to Go 1.25 (#268)f6ddf26v1.4.0: ArrayEachErr, Escape/SetString, wildcards, JSONPath, GetArrayLen, Get...eb9c252v1.3.1: fix Set aliasing (#209/#141), EachKey array-index (#232), benchmark f...