Skip to content

Commit f90d3e7

Browse files
Bump io.asyncer:r2dbc-mysql from 1.4.0 to 1.4.1 (#1090)
Bumps [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) from 1.4.0 to 1.4.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/asyncer-io/r2dbc-mysql/commit/880226903522dee664ac72f6b0d00a7f72eb424e"><code>8802269</code></a> [maven-release-plugin] prepare release r2dbc-mysql-1.4.1</li> <li><a href="https://github.com/asyncer-io/r2dbc-mysql/commit/b90a453a93831d59ca6c0aaf75b52f0871118506"><code>b90a453</code></a> fix(logging): prevent excessive MySQL warning logs (<a href="https://redirect.github.com/asyncer-io/r2dbc-mysql/issues/312">#312</a>)</li> <li><a href="https://github.com/asyncer-io/r2dbc-mysql/commit/3e76ca79e7ff67de2f76f7437bb13991fc5c7b01"><code>3e76ca7</code></a> Fix Typo (<a href="https://redirect.github.com/asyncer-io/r2dbc-mysql/issues/310">#310</a>)</li> <li><a href="https://github.com/asyncer-io/r2dbc-mysql/commit/d67bf119d03186a9924d82f6252a278325e14600"><code>d67bf11</code></a> Update README</li> <li><a href="https://github.com/asyncer-io/r2dbc-mysql/commit/9633b71b7103fd331cf4e62bb87e881f3388ef76"><code>9633b71</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/asyncer-io/r2dbc-mysql/compare/r2dbc-mysql-1.4.0...r2dbc-mysql-1.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.asyncer:r2dbc-mysql&package-manager=maven&previous-version=1.4.0&new-version=1.4.1)](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>
2 parents 2790455 + fd3d142 commit f90d3e7

File tree

1 file changed

+1
-1
lines changed
  • querydsl-libraries/querydsl-r2dbc

1 file changed

+1
-1
lines changed

querydsl-libraries/querydsl-r2dbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>io.asyncer</groupId>
107107
<artifactId>r2dbc-mysql</artifactId>
108-
<version>1.4.0</version>
108+
<version>1.4.1</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency>

0 commit comments

Comments
 (0)