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 #3710: chore(deps): update dependency com.typesafe.play:sbt-plugin to v2.9.8 - autoclosed
Date: Mon, 07 Jul 2025 09:08:19 +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.7` -> `2.9.8` |
---
### Release Notes
<details>
<summary>playframework/playframework (com.typesafe.play:sbt-plugin)</summary>
### [`v2.9.8`](https://redirect.github.com/playframework/playframework/releases/tag/2.9.8): Play 2.9.8
[Compare Source](https://redirect.github.com/playframework/playframework/compare/2.9.7...2.9.8)
The Play Team is happy to announce the release of Play 2.9.8! 🥳
#### :green\_book: About this Release
This release fixes several bugs and a CVE, improves Scala 3 support, and - as always - updates dependencies. We strongly recommend upgrading at your earliest convenience.
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.
##### sbt 1.9.0 or newer is now required
Because of [recent changes](https://central.sonatype.org/pages/ossrh-eol/) in how artifacts are published to Maven Central, older sbt versions can no longer retrieve Play's sbt plugins published starting July 1, 2025. If you're still using an older sbt release, you'll need to upgrade to sbt 1.9.0 or newer to continue fetching Play artifacts from Maven Central. Play 2.9.8 and newer will not work with earlier sbt versions. To be fair, when releasing Play 2.9, we already announced 1.9.0 as the minimum required sbt version, even though older versions may still have worked until now.
##### Scala 3 improvements
- Twirl now supports `using` in it's templates, so you can define template parameters like:
```html
@​(x: Int)(using y: Int)
```
Thanks to [@​ajafri2001](https://redirect.github.com/ajafri2001) for implementing this improvement :raised\_hands::[https://github.com/playframework/twirl/pull/933](https://redirect.github.com/playframework/twirl/pull/933)933 *Prepend "using" at the callsite when definition site has implicit parameter*
- When using Play JSON, the JSON field ordering is now correctly preserved when compiling with Scala 3 - implemented by [@​xuwei-k](https://redirect.github.com/xuwei-k):
[https://github.com/playframework/play-json/pull/1177](https://redirect.github.com/playframework/play-json/pull/1177)77 *fix field ordering Scala 3 writes macro*
##### Noteworthy Pull Requests
- [#​13299](https://redirect.github.com/playframework/playframework/issues/13299) \[2.9.x] Upgrade commons-beanutils to fix CVE-2025-48734 (backport [#​13297](https://redirect.github.com/playframework/playframework/issues/13297)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13327](https://redirect.github.com/playframework/playframework/issues/13327) \[2.9.x] Fix iterator for Cookies created via play.api.test.Helpers.cookies (backport [#​13317](https://redirect.github.com/playframework/playframework/issues/13317)) by [@​murosan](https://redirect.github.com/murosan)
- [#​13284](https://redirect.github.com/playframework/playframework/issues/13284) \[2.9.x] Fix ClassCastException when using `@With` Java annotation (backport [#​13282](https://redirect.github.com/playframework/playframework/issues/13282)) by [@​mkurz](https://redirect.github.com/mkurz)
#### Full Changelog
Following pull requests got merged for this release:
- [#​13356](https://redirect.github.com/playframework/playframework/issues/13356) \[2.9.x] sbt 1.11.2 everywhere by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13306](https://redirect.github.com/playframework/playframework/issues/13306) \[2.9.x] sbt-ci-release 1.11.1 (was 1.9.3) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13309](https://redirect.github.com/playframework/playframework/issues/13309) \[2.9.x] sbt, sbt-dependency-tree, ... 1.11.2 (was 1.10.11) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13352](https://redirect.github.com/playframework/playframework/issues/13352) \[2.9.x] Upgrade play-json by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13350](https://redirect.github.com/playframework/playframework/issues/13350) \[2.9.x] Twirl upgrade by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13338](https://redirect.github.com/playframework/playframework/issues/13338) \[2.9.x] hibernate-core 6.6.19.Final (was 6.6.18.Final) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13340](https://redirect.github.com/playframework/playframework/issues/13340) \[2.9.x] Patch updates by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13347](https://redirect.github.com/playframework/playframework/issues/13347) \[2.9.x] Fix groupid in scala steward conf (backport [#​13346](https://redirect.github.com/playframework/playframework/issues/13346)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13332](https://redirect.github.com/playframework/playframework/issues/13332) \[2.9.x] sbt-java-formatter 0.10.0 (was 0.8.0) (backport [#​13251](https://redirect.github.com/playframework/playframework/issues/13251)) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13331](https://redirect.github.com/playframework/playframework/issues/13331) \[2.9.x] hibernate-core 6.6.18.Final (was 6.6.15.Final) (backport [#​13324](https://redirect.github.com/playframework/playframework/issues/13324)) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13330](https://redirect.github.com/playframework/playframework/issues/13330) \[2.9.x] Pin caffeine (backport [#​13329](https://redirect.github.com/playframework/playframework/issues/13329)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13327](https://redirect.github.com/playframework/playframework/issues/13327) \[2.9.x] Fix iterator for Cookies created via play.api.test.Helpers.cookies (backport [#​13317](https://redirect.github.com/playframework/playframework/issues/13317)) by [@​murosan](https://redirect.github.com/murosan)
- [#​13313](https://redirect.github.com/playframework/playframework/issues/13313) \[2.9.x] Pin Hibernate ORM to 6.x (backport [#​13312](https://redirect.github.com/playframework/playframework/issues/13312)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13310](https://redirect.github.com/playframework/playframework/issues/13310) \[2.9.x] Patch updates by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13308](https://redirect.github.com/playframework/playframework/issues/13308) \[2.9.x] hibernate-core 6.6.17.Final (was 6.6.13.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13307](https://redirect.github.com/playframework/playframework/issues/13307) \[2.9.x] netty-codec-http, netty-handler, ... 4.1.122.Final (was 4.1.121.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13299](https://redirect.github.com/playframework/playframework/issues/13299) \[2.9.x] Upgrade commons-beanutils to fix CVE-2025-48734 (backport [#​13297](https://redirect.github.com/playframework/playframework/issues/13297)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13284](https://redirect.github.com/playframework/playframework/issues/13284) \[2.9.x] Fix `ClassCastException` when using `@With` Java annotation (backport [#​13282](https://redirect.github.com/playframework/playframework/issues/13282)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13277](https://redirect.github.com/playframework/playframework/issues/13277) \[2.9.x] docs: add note about known bug with logger configuration (backport [#​13275](https://redirect.github.com/playframework/playframework/issues/13275)) by [@​gaeljw](https://redirect.github.com/gaeljw)
- [#​13267](https://redirect.github.com/playframework/playframework/issues/13267) \[2.9.x] commons-io 2.19.0 (was 2.18.0) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13270](https://redirect.github.com/playframework/playframework/issues/13270) \[2.9.x] Patch updates by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13268](https://redirect.github.com/playframework/playframework/issues/13268) \[2.9.x] netty-codec-http, netty-handler, ... 4.1.121.Final (was 4.1.119.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13248](https://redirect.github.com/playframework/playframework/issues/13248) \[2.9.x] Use ubuntu-24.04 GHA runner image (backport [#​13107](https://redirect.github.com/playframework/playframework/issues/13107)) by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13241](https://redirect.github.com/playframework/playframework/issues/13241) \[2.9.x] Pin Netty to 4.1.x by [@​mkurz](https://redirect.github.com/mkurz)
- [#​13237](https://redirect.github.com/playframework/playframework/issues/13237) \[2.9.x] Patch updates by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13236](https://redirect.github.com/playframework/playframework/issues/13236) \[2.9.x] hibernate-core 6.6.13.Final (was 6.6.10.Final) by [@​scala-steward](https://redirect.github.com/scala-steward)
- [#​13207](https://redirect.github.com/playframework/playframework/issues/13207) \[2.9.x] Fix Heroku deprecated toolbelt URL on ProductionHeroku.md (backport [#​13205](https://redirect.github.com/playframework/playframework/issues/13205)) by [@​bidego](https://redirect.github.com/bidego)
For more details see the [full list of changes](https://redirect.github.com/playframework/playframework/compare/2.9.7...2.9.8/) and the [2.9.8 milestone](https://redirect.github.com/playframework/playframework/issues?page=1\&q=milestone%3A%222.9.8%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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
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 #3710: chore(deps): update dependency com.typesafe.play:sbt-plugin to v2.9.8 - autoclosed
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