You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/04/22 03:53:28 UTC

[GitHub] [dubbo-samples] dependabot[bot] opened a new pull request, #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

dependabot[bot] opened a new pull request, #438:
URL: https://github.com/apache/dubbo-samples/pull/438

   Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 4.4.0 to 4.8.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/liquibase/liquibase/releases">liquibase-core's releases</a>.</em></p>
   <blockquote>
   <h2>v4.8.0</h2>
   <h2>Liquibase 4.8.0 release</h2>
   <p>Please report any issues to <a href="https://github.com/liquibase/liquibase/issues">https://github.com/liquibase/liquibase/issues</a>.</p>
   <h2>Notable Changes</h2>
   <p>Liquibase  4.8.0 introduces the following functionality:</p>
   <ul>
   <li>The  <code>init hub</code>  subcommand that connects your local  Liquibase  activity to  Liquibase Hub  and sets up the  Liquibase  environment to use  Liquibase Hub. [DAT-8769]</li>
   </ul>
   <p><strong>Note:</strong> For more information, see  <a href="https://docs.liquibase.com/commands/liquibase-start/init-hub.html">init hub</a>  and  <a href="https://docs.liquibase.com/tools-integrations/liquibase-hub/setup.html">Getting Started with Liquibase Hub</a>.</p>
   <ul>
   <li>[PRO] The  <code>sqlcmd</code>  utility support to process complex SQL for MSSQL Server.  Liquibase  provides the  <code>liquibase.sqlcmd.conf</code>  file to pass arguments to your executor when running  Liquibase Pro. [DAT-7447]</li>
   </ul>
   <p><strong>Note:</strong> For more information, see  <a href="https://docs.liquibase.com/concepts/changelogs/attributes/using-sqlcmd-integration.html">Using the SQLCMD integration and runWith attribute with Liquibase Pro and MSSQL Server</a>.</p>
   <ul>
   <li>Changes to the behavior of the XML parser, which no longer allows referencing external DTD files for security reasons. If you use externally defined entities or any other potentially insecure XML feature in your  changelogs, set  <code>liquibase.secureParsing=false</code>.  [<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2384">PR#2384</a>] [LB-2218]</li>
   </ul>
   <p><strong>Note:</strong> For more information about the ways to set the parameter, see  <a href="https://docs.liquibase.com/commands/command-parameters.html">Command Parameters</a>.</p>
   <ul>
   <li>The upgrade of the  <code>postgresql</code>  (from  <code>42.2.12</code>  to  <code>42.3.2</code>) and  <code>h2</code>  (from  <code>2.0.206</code>  to  <code>2.1.210</code>) drivers that  Liquibase  includes in the installation package. If you use those drivers and upgrade an existing  Liquibase  installation, remove the earlier versions of drivers from the  <code>LIQUIBASE_HOME/lib</code>  directory.</li>
   </ul>
   <h2>Enhancements</h2>
   <ul>
   <li>Implemented the  <code>SimpleObjectConstructor</code>  interface for DB2 on z/OS [DAT-8580]</li>
   <li>Included the CLI instructions on how to use the properties file with a nonstandard name when running the  <code>init project</code>  subcommand [DAT-9041]</li>
   <li>Improved the output message for  <code>init start-h2</code>  when the H2 database driver is specified, but there is no connection detected [DAT-8992]</li>
   <li>Added validation errors for the  <code>enableCheckConstraint</code>,  <code>disableCheckConstraint</code>,  <code>dropPackage</code>,  <code>dropPackageBody</code>  Change Types [DAT-9017]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2367">PR#2367</a>] [<a href="https://github.com/molivasdat">Mike Olivas</a>] Added example rollback scripts to the  <code>example-changelog.sql</code>  file [LB-2220]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/1648">PR#1648</a>] [<a href="https://github.com/danielthegray">Daniel Gray</a>] Improved the exception error message for the  <code>customChange</code>  node with no  <code>class</code>  attribute  [LB-1144]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2222">PR#2222</a>] [<a href="https://github.com/msimko81">msimko81</a>] Added the offline mode support for the  <code>rollback-sql &lt;tag&gt;</code>  operation [LB-2198]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2273">PR#2273</a>] [<a href="https://github.com/szandany">Tsvi Zandany</a>] Added the autocomplete quality checks commands for macOS</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2308">PR#2308</a>] [<a href="https://github.com/Delir4um">Valentin Blistin</a>] Added the  <code>close</code>  method for the  <code>ClassLoaderResourceAccessor</code>  class [LB-2205]</li>
   </ul>
   <h2>Fixes</h2>
   <ul>
   <li>Fixed the  <code>renameSequence</code>  Change Type  generating an uppercase SQL instead of lowercase and causing failures with case-sensitive databases [LB-1763]</li>
   <li>Fixed the  <code>generate-changelog</code>  and  <code>diff</code>  commands to show and generate a proper SQL with autoincrement for PostgreSQL [DAT-8779]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/1320">PR#1320</a>] [<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2329">PR#2329</a>] [<a href="https://github.com/tolix">Anatoly S</a>] [<a href="https://github.com/nvoxland">Nathan Voxland</a>] [<a href="https://github.com/matteoturra">Matteo Turra</a>] Improved the UTF-8 character support in the  <code>&lt;sql&gt;</code>  tags [LB-562]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2139">PR#2139</a>] [<a href="https://github.com/wziebicki">wziebicki</a>] Improved the  <code>UniqueConstraintSnapshotGenerator</code>  class to add a table name to the Oracle database query so that the cache key can contain it, and the unique constraint can be read from cache [LB-2206]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2335">PR#2335</a>] [<a href="https://github.com/XDelphiGrl">erzsebet</a>] Removed duplicated  DATABASECHANGELOGLOCK  SQL statements when running the  <code>update-sql</code>  command against a new database [LB-2208]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2505">PR#2505</a>] [<a href="https://github.com/nvoxland">Nathan Voxland</a>] [<a href="https://github.com/driessamyn">Dries Samyn</a>] [<a href="https://github.com/XDelphiGrl">erzsebet</a>] Fixed the OSGI support with the  <code>MANIFEST.MF</code>  file in the  <code>liquibase-core-4.7.0.jar</code>  file. The PR fixes  <a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2361">PR#2361</a>.</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2366">PR#2366</a>] [<a href="https://github.com/StevenMassaro">Steven Massaro</a>] Made the  <code>sp_rename</code>  function to be lowercase when using MSSQL Server</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2429">PR#2429</a>] [<a href="https://github.com/nvoxland">Nathan Voxland</a>] [<a href="https://github.com/mirkobeine">Mirko Dostmann</a>] [<a href="https://github.com/alexlitovsky">Alex Litovsky</a>] Fixed the Ant and Apache Derby support. The PR fixes  <a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2388">PR#2388</a>  and  <a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2391">PR#2391</a>. [LB-2222]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2397">PR#2397</a>] [<a href="https://github.com/nvoxland">Nathan Voxland</a>] [<a href="https://github.com/maxencelaurent">maxencelaurent</a>] Implemented the logging of exceptions in the CDI integration. The PR fixes  <a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2354">PR#2354</a>. [LB-2223]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2398">PR#2398</a>] [<a href="https://github.com/nvoxland">Nathan Voxland</a>] [<a href="https://github.com/urvanov-ru">urvanov-ru</a>] Fixed the handling of schema snapshots with an underscore. The PR fixes  <a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/1604">PR#1604</a>. [LB-2219]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2340">PR#2340</a>] [<a href="https://github.com/nvoxland">Nathan Voxland</a>] [<a href="https://github.com/nickshoe">nickshoe</a>] Enabled adding the  <code>computed=true</code>  columns with no type set in the  <code>createTable</code>  Change Type. The PR fixes  <a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2283">PR#2283</a>. [LB-2215]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2372">PR#2372</a>] [<a href="https://github.com/nvoxland">Nathan Voxland</a>] [<a href="https://github.com/0x7d7b">Henrik Sachse</a>] [<a href="https://github.com/rburgst">rburgst</a>] Fixed the autoincrement syntax for H2 2.0 and later versions. The PR fixes  <a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2362">PR#2362</a>. [LB-2216]</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2549">PR#2549</a>] [<a href="https://github.com/nvoxland">Nathan Voxland</a>] [<a href="https://github.com/jenhae">jenhae</a>] Added validation errors for  Liquibase  and MSSQL Server if the  <code>ordered</code>  clause is specified in the  <code>createSequence</code>  or  <code>alterSequence</code>  Change Type. The PR fixes  <a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2528">PR#2528</a>.</li>
   <li>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2351">PR#2351</a>] [<a href="https://github.com/wwillard7800">Wesley Willard</a>] [<a href="https://github.com/JosephCen">Joseph Cen</a>] Fixed the handling of properties defined with different  <code>dbms</code>  filters. The PR fixes  <a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2231">PR#2231</a>. [LB-2217]</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/liquibase/liquibase/blob/master/changelog.txt">liquibase-core's changelog</a>.</em></p>
   <blockquote>
   <h1>Liquibase Core Changelog</h1>
   <p>Changes in version 4.9.1 (2022.03.25)</p>
   <h2>Liquibase 4.9.1 patch release</h2>
   <p>Please report any issues to <a href="https://github.com/liquibase/liquibase/issues">https://github.com/liquibase/liquibase/issues</a>.</p>
   <h2>Notable Changes</h2>
   <p>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2666">PR#2666</a>] [<a href="https://github.com/nvoxland">nvoxland</a>] Liquibase 4.9.1 release is a patch release that fixes the <code>MANIFEST.MF</code> location in the <code>liquibase.jar</code> file for tools that require the <code>MANIFEST.MF</code> file to be the first entry in the jar archive.
   If the <code>MANIFEST.MF</code> file is not the first entry, <code>java.util.jar.JarInputStream#getManifest()</code> reading the <code>MANIFEST.MF</code> file will not return the manifest information appropriately. The PR fixes issue <a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2648">#2648</a>.</p>
   <p>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2672">Issue#2672</a>] Addresses the remaining OSGi-related packaging problems to fully restore Liquibase support in OSGi environments.</p>
   <h2>Fixes</h2>
   <p>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2651">PR#2651</a>] Fixed the issue with a malicious software alert for the Liquibase macOS Installer preventing from proceeding with the installation. [DAT-9524]</p>
   <p>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2643">PR#2643</a>] Fixed an issue in snapshot on PostgreSQL where non-integer datatypes that used a default value with a sequence would not be handled correctly [DAT-8670]</p>
   <p>[<a href="https://github-redirect.dependabot.com/liquibase/liquibase/pull/2691">PR#2691</a>] Fixed invalid JSON in the example-changelog.json file [DAT-9893]</p>
   <p>Changes in version 4.9.0 (2022.03.17)</p>
   <h1>Notable Changes</h1>
   <p>Liquibase  4.9.0 introduces the following functionality:</p>
   <ul>
   <li>[PRO] Quality checks output in a JSON format</li>
   <li>Quality checks for Maven - <code>checks run</code> and <code>checks show</code> goals</li>
   <li>[PR#2558] [kavya-shastri] The extension of the usage of the Liquibase global configuration for the <code>secureParsing</code> parameter to prevent the entity resolver from falling back to looking on the network for missing XSDs. If you reference an XSD other than one of Liquibase, Liquibase will no longer automatically download the XSD from the internet and use it. The default value for <code>secureParsing</code>  is <code>true</code>, but you can override it in any of the Liquibase configuration locations. For more information, see the Example Changelogs: XML Format documentation.</li>
   <li>[PR#2529] [Krzysztof Sierszeń] [LB-1781] The <code>uniqueConstraintExists</code> precondition to check for the existence of unique constraints before running the update. You can check the constraint by constraint name or columns:</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/liquibase/liquibase/commit/887e4418b79087b0e57304423dc5e9ebed0c99d8"><code>887e441</code></a> Fixing re-version check</li>
   <li><a href="https://github.com/liquibase/liquibase/commit/74bfc0307e956aadd4d604064f4cbe38b375b9aa"><code>74bfc03</code></a> Fixing re-version check</li>
   <li><a href="https://github.com/liquibase/liquibase/commit/efab2bda20bc04490e247cf2c75ad31259463bf1"><code>efab2bd</code></a> Fixing re-version check</li>
   <li><a href="https://github.com/liquibase/liquibase/commit/0892c275ae7372b9bbcddabd659533c130228d1f"><code>0892c27</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2559">#2559</a> from liquibase/update-changelog-4.8.0</li>
   <li><a href="https://github.com/liquibase/liquibase/commit/bb766335b8349291562aeca878adc15c11d53a36"><code>bb76633</code></a> Updated changelog</li>
   <li><a href="https://github.com/liquibase/liquibase/commit/454931467dd8e80a5f873d9b5bf4a9db0416fb41"><code>4549314</code></a> updated changelog txt</li>
   <li><a href="https://github.com/liquibase/liquibase/commit/3a761979f395ccd901bdaa3c8ca36b53850dcb9f"><code>3a76197</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2560">#2560</a> from liquibase/updated-xsd-4.8.0</li>
   <li><a href="https://github.com/liquibase/liquibase/commit/abb4d7709a7a0e7b5eca530cbb6305be424fc8fb"><code>abb4d77</code></a> create liquibase changelog xsd 4.8.0</li>
   <li><a href="https://github.com/liquibase/liquibase/commit/221f681074c00aba593ba00fb3f2154beb6541af"><code>221f681</code></a> update changelog 4.8.0</li>
   <li><a href="https://github.com/liquibase/liquibase/commit/0bb2eae8d23381bf0baef67a19f478d66e4d4ac1"><code>0bb2eae</code></a> DAT-8615: init hub command (<a href="https://github-redirect.dependabot.com/liquibase/liquibase/issues/2326">#2326</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/liquibase/liquibase/compare/v4.4.0...v4.8.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.liquibase:liquibase-core&package-manager=maven&previous-version=4.4.0&new-version=4.8.0)](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/dubbo-samples/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: notifications-unsubscribe@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1361001049

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1356223297

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1357170215

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1362791321

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1357047904

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1343908804

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1354256709

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1333163899

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1355986250

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1363535329

   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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1358994850

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1354200598

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1338824360

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1336356086

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] AlbumenJ closed pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
AlbumenJ closed pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate
URL: https://github.com/apache/dubbo-samples/pull/438


-- 
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@dubbo.apache.org

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


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


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #438: Bump liquibase-core from 4.4.0 to 4.8.0 in /dubbo-samples-boundary-test/dubbo-samples-hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #438:
URL: https://github.com/apache/dubbo-samples/pull/438#issuecomment-1348461551

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
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@dubbo.apache.org

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


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