From e1916fb6a6b77e445a0027d71ee487ddffadad5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:59:02 +0000 Subject: [PATCH] fix(deps): update dependency doctrine/dbal to v4.2.1 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 24a7fcb..c277740 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": ">=8.3", "ext-iconv": "*", "ext-openssl": "*", - "doctrine/dbal": "4.2.0", + "doctrine/dbal": "4.2.1", "doctrine/doctrine-bundle": "2.13.0", "doctrine/doctrine-migrations-bundle": "3.3.1", "doctrine/orm": "3.2.2", diff --git a/composer.lock b/composer.lock index 12566cc..fcb02fa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1340279e74345c8168d9c89b45bfdd0a", + "content-hash": "52997456e3e07d13bc6c67070ab1a11a", "packages": [ { "name": "doctrine/cache", @@ -187,16 +187,16 @@ }, { "name": "doctrine/dbal", - "version": "4.2.0", + "version": "4.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "b4a1c16ab0a13ae1bd3bb1abcb88573f80afc420" + "reference": "dadd35300837a3a2184bd47d403333b15d0a9bd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/b4a1c16ab0a13ae1bd3bb1abcb88573f80afc420", - "reference": "b4a1c16ab0a13ae1bd3bb1abcb88573f80afc420", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/dadd35300837a3a2184bd47d403333b15d0a9bd0", + "reference": "dadd35300837a3a2184bd47d403333b15d0a9bd0", "shasum": "" }, "require": { @@ -275,7 +275,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/4.2.0" + "source": "https://github.com/doctrine/dbal/tree/4.2.1" }, "funding": [ { @@ -291,7 +291,7 @@ "type": "tidelift" } ], - "time": "2024-10-10T13:19:21+00:00" + "time": "2024-10-10T18:01:27+00:00" }, { "name": "doctrine/deprecations",