Skip to content

Bump postgrex from 0.22.2 to 0.22.3#271

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/postgrex-0.22.3
Closed

Bump postgrex from 0.22.2 to 0.22.3#271
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/postgrex-0.22.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps postgrex from 0.22.2 to 0.22.3.

Changelog

Sourced from postgrex's changelog.

v0.22.3 (2026-07-09)

  • Security
    • Escape dollar signs in channel names in Postgrex.Notifications.listen/3 (CVE-2026-58225)
Commits

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 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)

Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.22.2 to 0.22.3.
- [Release notes](https://github.com/elixir-ecto/postgrex/releases)
- [Changelog](https://github.com/elixir-ecto/postgrex/blob/master/CHANGELOG.md)
- [Commits](elixir-ecto/postgrex@v0.22.2...v0.22.3)

---
updated-dependencies:
- dependency-name: postgrex
  dependency-version: 0.22.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jul 13, 2026
jarlah added a commit that referenced this pull request Jul 23, 2026
* Bundle 5 dependabot dependency updates

Bumps postgrex 0.22.2 -> 0.22.3, credo 1.7.18 -> 1.7.19,
tesla 1.17.0 -> 1.20.0, mongodb_driver 1.6.2 -> 1.6.3, and
kafka_ex 0.15.0 -> 1.1.0.

kafka_ex 1.0 was a full API rewrite (legacy modules like
KafkaEx.Protocol.CreateTopics.TopicRequest and top-level functions
like KafkaEx.produce/4, KafkaEx.stream/3, KafkaEx.metadata/1 were
removed in favor of KafkaEx.API.*), which broke
test/container/kafka_container_test.exs at compile time. Migrated
the test to KafkaEx.API.create_topic/produce_one/fetch. The Kafka
container implementation itself doesn't depend on kafka_ex (it
shells out to kafka-topics.sh), so no lib/ changes were needed.

Targets kafka_ex 1.1.0 rather than the 1.0.1 the dependabot PR
proposed, since 1.1.0 (released today) fixes a stream auto-commit
data-loss bug present in 1.0.1.

Supersedes #267, #268, #269, #270, #271.

* Pin uniq to 0.6.2 to fix Elixir 1.15 CI failure

uniq 0.6.3 added lib/scoped_uuid.ex, which uses a binary pattern
construct that fails to compile on Elixir 1.15 (works fine on
1.16+). We only ever call Uniq.UUID.uuid4/0, never Uniq.ScopedUUID,
so pinning below the offending release has no functional impact.

Verified no security regression: no advisories for uniq in the OSV
or GitHub Security Advisories databases at any version, and the
only other change between 0.6.2 and 0.6.3 is a cosmetic refactor of
an internal compare/2 helper.

This was failing identically on main and on all 5 original
dependabot PRs before this change.
@jarlah jarlah closed this in #272 Jul 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/hex/postgrex-0.22.3 branch July 23, 2026 16:39
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