[PR #229] [CLOSED] Bump doctrine/dbal from 3.1.3 to 3.1.4 #589

Closed
opened 2026-03-01 17:48:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anonaddy/anonaddy/pull/229
Author: @dependabot[bot]
Created: 11/16/2021
Status: Closed

Base: masterHead: dependabot/composer/doctrine/dbal-3.1.4


📝 Commits (1)

  • 623d703 Bump doctrine/dbal from 3.1.3 to 3.1.4

📊 Changes

1 file changed (+11 additions, -11 deletions)

View changed files

📝 composer.lock (+11 -11)

📄 Description

Bumps doctrine/dbal from 3.1.3 to 3.1.4.

Release notes

Sourced from doctrine/dbal's releases.

3.1.4

Release 3.1.4

SECURITY RELEASE: All users are advised to upgrade when using doctrine/dbal 3.0.0 - 3.1.3 due to a critical SQL injection that was fixed: https://github.com/doctrine/dbal/security/advisories/GHSA-r7cj-8hjg-x622

3.1.4

  • Total issues resolved: 6
  • Total pull requests resolved: 20
  • Total contributors: 13

Bug,oci8

Connections,Test Suite

Bug,QueryBuilder

Bug,Prepared Statements,Regression,SQL Parser

Documentation

Bug,MySQL,Schema Introspection

CI

Bug,Connections,Test Suite,pdo_oci

... (truncated)

Commits
  • 821b4f0 Merge pull request #4995 from derrabus/bugfix/oci8-server-version
  • f804b21 Fix getServerVersion for OCI8 when assertions are disabled
  • fa27901 Merge pull request #4991 from morozov/optimize-sharing-test-connection
  • 8fb8105 Close the non-shared connection instead of marking it non-reusable
  • 06f5925 Optimize sharing test connection
  • 10df50f Merge pull request #4978 from AndreasA/bugfix/4971
  • 1b768e9 Use correct column order for composite foreign keys
  • 4c63afa Merge branch '2.13.x' into 3.1.x
  • 483a518 Merge pull request #4984 from morozov/cast-limit-offset-to-int
  • 0ae1aa5 Bump to 2.13.6
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anonaddy/anonaddy/pull/229 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/16/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/doctrine/dbal-3.1.4` --- ### 📝 Commits (1) - [`623d703`](https://github.com/anonaddy/anonaddy/commit/623d703ff23fe0efde0bd76064e017fc2525e8eb) Bump doctrine/dbal from 3.1.3 to 3.1.4 ### 📊 Changes **1 file changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+11 -11) </details> ### 📄 Description Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.1.3 to 3.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/doctrine/dbal/releases">doctrine/dbal's releases</a>.</em></p> <blockquote> <h2>3.1.4</h2> <p>Release <a href="https://github.com/doctrine/dbal/milestone/99">3.1.4</a></p> <p>SECURITY RELEASE: All users are advised to upgrade when using doctrine/dbal 3.0.0 - 3.1.3 due to a critical SQL injection that was fixed: <a href="https://github.com/doctrine/dbal/security/advisories/GHSA-r7cj-8hjg-x622">https://github.com/doctrine/dbal/security/advisories/GHSA-r7cj-8hjg-x622</a></p> <h1>3.1.4</h1> <ul> <li>Total issues resolved: <strong>6</strong></li> <li>Total pull requests resolved: <strong>20</strong></li> <li>Total contributors: <strong>13</strong></li> </ul> <h2>Bug,oci8</h2> <ul> <li><a href="https://github-redirect.dependabot.com/doctrine/dbal/pull/4995">4995: Fix getServerVersion for OCI8 when assertions are disabled</a> thanks to <a href="https://github.com/derrabus"><code>@​derrabus</code></a> and <a href="https://github.com/SylvainSimonGPA"><code>@​SylvainSimonGPA</code></a></li> </ul> <h2>Connections,Test Suite</h2> <ul> <li><a href="https://github-redirect.dependabot.com/doctrine/dbal/pull/4991">4991: Optimize sharing test connection</a> thanks to <a href="https://github.com/morozov"><code>@​morozov</code></a></li> </ul> <h2>Bug,QueryBuilder</h2> <ul> <li><a href="https://github-redirect.dependabot.com/doctrine/dbal/pull/4984">4984: Cast LIMIT and OFFSET to int when building limit query</a> thanks to <a href="https://github.com/morozov"><code>@​morozov</code></a></li> </ul> <h2>Bug,Prepared Statements,Regression,SQL Parser</h2> <ul> <li><a href="https://github-redirect.dependabot.com/doctrine/dbal/issues/4980">4980: DBAL 3.1: Array parameter conversion does not work with long SQL queries</a> thanks to <a href="https://github.com/AlexeyKosov"><code>@​AlexeyKosov</code></a></li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github-redirect.dependabot.com/doctrine/dbal/pull/4979">4979: Remove unwanted colon in code samples</a> thanks to <a href="https://github.com/greg0ire"><code>@​greg0ire</code></a></li> <li>[4947: &amp;<a href="https://github-redirect.dependabot.com/doctrine/dbal/issues/91">#91</a>;Docs&amp;<a href="https://github-redirect.dependabot.com/doctrine/dbal/issues/93">#93</a>; Removing paragraph about PDO similarity](<a href="https://github-redirect.dependabot.com/doctrine/dbal/pull/4947">doctrine/dbal#4947</a>) thanks to <a href="https://github.com/ThomasLandauer"><code>@​ThomasLandauer</code></a></li> <li><a href="https://github-redirect.dependabot.com/doctrine/dbal/pull/4931">4931: Fixes spelling error discovered via textlint</a> thanks to <a href="https://github.com/raphaelstolt"><code>@​raphaelstolt</code></a></li> </ul> <h2>Bug,MySQL,Schema Introspection</h2> <ul> <li><a href="https://github-redirect.dependabot.com/doctrine/dbal/pull/4978">4978: Use correct column order for composite foreign keys</a> thanks to <a href="https://github.com/AndreasA"><code>@​AndreasA</code></a></li> </ul> <h2>CI</h2> <ul> <li><a href="https://github-redirect.dependabot.com/doctrine/dbal/pull/4942">4942: Do not mark issues as stale</a> thanks to <a href="https://github.com/morozov"><code>@​morozov</code></a></li> </ul> <p>Bug,Connections,Test Suite,pdo_oci</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/doctrine/dbal/commit/821b4f01a36ce63ed36c090ea74767b72db367e9"><code>821b4f0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/doctrine/dbal/issues/4995">#4995</a> from derrabus/bugfix/oci8-server-version</li> <li><a href="https://github.com/doctrine/dbal/commit/f804b21b6b1ac3bebb612d6c531c92851a5f1058"><code>f804b21</code></a> Fix getServerVersion for OCI8 when assertions are disabled</li> <li><a href="https://github.com/doctrine/dbal/commit/fa2790107f1bfc3381b5b82eceaf7c71a2a19ea8"><code>fa27901</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/doctrine/dbal/issues/4991">#4991</a> from morozov/optimize-sharing-test-connection</li> <li><a href="https://github.com/doctrine/dbal/commit/8fb8105902dfc6c3b87559c58462721451c4ec7d"><code>8fb8105</code></a> Close the non-shared connection instead of marking it non-reusable</li> <li><a href="https://github.com/doctrine/dbal/commit/06f592549b410dc6e0f0f899e2878271b751f427"><code>06f5925</code></a> Optimize sharing test connection</li> <li><a href="https://github.com/doctrine/dbal/commit/10df50f949c78c1f3666451470183ca01c4c4fa5"><code>10df50f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/doctrine/dbal/issues/4978">#4978</a> from AndreasA/bugfix/4971</li> <li><a href="https://github.com/doctrine/dbal/commit/1b768e9fbdc8a57a4c6603ed94cc613c8d5318a3"><code>1b768e9</code></a> Use correct column order for composite foreign keys</li> <li><a href="https://github.com/doctrine/dbal/commit/4c63afa1f3d0c41c6cbd89ec0a22861131d25237"><code>4c63afa</code></a> Merge branch '2.13.x' into 3.1.x</li> <li><a href="https://github.com/doctrine/dbal/commit/483a518de57f39b3843ba53954f1bbb2fa151934"><code>483a518</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/doctrine/dbal/issues/4984">#4984</a> from morozov/cast-limit-offset-to-int</li> <li><a href="https://github.com/doctrine/dbal/commit/0ae1aa5941fbe9876f90c8002f1a60b7005faa30"><code>0ae1aa5</code></a> Bump to 2.13.6</li> <li>Additional commits viewable in <a href="https://github.com/doctrine/dbal/compare/3.1.3...3.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/anonaddy/anonaddy/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:48:18 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anonaddy#589
No description provided.