chore(deps): update nrjmx/gojmx to latest#253
Merged
Conversation
Bump github.com/newrelic/nrjmx/gojmx to v0.0.0-20260714104524-a2f2193e84e3 via 'go get github.com/newrelic/nrjmx/gojmx@latest' + 'go mod tidy'.
sairaj18
reviewed
Jul 15, 2026
| - Upgraded `golang.org/x/crypto` from v0.45.0 to v0.52.0 to fix [CVE-2026-39827](https://github.com/advisories/GHSA-qpw4-5x99-6vjp) (High severity) | ||
| - Upgraded `go.opentelemetry.io/otel` from v1.40.0 to v1.41.0 to fix [GHSA-mh2q-q3fh-2475](https://github.com/advisories/GHSA-mh2q-q3fh-2475) (High severity) | ||
|
|
||
| ### ⛓️ Dependencies |
Contributor
There was a problem hiding this comment.
can you remove this line. The nrjmx dependency bump is also a security fix. It addresses CVEs GHSA-x744-4wpc-v9h2 and GHSA-4vq8-7jfc-9cvp
Contributor
Author
There was a problem hiding this comment.
Done — removed the Dependencies line and recorded the bump under security as fixing GHSA-x744-4wpc-v9h2 (High) and GHSA-4vq8-7jfc-9cvp (Low). Thanks!
Addresses transitive Moby CVEs GHSA-x744-4wpc-v9h2 (High) and GHSA-4vq8-7jfc-9cvp (Low). Per review feedback.
sairaj18
approved these changes
Jul 15, 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.
Summary
Updates the
github.com/newrelic/nrjmx/gojmxdependency to the latest release.v0.0.0-20260311192102-126022c31a10→v0.0.0-20260714104524-a2f2193e84e3Ran
go get github.com/newrelic/nrjmx/gojmx@latestfollowed bygo mod tidy, which also pruned several now-unneeded indirect dependencies.Testing
go mod tidy— cleango vet ./src/...— passes