Skip to content

Bump ring_logger from 0.11.6 to 0.11.7 in /hello_snmp_agent in the deps group across 1 directory - #944

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/hello_snmp_agent/deps-3fb4b09c43
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/hello_snmp_agent/deps-3fb4b09c43

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the deps group with 1 update in the /hello_snmp_agent directory: ring_logger.

Updates ring_logger from 0.11.6 to 0.11.7

Release notes

Sourced from ring_logger's releases.

v0.11.7

This release (finally!) updates RingLogger to support LoggerBackends. If you'd like to remove the console warnings on every start, add :logger_backends to your mix dependences. Then move the RingLogger config.

One way is to update your config.exs to turn off console logging until runtime:

config :logger, :default_handler, false

Then add this to the config/runtime.exs:

Application.ensure_all_started(:logger_backends)
LoggerBackends.add(RingLogger)
  • Changes
    • Remove support for Elixir 1.14 and below.
    • Fix Elixir 1.15 Logger :warn deprecation warnings (Thanks @​taun-fellowes)
    • Restore erlang log levels from :erl_level metadata (Thanks @​taun-fellows)
Changelog

Sourced from ring_logger's changelog.

v0.11.7

This release (finally!) updates RingLogger to support LoggerBackends. If you'd like to remove the console warnings on every start, add :logger_backends to your mix dependences. Then move the RingLogger config.

One way is to update your config.exs to turn off console logging until runtime:

config :logger, :default_handler, false

Then add this to the config/runtime.exs:

Application.ensure_all_started(:logger_backends)
LoggerBackends.add(RingLogger)
  • Changes
    • Remove support for Elixir 1.14 and below.
    • Fix Elixir 1.15 Logger :warn deprecation warnings (Thanks @​taun-fellowes)
    • Restore erlang log levels from :erl_level metadata (Thanks @​taun-fellows)
Commits
  • 5af2d02 v0.11.7 release
  • 128bcb0 Remove support for Elixir 1.13 and 1.14
  • 7113c1f Support optional use of LoggerBackends
  • 92fc292 Add benchmarks directory to the formatter
  • 5c3d292 Restore erlang log levels from :erl_level metadata
  • bd9d304 Fix Elixir 1.15 Logger :warn deprecation warnings
  • a0a2c75 Bump ex_doc from 0.40.3 to 0.40.4
  • 6ec54e5 Bump dialyxir from 1.4.7 to 1.4.8
  • 57c6432 Sync CONTRIBUTING.md
  • 2d362bc Update Elixir 1.17 CI image
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Sep 15, 2026
Bumps the deps group with 1 update in the /hello_snmp_agent directory: [ring_logger](https://github.com/nerves-project/ring_logger).


Updates `ring_logger` from 0.11.6 to 0.11.7
- [Release notes](https://github.com/nerves-project/ring_logger/releases)
- [Changelog](https://github.com/nerves-project/ring_logger/blob/main/CHANGELOG.md)
- [Commits](nerves-project/ring_logger@v0.11.6...v0.11.7)

---
updated-dependencies:
- dependency-name: ring_logger
  dependency-version: 0.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump ring_logger from 0.11.6 to 0.11.7 in /hello_snmp_agent in the deps group Bump ring_logger from 0.11.6 to 0.11.7 in /hello_snmp_agent in the deps group across 1 directory Sep 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/hex/hello_snmp_agent/deps-3fb4b09c43 branch from 5b6c60d to 41a5079 Compare September 16, 2026 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants