You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pekko.apache.org by GitBox <gi...@apache.org> on 2022/10/31 09:15:41 UTC

[GitHub] [incubator-pekko-persistence-platform-guide] dependabot[bot] opened a new pull request, #1: Bump postgresql from 42.2.18 to 42.3.7 in /docs-source/docs/modules/microservices-tutorial/examples/shopping-cart-service-java

dependabot[bot] opened a new pull request, #1:
URL: https://github.com/apache/incubator-pekko-persistence-platform-guide/pull/1

   Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.18 to 42.3.7.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md">postgresql's changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <p>Notable changes since version 42.0.0, read the complete <a href="https://jdbc.postgresql.org/documentation/changelog.html">History of Changes</a>.</p>
   <p>The format is based on <a href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>.</p>
   <h2>[Unreleased]</h2>
   <h3>Changed</h3>
   <h3>Added</h3>
   <h3>Fixed</h3>
   <h2>[42.5.0] (2022-08-23 11:20:11 -0400)</h2>
   <h3>Changed</h3>
   <ul>
   <li>fix: revert change in [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1986">#1986</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1986">pgjdbc/pgjdbc#1986</a>) where float was aliased to float4 from float8.
   float now aliases to float8 [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2598">#2598</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2598">pgjdbc/pgjdbc#2598</a>) fixes [Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2597">#2597</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2597">pgjdbc/pgjdbc#2597</a>)</li>
   </ul>
   <h2>[42.4.2] (2022-08-17 10:33:40 -0400)</h2>
   <h3>Changed</h3>
   <ul>
   <li>fix: add alias to the generated getUDT() query for clarity (PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2553">#2553</a>)[https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2553]</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>fix: make setObject accept UUID array [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2587">#2587</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2587">pgjdbc/pgjdbc#2587</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>fix: regression with GSS. Changes introduced to support building with Java 17 caused failures [Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2588">#2588</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2588">pgjdbc/pgjdbc#2588</a>)</li>
   <li>fix: set a timeout to get the return from requesting SSL upgrade. [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2572">#2572</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2572">pgjdbc/pgjdbc#2572</a>)</li>
   <li>feat: synchronize statement executions (e.g. avoid deadlock when Connection.isValid is executed from concurrent threads)</li>
   </ul>
   <h2>[42.4.1] (2022-08-01 16:24:20 -0400)</h2>
   <h3>Security</h3>
   <ul>
   <li>fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to escape column identifiers so as to prevent SQL injection.
   <ul>
   <li>Previously, the column names for both key and data columns in the table were copied as-is into the generated
   SQL. This allowed a malicious table with column names that include statement terminator to be parsed and
   executed as multiple separate commands.</li>
   <li>Also adds a new test class ResultSetRefreshTest to verify this change.</li>
   <li>Reported by <a href="https://github.com/kato-sho">Sho Kato</a></li>
   </ul>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>chore: skip publishing pgjdbc-osgi-test to Central</li>
   <li>chore: bump Gradle to 7.5</li>
   <li>test: update JUnit to 5.8.2</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>chore: added Gradle Wrapper Validation for verifying gradle-wrapper.jar</li>
   <li>chore: added &quot;permissions: contents: read&quot; for GitHub Actions to avoid unintentional modifications by the CI</li>
   <li>chore: support building pgjdbc with Java 17</li>
   <li>feat: synchronize statement executions (e.g. avoid deadlock when Connection.isValid is executed from concurrent threads)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/0afaa71d5254804f8bab7caab96735c5f7d11aa1"><code>0afaa71</code></a> backpatch changes from GHSA-r38f-c4h4-hqq2 security advisory for CVE-2022-311...</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/7714d035b2123bbf5e5461d3ea162af946191941"><code>7714d03</code></a> Created release notes for 42.3.6 [SKIP-CI] (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2515">#2515</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/85f85813a4092eaf37e9fcc5b479eb6ff94fe963"><code>85f8581</code></a> fix: close refcursors when underlying cursor==null instead of relying on defa...</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/12541c4d2e8549426207b212dbc7963b0cc780f6"><code>12541c4</code></a> bumped version number</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/0872ad0ed33d3df355948282420f09ff8cb9ff50"><code>0872ad0</code></a> Fix heading format for version numbers (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2504">#2504</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/0d6ccb194a94cebe1cc0add461382b91f13c2a4a"><code>0d6ccb1</code></a> More changlog additions added chore to terminate CI jobs on fast PR pushes [S...</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/2bd774e8ea2f8732b5eaee233487a73b5389cc1f"><code>2bd774e</code></a> Releasenotes 42.3.5 (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2502">#2502</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/c04582eb64ef8771f7e09d2900eaa20883d64400"><code>c04582e</code></a> chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR ...</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/4d711c2a97175ad4c034c4629d2a993600cd0264"><code>4d711c2</code></a> fix: revert removal of toOffsetDateTime(String timestamp)  fixes #Issue 2497 ...</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/8444ed6a8594521f4c7e263867dfe69002cb304a"><code>8444ed6</code></a> feat: targetServerType=preferPrimary connection parameter (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2483">#2483</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.2.18...REL42.3.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.postgresql:postgresql&package-manager=maven&previous-version=42.2.18&new-version=42.3.7)](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/apache/incubator-pekko-persistence-platform-guide/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pekko.apache.org
For additional commands, e-mail: dev-help@pekko.apache.org


Re: [PR] Bump postgresql from 42.2.18 to 42.3.7 in /docs-source/docs/modules/microservices-tutorial/examples/shopping-cart-service-java [incubator-pekko-platform-guide]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning closed pull request #1: Bump postgresql from 42.2.18 to 42.3.7 in /docs-source/docs/modules/microservices-tutorial/examples/shopping-cart-service-java
URL: https://github.com/apache/incubator-pekko-platform-guide/pull/1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] Bump postgresql from 42.2.18 to 42.3.7 in /docs-source/docs/modules/microservices-tutorial/examples/shopping-cart-service-java [incubator-pekko-platform-guide]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #1:
URL: https://github.com/apache/incubator-pekko-platform-guide/pull/1#issuecomment-1868293415

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org