Bump github.com/gosnmp/gosnmp from 1.41.0 to 1.42.0 #2001

Merged
dependabot[bot] merged 1 commit from refs/pull/2001/head into main 2025-07-19 17:14:10 +00:00
dependabot[bot] commented 2025-07-19 07:03:22 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1303
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1303
Original created: 2025-07-19T07:03:22Z
Original updated: 2025-07-19T17:14:13Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/gosnmp/gosnmp-1.42.0
Original base: main
Original merged: 2025-07-19T17:14:10Z by @mfreeman451

Bumps github.com/gosnmp/gosnmp from 1.41.0 to 1.42.0.

Release notes

Sourced from github.com/gosnmp/gosnmp's releases.

v1.42.0

What's Changed

New Contributors

Full Changelog: https://github.com/gosnmp/gosnmp/compare/v1.41.0...v1.42.0

Commits
  • 7201c26 Fix: Set the Reportable flag in trap.IsInform messages (#517)
  • 9d44789 Deprecate NonRepeaters (#519)
  • b26b0ae Dockerfile: bump to go 1.22 and unbreak workflow (#516)
  • 70f1a22 marshalUint64: Add comments, error handling and tests (#515)
  • 2977369 fix: enhance marshalUint64 to trim leading zeros and ensure at least one byte...
  • See full diff in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Imported from GitHub pull request. Original GitHub pull request: #1303 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1303 Original created: 2025-07-19T07:03:22Z Original updated: 2025-07-19T17:14:13Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/gosnmp/gosnmp-1.42.0 Original base: main Original merged: 2025-07-19T17:14:10Z by @mfreeman451 --- Bumps [github.com/gosnmp/gosnmp](https://github.com/gosnmp/gosnmp) from 1.41.0 to 1.42.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gosnmp/gosnmp/releases">github.com/gosnmp/gosnmp's releases</a>.</em></p> <blockquote> <h2>v1.42.0</h2> <h2>What's Changed</h2> <ul> <li>fix: enhance marshalUint64 to trim leading zeros and ensure one byte by <a href="https://github.com/wregen"><code>@​wregen</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/513">gosnmp/gosnmp#513</a></li> <li>marshalUint64: Add comments, error handling and tests by <a href="https://github.com/TimRots"><code>@​TimRots</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/515">gosnmp/gosnmp#515</a></li> <li>Dockerfile: bump to go 1.22 and unbreak workflow by <a href="https://github.com/TimRots"><code>@​TimRots</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/516">gosnmp/gosnmp#516</a></li> <li>Deprecate NonRepeaters by <a href="https://github.com/TimRots"><code>@​TimRots</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/519">gosnmp/gosnmp#519</a></li> <li>Fix: Set the Reportable flag in trap.IsInform messages by <a href="https://github.com/Naveenrajp26"><code>@​Naveenrajp26</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/517">gosnmp/gosnmp#517</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wregen"><code>@​wregen</code></a> made their first contribution in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/513">gosnmp/gosnmp#513</a></li> <li><a href="https://github.com/Naveenrajp26"><code>@​Naveenrajp26</code></a> made their first contribution in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/517">gosnmp/gosnmp#517</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gosnmp/gosnmp/compare/v1.41.0...v1.42.0">https://github.com/gosnmp/gosnmp/compare/v1.41.0...v1.42.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gosnmp/gosnmp/commit/7201c26532038db0cf33f9568421667bea172548"><code>7201c26</code></a> Fix: Set the Reportable flag in trap.IsInform messages (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/517">#517</a>)</li> <li><a href="https://github.com/gosnmp/gosnmp/commit/9d447899ec99cbb0b5898f55daa153954337fcc6"><code>9d44789</code></a> Deprecate NonRepeaters (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/519">#519</a>)</li> <li><a href="https://github.com/gosnmp/gosnmp/commit/b26b0aec55de984a304247857f1c12831e8834ef"><code>b26b0ae</code></a> Dockerfile: bump to go 1.22 and unbreak workflow (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/516">#516</a>)</li> <li><a href="https://github.com/gosnmp/gosnmp/commit/70f1a22ff2a26d1a86c13d6b8f67e8f9df4f5f94"><code>70f1a22</code></a> marshalUint64: Add comments, error handling and tests (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/515">#515</a>)</li> <li><a href="https://github.com/gosnmp/gosnmp/commit/29773693ea16aad871b9da09f8f97161359a014b"><code>2977369</code></a> fix: enhance marshalUint64 to trim leading zeros and ensure at least one byte...</li> <li>See full diff in <a href="https://github.com/gosnmp/gosnmp/compare/v1.41.0...v1.42.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gosnmp/gosnmp&package-manager=go_modules&previous-version=1.41.0&new-version=1.42.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2001
No description provided.