dependabot[bot] opened a new pull request, #2615: URL: https://github.com/apache/causeway/pull/2615
Bumps [com.github.gavlyukovskiy:datasource-proxy-spring-boot-starter](https://github.com/gavlyukovskiy/spring-boot-data-source-decorator) from 1.8.1 to 1.9.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/releases">com.github.gavlyukovskiy:datasource-proxy-spring-boot-starter's releases</a>.</em></p> <blockquote> <h2>v1.9.2</h2> <h2>What's Changed</h2> <ul> <li>Improve datasource unwrapping for flyway autoconfiguration by <a href="https://github.com/gavlyukovskiy"><code>@gavlyukovskiy</code></a> in <a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/pull/102">gavlyukovskiy/spring-boot-data-source-decorator#102</a></li> </ul> <h3>Chores</h3> <ul> <li>Rework CI by <a href="https://github.com/scordio"><code>@scordio</code></a> in <a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/pull/97">gavlyukovskiy/spring-boot-data-source-decorator#97</a></li> <li>Update dependencies, migrate to toml and dependabot by <a href="https://github.com/gavlyukovskiy"><code>@gavlyukovskiy</code></a> in <a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/pull/103">gavlyukovskiy/spring-boot-data-source-decorator#103</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/compare/v1.9.1...v1.9.2">https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/compare/v1.9.1...v1.9.2</a></p> <h2>v1.9.1</h2> <h2>What's Changed</h2> <ul> <li>Explicitly mention the latest Spring Boot 2 compatible version by <a href="https://github.com/scordio"><code>@scordio</code></a> in <a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/pull/92">gavlyukovskiy/spring-boot-data-source-decorator#92</a></li> <li>Add a new configuration that will format the SQL by <a href="https://github.com/rvullriede"><code>@rvullriede</code></a> in <a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/pull/89">gavlyukovskiy/spring-boot-data-source-decorator#89</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/scordio"><code>@scordio</code></a> made their first contribution in <a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/pull/92">gavlyukovskiy/spring-boot-data-source-decorator#92</a></li> <li><a href="https://github.com/rvullriede"><code>@rvullriede</code></a> made their first contribution in <a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/pull/89">gavlyukovskiy/spring-boot-data-source-decorator#89</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/compare/1.9.0...v1.9.1">https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/compare/1.9.0...v1.9.1</a></p> <h2>1.9.0</h2> <h3>⭐ New Features</h3> <ul> <li><a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/issues/77">#77</a> Spring Boot 3 Support</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>none</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/commit/77ebf8be621b3a784793fba7391ed59faa1e5348"><code>77ebf8b</code></a> Update dependencies, migrate to toml and dependabot (<a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/issues/103">#103</a>)</li> <li><a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/commit/4aa9835361b52a71d23fdf30dde62934305cfbe6"><code>4aa9835</code></a> Improve datasource unwrapping for flyway autoconfiguration (<a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/issues/102">#102</a>)</li> <li><a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/commit/8cc857bbfbf94f2319390c52fb82274668bdb6c6"><code>8cc857b</code></a> Rework CI (<a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/issues/97">#97</a>)</li> <li><a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/commit/a9a7f5ef10b40d942f37fd303d9448f68a6bab98"><code>a9a7f5e</code></a> Update link to build status</li> <li><a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/commit/0de672fab35a7faff86d710ad5b02f6989cc7d1d"><code>0de672f</code></a> Use version correctly</li> <li><a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/commit/9be9beb1bdaf6286cc2db0266921d36623f61e25"><code>9be9beb</code></a> Remove axios plugin in favor of github tag publishing</li> <li><a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/commit/d3886e3932153c1bdb21caa7b4d771cb909eeb71"><code>d3886e3</code></a> Added formatter dependency to samples, turn warning into an error since the d...</li> <li><a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/commit/5a3f37026f90120d6c009f6e1d5fb975aa79c3dc"><code>5a3f370</code></a> Add a new configuration that will format the SQL (<a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/issues/89">#89</a>)</li> <li><a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/commit/33292e8a4b0bd0f3e06466caf1cdc406f25bc4e3"><code>33292e8</code></a> Remove mention of tracing configuration from README</li> <li><a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/commit/8f912f8969e5659940a91c5a754dd14e3da8bc58"><code>8f912f8</code></a> Explicitly mention the latest Spring Boot 2 compatible version (<a href="https://redirect.github.com/gavlyukovskiy/spring-boot-data-source-decorator/issues/92">#92</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gavlyukovskiy/spring-boot-data-source-decorator/compare/1.8.1...v1.9.2">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </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-unsubscr...@causeway.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org