Bump github.com/gosnmp/gosnmp from 1.42.0 to 1.42.1 #2004

Merged
dependabot[bot] merged 1 commit from refs/pull/2004/head into main 2025-07-22 16:51:39 +00:00
dependabot[bot] commented 2025-07-21 02:41:20 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1308
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1308
Original created: 2025-07-21T02:41:20Z
Original updated: 2025-07-22T16:51:43Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/gosnmp/gosnmp-1.42.1
Original base: main
Original merged: 2025-07-22T16:51:39Z by @mfreeman451

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

Release notes

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

v1.42.1

What's Changed

New Contributors

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

Commits
  • 22f8e9e walk(): remove baseOid fallback, default to .1.3.6.1 (#524)
  • 2a929d6 Prevent panic during TCP EOF (#521) (#522)
  • 404064c Add Close method to interface with safe concurrent behavior (#520)
  • 25e9631 build(deps): bump github/codeql-action from 3.28.19 to 3.29.2 (#514)
  • 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: #1308 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1308 Original created: 2025-07-21T02:41:20Z Original updated: 2025-07-22T16:51:43Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/gosnmp/gosnmp-1.42.1 Original base: main Original merged: 2025-07-22T16:51:39Z by @mfreeman451 --- Bumps [github.com/gosnmp/gosnmp](https://github.com/gosnmp/gosnmp) from 1.42.0 to 1.42.1. <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.1</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump github/codeql-action from 3.28.19 to 3.29.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/514">gosnmp/gosnmp#514</a></li> <li>Add Close method to interface with safe concurrent behavior by <a href="https://github.com/TimRots"><code>@​TimRots</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/520">gosnmp/gosnmp#520</a></li> <li>Prevent panic during TCP EOF (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/521">#521</a>) by <a href="https://github.com/stepga"><code>@​stepga</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/522">gosnmp/gosnmp#522</a></li> <li>walk(): remove baseOid fallback, default to .1.3.6.1 by <a href="https://github.com/TimRots"><code>@​TimRots</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/524">gosnmp/gosnmp#524</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/stepga"><code>@​stepga</code></a> made their first contribution in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/522">gosnmp/gosnmp#522</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gosnmp/gosnmp/compare/v1.42.0...v1.42.1">https://github.com/gosnmp/gosnmp/compare/v1.42.0...v1.42.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gosnmp/gosnmp/commit/22f8e9e8d3c63b681a4a2b4f708fdf1e1a015bc0"><code>22f8e9e</code></a> walk(): remove baseOid fallback, default to .1.3.6.1 (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/524">#524</a>)</li> <li><a href="https://github.com/gosnmp/gosnmp/commit/2a929d6456c3d73d1d88f9909e9a2b11ff668f60"><code>2a929d6</code></a> Prevent panic during TCP EOF (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/521">#521</a>) (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/522">#522</a>)</li> <li><a href="https://github.com/gosnmp/gosnmp/commit/404064cb2347c0a42de3d0c6c4bef6394c2dfbf4"><code>404064c</code></a> Add Close method to interface with safe concurrent behavior (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/520">#520</a>)</li> <li><a href="https://github.com/gosnmp/gosnmp/commit/25e9631a40970bfd55d510f58ebfdcbdb19ec534"><code>25e9631</code></a> build(deps): bump github/codeql-action from 3.28.19 to 3.29.2 (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/514">#514</a>)</li> <li>See full diff in <a href="https://github.com/gosnmp/gosnmp/compare/v1.42.0...v1.42.1">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.42.0&new-version=1.42.1)](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!2004
No description provided.