pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: renovate-bot (@renovate-bot) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: [pgjdbc/pgjdbc] PR #3828: chore(deps): update dependency com.typesafe.play:sbt-plugin to v2.9.9
Date: Mon, 29 Sep 2025 14:59:05 +0000
Message-ID: <[email protected]> (raw)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [com.typesafe.play:sbt-plugin](https://redirect.github.com/playframework/playframework) | plugin | patch | `2.9.8` -> `2.9.9` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>playframework/playframework (com.typesafe.play:sbt-plugin)</summary>
### [`v2.9.9`](https://redirect.github.com/playframework/playframework/releases/tag/2.9.9): Play 2.9.9
[Compare Source](https://redirect.github.com/playframework/playframework/compare/2.9.8...2.9.9)
The Play Team is happy to announce the release of Play 2.9.9! 🎉
#### :green\_book: About this Release
This patch release upgrades dependencies, fixes minor bugs, comes with support for Java 25 and improves compatibility with Scala 3. We recommend upgrading as soon as possible.
If you're considering upgrading to Play 2.9, please check the [Play 2.9 release announcement](https://redirect.github.com/playframework/playframework/releases/tag/2.9.0) for highlights and further details on how to migrate. Many projects have already smoothly upgraded to Play 2.9.
##### Official support for Java 25
Starting with this release, Play officially supports [Java 25](https://openjdk.org/projects/jdk/25/). Since all tests [passed](https://redirect.github.com/playframework/playframework/pull/13495) when running on the latest Java 25 release candidate, we are comfortable declaring Java 25 officially supported by Play.
##### Noteworthy Pull Requests
- [#​13500](https://redirect.github.com/playframework/playframework/issues/13500) \[2.9.x] Declare Java 25 LTS officially supported (backport [#​13499](https://redirect.github.com/playframework/playframework/issues/13499)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13461](https://redirect.github.com/playframework/playframework/issues/13461) \[2.9.x] fix routes cache directory (backport [#​13443](https://redirect.github.com/playframework/playframework/issues/13443)) by [@​xuwei-k](https://redirect.github.com/xuwei-k)
- [#​13422](https://redirect.github.com/playframework/playframework/issues/13422) \[2.9.x] Generate and set the request-id as early as possible (backport [#​13409](https://redirect.github.com/playframework/playframework/issues/13409)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13418](https://redirect.github.com/playframework/playframework/issues/13418) \[2.9.x] A call to `onClientError` from the server backend was missing the `HttpErrorInfo` attr (backport [#​13416](https://redirect.github.com/playframework/playframework/issues/13416)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13414](https://redirect.github.com/playframework/playframework/issues/13414) \[2.9.x] Make sure Java's Session and Flash always exists even if empty req attrs (backport [#​13413](https://redirect.github.com/playframework/playframework/issues/13413)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13411](https://redirect.github.com/playframework/playframework/issues/13411) \[2.9.x] Make sure Cookies, Session, Flash always exists even if empty (backport [#​13407](https://redirect.github.com/playframework/playframework/issues/13407)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13517](https://redirect.github.com/playframework/playframework/issues/13517) \[2.9.x] Netty 4.1.127.Final by [@​mkurz](https://redirect.github.com/mkurz)
#### Full Changelog
Following pull requests got merged for this release:
- [#​13536](https://redirect.github.com/playframework/playframework/issues/13536) \[2.9.x] Nicer warning for unsupported Java versions by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13530](https://redirect.github.com/playframework/playframework/issues/13530) \[2.9.x] Lightbend config 1.4.5 by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13528](https://redirect.github.com/playframework/playframework/issues/13528) \[2.9.x] play-ws 2.2.12 by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13526](https://redirect.github.com/playframework/playframework/issues/13526) \[2.9.x] netty-reactive-streams 2.0.15 by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13517](https://redirect.github.com/playframework/playframework/issues/13517) \[2.9.x] Netty 4.1.127.Final by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13515](https://redirect.github.com/playframework/playframework/issues/13515) \[2.9.x] Patch updates by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13504](https://redirect.github.com/playframework/playframework/issues/13504) \[2.9.x] netty-codec-http, netty-handler, ... 4.1.126.Final (was 4.1.124.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13500](https://redirect.github.com/playframework/playframework/issues/13500) \[2.9.x] Declare Java 25 LTS officially supported (backport [#​13499](https://redirect.github.com/playframework/playframework/issues/13499)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13494](https://redirect.github.com/playframework/playframework/issues/13494) \[2.9.x] Upgrade byte-buddy for Java 25 support (backport [#​13493](https://redirect.github.com/playframework/playframework/issues/13493)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13491](https://redirect.github.com/playframework/playframework/issues/13491) \[2.9.x] hibernate-core 6.6.28.Final (was 6.6.27.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13487](https://redirect.github.com/playframework/playframework/issues/13487) \[2.9.x] Fix deprecated notice in WSResponse#getBodyAsStream (backport [#​13484](https://redirect.github.com/playframework/playframework/issues/13484)) by [@​Enet4](https://redirect.github.com/Enet4)
- [#​13485](https://redirect.github.com/playframework/playframework/issues/13485) \[2.9.x] Patch updates by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13480](https://redirect.github.com/playframework/playframework/issues/13480) \[2.9.x] Patch updates by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13479](https://redirect.github.com/playframework/playframework/issues/13479) \[2.9.x] hibernate-core 6.6.27.Final (was 6.6.26.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13463](https://redirect.github.com/playframework/playframework/issues/13463) \[2.9.x] fix "match may not be exhaustive" warning (backport [#​13441](https://redirect.github.com/playframework/playframework/issues/13441)) by [@​xuwei-k](https://redirect.github.com/xuwei-k)
- [#​13461](https://redirect.github.com/playframework/playframework/issues/13461) \[2.9.x] fix routes cache directory (backport [#​13443](https://redirect.github.com/playframework/playframework/issues/13443)) by [@​xuwei-k](https://redirect.github.com/xuwei-k)
- [#​13459](https://redirect.github.com/playframework/playframework/issues/13459) \[2.9.x] Patch updates by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13447](https://redirect.github.com/playframework/playframework/issues/13447) \[2.9.x] Bump actions/checkout from 4 to 5 by @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- [#​13449](https://redirect.github.com/playframework/playframework/issues/13449) \[2.9.x] Patch updates by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13452](https://redirect.github.com/playframework/playframework/issues/13452) \[2.9.x] netty-codec-http, netty-handler, ... 4.1.124.Final (was 4.1.123.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13454](https://redirect.github.com/playframework/playframework/issues/13454) \[2.9.x] hibernate-core 6.6.26.Final (was 6.6.23.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13438](https://redirect.github.com/playframework/playframework/issues/13438) \[2.9.x] Patch updates by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13433](https://redirect.github.com/playframework/playframework/issues/13433) \[2.9.x] hibernate-core 6.6.23.Final (was 6.6.22.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13428](https://redirect.github.com/playframework/playframework/issues/13428) \[2.9.x] hibernate-core 6.6.22.Final (was 6.6.21.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13426](https://redirect.github.com/playframework/playframework/issues/13426) \[2.9.x] commons-io 2.20.0 (was 2.19.0) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13424](https://redirect.github.com/playframework/playframework/issues/13424) \[2.9.x] Test: Allow accessing empty cookies, session and flash from an error handler by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13422](https://redirect.github.com/playframework/playframework/issues/13422) \[2.9.x] Generate and set the request-id as early as possible (backport [#​13409](https://redirect.github.com/playframework/playframework/issues/13409)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13420](https://redirect.github.com/playframework/playframework/issues/13420) \[2.9.x] netty-codec-http, netty-handler, ... 4.1.123.Final (was 4.1.122.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13418](https://redirect.github.com/playframework/playframework/issues/13418) \[2.9.x] A call to `onClientError` from the server backend was missing the `HttpErrorInfo` attr (backport [#​13416](https://redirect.github.com/playframework/playframework/issues/13416)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13414](https://redirect.github.com/playframework/playframework/issues/13414) \[2.9.x] Make sure Java's Session and Flash always exists even if empty req attrs (backport [#​13413](https://redirect.github.com/playframework/playframework/issues/13413)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13411](https://redirect.github.com/playframework/playframework/issues/13411) \[2.9.x] Make sure Cookies, Session, Flash always exists even if empty (backport [#​13407](https://redirect.github.com/playframework/playframework/issues/13407)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13403](https://redirect.github.com/playframework/playframework/issues/13403) \[2.9.x] Patch updates by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13402](https://redirect.github.com/playframework/playframework/issues/13402) \[2.9.x] hibernate-core 6.6.21.Final (was 6.6.20.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13399](https://redirect.github.com/playframework/playframework/issues/13399) \[2.9.x] Patch updates by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13390](https://redirect.github.com/playframework/playframework/issues/13390) \[2.9.x] Patch updates by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13389](https://redirect.github.com/playframework/playframework/issues/13389) \[2.9.x] hibernate-core 6.6.20.Final (was 6.6.19.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13387](https://redirect.github.com/playframework/playframework/issues/13387) \[2.9.x] Scala stewards should always updates, not just monthly (backport [#​13386](https://redirect.github.com/playframework/playframework/issues/13386)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13384](https://redirect.github.com/playframework/playframework/issues/13384) \[2.9.x] Pin okhttp in scala steward by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13381](https://redirect.github.com/playframework/playframework/issues/13381) \[2.9.x] Patch updates by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13361](https://redirect.github.com/playframework/playframework/issues/13361) \[2.9.x] oss.sonatype.org is dead (backport [#​13360](https://redirect.github.com/playframework/playframework/issues/13360)) by [@​mkurz](https://redirect.github.com/mkurz)
For more details see the [full list of changes](https://redirect.github.com/playframework/playframework/compare/2.9.8...2.9.9/) and the [2.9.9 milestone](https://redirect.github.com/playframework/playframework/issues?page=1\&q=milestone%3A%222.9.9%22).
#### :heart: Thanks to our premium sponsors!
<div align="center">
<a href="https://theguardian.com/"><img src="https://www.playframework.com/assets/images/home/sponsors/b15eb0f249dbc45089872e268d8ea5ad-the_guard...; width="250"></a>
<br>
<a href="https://pronto.net/"><img src="https://www.playframework.com/assets/images/home/sponsors/c77b1d664f10a1c9cb19b97c6d8bd204-pronto-so...; width="250"></a>
<a href="https://depop.com/"><img src="https://www.playframework.com/assets/images/home/sponsors/483f7622215dc240d6e6fc52fe167bc0-depop.png...; width="250"></a>
<a href="https://cedarlakeventures.com/"><img src="https://www.playframework.com/assets/images/home/sponsors/bec2b526c9ce52c051f9089a10044867-cedar-lak...; width="250"></a>
<br>
<a href="https://informaticon.com/";
<picture>
<source width="250" media="(prefers-color-scheme: dark)" srcset="https://www.playframework.com/assets/images/home/sponsors/d180a3ad763aaf69b46bff18fb110d9e-informati...;
<source width="250" media="(prefers-color-scheme: light)" srcset="https://www.playframework.com/assets/images/home/sponsors/ad86c68a917e70a42440b4feb413c68d-informati...;
<img width="250" alt="informaticon logo fallback" src="https://www.playframework.com/assets/images/home/sponsors/ad86c68a917e70a42440b4feb413c68d-informati...;
</picture>
</a>
<a href="https://nulab.com/"><img src="https://www.playframework.com/assets/images/home/sponsors/6152e584aa8625eedca1c4accf8f8b63-nulab_log...; width="250"></a>
<a href="https://sprypoint.com/"><img src="https://www.playframework.com/assets/images/home/sponsors/3fdf14f6369cf9d69f4a2a29ce26c2f8-sprypoint...; width="250"></a>
</div>
If you find this OSS project useful for work, please consider asking your company to support it by <a href="https://www.playframework.com/sponsors">becoming a sponsor</a>.
You can also individually sponsor the project by <a href="https://www.playframework.com/sponsors">becoming a backer</a>.
<div align="center">
<a href="https://opencollective.com/playframework"; target="_blank">
<img src="https://opencollective.com/playframework/donate/[email protected]?color=blue"; width="250" />
</a>
</div>
#### :bow: Thanks to our contributors
Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every 3 weeks on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/pgjdbc/pgjdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: github://pgjdbc/pgjdbc
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] PR #3828: chore(deps): update dependency com.typesafe.play:sbt-plugin to v2.9.9
In-Reply-To: <<[email protected]>>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox