Bump github.com/gosnmp/gosnmp from 1.38.0 to 1.39.0 #1291

Merged
dependabot[bot] merged 1 commit from refs/pull/1291/head into main 2025-03-03 03:18:18 +00:00
dependabot[bot] commented 2025-03-03 03:03:20 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #274
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/274
Original created: 2025-03-03T03:03:20Z
Original updated: 2025-03-03T03:18:24Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/gosnmp/gosnmp-1.39.0
Original base: main
Original merged: 2025-03-03T03:18:18Z by @mfreeman451

Bumps github.com/gosnmp/gosnmp from 1.38.0 to 1.39.0.

Release notes

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

v1.39.0

What's Changed

Full Changelog: https://github.com/gosnmp/gosnmp/compare/v1.38.0...v1.39.0

Changelog

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

unreleased

  • [CHANGE]
  • [FEATURE]
  • [ENHANCEMENT]
  • [BUGFIX]
Commits
  • f3cf695 build(deps): bump github/codeql-action from 3.28.8 to 3.28.10 (#494)
  • 57f69d0 build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 (#493)
  • 5c91eef build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#490)
  • 65eefd7 Update build and testing (#491)
  • 1100b9e build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#482)
  • 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: #274 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/274 Original created: 2025-03-03T03:03:20Z Original updated: 2025-03-03T03:18:24Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/gosnmp/gosnmp-1.39.0 Original base: main Original merged: 2025-03-03T03:18:18Z by @mfreeman451 --- Bumps [github.com/gosnmp/gosnmp](https://github.com/gosnmp/gosnmp) from 1.38.0 to 1.39.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.39.0</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/482">gosnmp/gosnmp#482</a></li> <li>Update build and testing by <a href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/491">gosnmp/gosnmp#491</a></li> <li>build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/490">gosnmp/gosnmp#490</a></li> <li>build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/493">gosnmp/gosnmp#493</a></li> <li>build(deps): bump github/codeql-action from 3.28.8 to 3.28.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gosnmp/gosnmp/pull/494">gosnmp/gosnmp#494</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gosnmp/gosnmp/compare/v1.38.0...v1.39.0">https://github.com/gosnmp/gosnmp/compare/v1.38.0...v1.39.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gosnmp/gosnmp/blob/master/CHANGELOG.md">github.com/gosnmp/gosnmp's changelog</a>.</em></p> <blockquote> <h2>unreleased</h2> <ul> <li>[CHANGE]</li> <li>[FEATURE]</li> <li>[ENHANCEMENT]</li> <li>[BUGFIX]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gosnmp/gosnmp/commit/f3cf6957d444fa82027f95767401031591bf1ff8"><code>f3cf695</code></a> build(deps): bump github/codeql-action from 3.28.8 to 3.28.10 (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/494">#494</a>)</li> <li><a href="https://github.com/gosnmp/gosnmp/commit/57f69d026fc6c9da2a20174278d2779f9f8845b5"><code>57f69d0</code></a> build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/493">#493</a>)</li> <li><a href="https://github.com/gosnmp/gosnmp/commit/5c91eef35d98bdf0532c22c1893627cd7ce2379e"><code>5c91eef</code></a> build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/490">#490</a>)</li> <li><a href="https://github.com/gosnmp/gosnmp/commit/65eefd7e7b08603a1f2f4d567b36faf916071b64"><code>65eefd7</code></a> Update build and testing (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/491">#491</a>)</li> <li><a href="https://github.com/gosnmp/gosnmp/commit/1100b9e1add22664b90f056b607720e0f7f1d15e"><code>1100b9e</code></a> build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (<a href="https://redirect.github.com/gosnmp/gosnmp/issues/482">#482</a>)</li> <li>See full diff in <a href="https://github.com/gosnmp/gosnmp/compare/v1.38.0...v1.39.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.38.0&new-version=1.39.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!1291
No description provided.