Skip to content

Commit cbe9651

Browse files
Build(deps-dev): Bump org.postgresql:r2dbc-postgresql from 1.1.0.RELEASE to 1.1.1.RELEASE (#1449)
Bumps [org.postgresql:r2dbc-postgresql](https://github.com/pgjdbc/r2dbc-postgresql) from 1.1.0.RELEASE to 1.1.1.RELEASE. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pgjdbc/r2dbc-postgresql/releases">org.postgresql:r2dbc-postgresql's releases</a>.</em></p> <blockquote> <h2>v1.1.1.RELEASE</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Codec preference is not considered leading to OID value decoding through <code>DayOfWeek</code> <a href="https://redirect.github.com/pgjdbc/r2dbc-postgresql/issues/693">#693</a></li> </ul> <h2>:heart: Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <ul> <li><a href="https://github.com/turneand"><code>@​turneand</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pgjdbc/r2dbc-postgresql/blob/v1.1.1.RELEASE/CHANGELOG">org.postgresql:r2dbc-postgresql's changelog</a>.</em></p> <blockquote> <h2>1.1.1.RELEASE</h2> <ul> <li>Codec preference is not considered leading to OID value decoding through <code>DayOfWeek</code> <a href="https://redirect.github.com/pgjdbc/r2dbc-postgresql/issues/693">#693</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pgjdbc/r2dbc-postgresql/commit/50ffb363217597bd9c82aa924433691cf4eaf760"><code>50ffb36</code></a> Release 1.1.1.RELEASE.</li> <li><a href="https://github.com/pgjdbc/r2dbc-postgresql/commit/65bfa26136947847bf296e8c86603bea05e13602"><code>65bfa26</code></a> Update changelog.</li> <li><a href="https://github.com/pgjdbc/r2dbc-postgresql/commit/db559d9ef13c9966a0198427dba394979778d258"><code>db559d9</code></a> Polishing.</li> <li><a href="https://github.com/pgjdbc/r2dbc-postgresql/commit/4e828b3bbaca18eab312907e80acebb87f3a85ec"><code>4e828b3</code></a> Introduce <code>PreferredCodec</code> for codec preference.</li> <li><a href="https://github.com/pgjdbc/r2dbc-postgresql/commit/f6d742af4f54ffded5b0eba14c1966d60922e5cc"><code>f6d742a</code></a> Bump Logback version to 1.5.20.</li> <li><a href="https://github.com/pgjdbc/r2dbc-postgresql/commit/0f432ceacd4cb0ab4d71f2ac4656115b4dfcae7c"><code>0f432ce</code></a> Polishing.</li> <li><a href="https://github.com/pgjdbc/r2dbc-postgresql/commit/4436be2a83c0ea850fb363be3b4cc5b949e147d0"><code>4436be2</code></a> Prepare next development iteration.</li> <li>See full diff in <a href="https://github.com/pgjdbc/r2dbc-postgresql/compare/v1.1.0.RELEASE...v1.1.1.RELEASE">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.postgresql:r2dbc-postgresql&package-manager=maven&previous-version=1.1.0.RELEASE&new-version=1.1.1.RELEASE)](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 2cd69d4 + 5b0220a commit cbe9651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • querydsl-libraries/querydsl-r2dbc

querydsl-libraries/querydsl-r2dbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>org.postgresql</groupId>
113113
<artifactId>r2dbc-postgresql</artifactId>
114-
<version>1.1.0.RELEASE</version>
114+
<version>1.1.1.RELEASE</version>
115115
<scope>test</scope>
116116
</dependency>
117117
<dependency>

0 commit comments

Comments
 (0)