From f86a33247b089dd14530c3f787a92675b81ff0b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:35:57 +0000 Subject: [PATCH] composer(deps): Bump doctrine/orm from 2.15.4 to 2.16.0 Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.15.4 to 2.16.0. - [Release notes](https://github.com/doctrine/orm/releases) - [Commits](https://github.com/doctrine/orm/compare/2.15.4...2.16.0) --- updated-dependencies: - dependency-name: doctrine/orm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 842b4f25..7316897f 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "doctrine/doctrine-bundle": "^2.10.1", "doctrine/doctrine-migrations-bundle": "^3.2.4", "doctrine/migrations": "^3.6.0", - "doctrine/orm": "^2.15.4", + "doctrine/orm": "^2.16.0", "ramsey/uuid": "^4.7.4", "symfony/config": "^6.2.5", "symfony/console": "^6.2.11", diff --git a/composer.lock b/composer.lock index f2d05b43..805ddcb2 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": "679b9c2ece3c793d6a067c718e0ce3a1", + "content-hash": "72eb443bd326654f7a3b3206027fa6a8", "packages": [ { "name": "brick/math", @@ -1201,16 +1201,16 @@ }, { "name": "doctrine/orm", - "version": "2.15.4", + "version": "2.16.0", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "f7e4b61459692f9b747f40696e6bf72080390f2d" + "reference": "495cd06b9a630f9c38a21ceb249ed008edbe8414" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/f7e4b61459692f9b747f40696e6bf72080390f2d", - "reference": "f7e4b61459692f9b747f40696e6bf72080390f2d", + "url": "https://api.github.com/repos/doctrine/orm/zipball/495cd06b9a630f9c38a21ceb249ed008edbe8414", + "reference": "495cd06b9a630f9c38a21ceb249ed008edbe8414", "shasum": "" }, "require": { @@ -1296,9 +1296,9 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.15.4" + "source": "https://github.com/doctrine/orm/tree/2.16.0" }, - "time": "2023-07-18T07:50:04+00:00" + "time": "2023-08-01T12:07:04+00:00" }, { "name": "doctrine/persistence",