diff --git a/composer.json b/composer.json index 9df3e1c1f5..640739ed44 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "bugsnag/bugsnag-symfony": "^1.14", "catrobat/capi": "1.5.*", "codercat/jwk-to-pem": "1.1.*", - "doctrine/dbal": "4.0.*", + "doctrine/dbal": "4.1.*", "doctrine/doctrine-bundle": "2.12.*", "doctrine/doctrine-migrations-bundle": "3.3.*", "doctrine/orm": "3.2.*", diff --git a/composer.lock b/composer.lock index 2f228179df..39a8220583 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": "836ba82b54483fc3354fc4954c84d22b", + "content-hash": "47d306a0b7b96581c5793f065dc5313d", "packages": [ { "name": "beberlei/doctrineextensions", @@ -777,16 +777,16 @@ }, { "name": "doctrine/dbal", - "version": "4.0.5", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "389230389ed2d73a5fbf9a07d2bc0f8d0d56070e" + "reference": "2377cd41609aa51bee822c8d207317a3f363a558" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/389230389ed2d73a5fbf9a07d2bc0f8d0d56070e", - "reference": "389230389ed2d73a5fbf9a07d2bc0f8d0d56070e", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/2377cd41609aa51bee822c8d207317a3f363a558", + "reference": "2377cd41609aa51bee822c8d207317a3f363a558", "shasum": "" }, "require": { @@ -865,7 +865,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/4.0.5" + "source": "https://github.com/doctrine/dbal/tree/4.1.0" }, "funding": [ { @@ -881,7 +881,7 @@ "type": "tidelift" } ], - "time": "2024-08-07T12:53:48+00:00" + "time": "2024-08-15T07:37:07+00:00" }, { "name": "doctrine/deprecations",