From 021626e785b6f97891e7e8a777b871e19b514d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:30:53 +0000 Subject: [PATCH] build(deps): bump mongodb_driver in /libs/application_runner Bumps [mongodb_driver](https://github.com/zookzook/elixir-mongodb-driver) from 1.2.1 to 1.4.0. - [Release notes](https://github.com/zookzook/elixir-mongodb-driver/releases) - [Changelog](https://github.com/zookzook/elixir-mongodb-driver/blob/master/CHANGELOG.md) - [Commits](https://github.com/zookzook/elixir-mongodb-driver/compare/v1.2.1...v1.4.0) --- updated-dependencies: - dependency-name: mongodb_driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- libs/application_runner/mix.exs | 2 +- libs/application_runner/mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/application_runner/mix.exs b/libs/application_runner/mix.exs index 83d7aa5e..f864b070 100644 --- a/libs/application_runner/mix.exs +++ b/libs/application_runner/mix.exs @@ -46,7 +46,7 @@ defmodule ApplicationRunner.MixProject do {:phoenix_pubsub, "~> 2.1.1"}, {:finch, "~> 0.14"}, {:bypass, "~> 2.1", only: :test}, - {:mongodb_driver, "~> 1.2.1"}, + {:mongodb_driver, "~> 1.4.0"}, {:crontab, "~> 1.1.13"}, {:quantum, "~> 3.0"}, {:query_parser, "~> 1.0.0-beta.27"}, diff --git a/libs/application_runner/mix.lock b/libs/application_runner/mix.lock index f14bab0c..22714a80 100644 --- a/libs/application_runner/mix.lock +++ b/libs/application_runner/mix.lock @@ -28,7 +28,7 @@ "libring": {:hex, :libring, "1.6.0", "d5dca4bcb1765f862ab59f175b403e356dec493f565670e0bacc4b35e109ce0d", [:mix], [], "hexpm", "5e91ece396af4bce99953d49ee0b02f698cd38326d93cd068361038167484319"}, "mime": {:hex, :mime, "2.0.5", "dc34c8efd439abe6ae0343edbb8556f4d63f178594894720607772a041b04b02", [:mix], [], "hexpm", "da0d64a365c45bc9935cc5c8a7fc5e49a0e0f9932a761c55d6c52b142780a05c"}, "mint": {:hex, :mint, "1.5.1", "8db5239e56738552d85af398798c80648db0e90f343c8469f6c6d8898944fb6f", [:mix], [{:castore, "~> 0.1.0 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:hpax, "~> 0.1.1", [hex: :hpax, repo: "hexpm", optional: false]}], "hexpm", "4a63e1e76a7c3956abd2c72f370a0d0aecddc3976dea5c27eccbecfa5e7d5b1e"}, - "mongodb_driver": {:hex, :mongodb_driver, "1.2.1", "f626705cbf4fc64048d66814da8c09bc4c432fa267f8cff1b079b21aa280373f", [:mix], [{:db_connection, "~> 2.6", [hex: :db_connection, repo: "hexpm", optional: false]}, {:decimal, "~> 2.1.1", [hex: :decimal, repo: "hexpm", optional: false]}, {:telemetry, "~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "35a51a1d1531a1a842af98634ad7bbeec87f46b1b8b55c776d3169cfd5b51baf"}, + "mongodb_driver": {:hex, :mongodb_driver, "1.4.0", "15dd661c6c8d96ebf1d50ebf7e68e383a2b99b315e83fcbb452f715cb4f8703e", [:mix], [{:db_connection, "~> 2.6", [hex: :db_connection, repo: "hexpm", optional: false]}, {:decimal, "~> 2.1.1", [hex: :decimal, repo: "hexpm", optional: false]}, {:telemetry, "~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "6bb7d580b0ea2a9f83a889de8eeeef849c68ea7d70804af14b4b0c2b09bb1c7a"}, "neotomex": {:hex, :neotomex, "0.1.7", "64f76513653aa87ea7abdde0fd600e56955d838020a13d88f2bf334c88ac3e7a", [:mix], [], "hexpm", "4b87b8f614d1cd89dc8ba80ba0e559bedb3ebf6f6d74cd774fcfdd215e861445"}, "nimble_options": {:hex, :nimble_options, "1.0.2", "92098a74df0072ff37d0c12ace58574d26880e522c22801437151a159392270e", [:mix], [], "hexpm", "fd12a8db2021036ce12a309f26f564ec367373265b53e25403f0ee697380f1b8"}, "nimble_pool": {:hex, :nimble_pool, "1.0.0", "5eb82705d138f4dd4423f69ceb19ac667b3b492ae570c9f5c900bb3d2f50a847", [:mix], [], "hexpm", "80be3b882d2d351882256087078e1b1952a28bf98d0a287be87e4a24a710b67a"},