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 #3989: chore(deps): update dependency sbt/sbt to v1.12.6
Date: Mon, 23 Mar 2026 08:06:42 +0000
Message-ID: <[email protected]> (raw)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [sbt/sbt](https://redirect.github.com/sbt/sbt) | minor | `1.11.7` → `1.12.6` |
---
### Release Notes
<details>
<summary>sbt/sbt (sbt/sbt)</summary>
### [`v1.12.6`](https://redirect.github.com/sbt/sbt/releases/tag/v1.12.6): 1.12.6
[Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.12.5...v1.12.6)
##### updates
- deps: Update lm-coursier to 2.1.12 (Coursier 2.12.25-M19) by [@​majk-p](https://redirect.github.com/majk-p) in [#​8902](https://redirect.github.com/sbt/sbt/pull/8902)
- feat: Retry on HTTP 5xx during dependency resolution by [@​majk-p](https://redirect.github.com/majk-p) in [coursier/sbt-coursier#601](https://redirect.github.com/coursier/sbt-coursier/pull/601)
- deps: Update log4j to 2.25.3 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8872](https://redirect.github.com/sbt/sbt/pull/8872)
- deps: Update `semanticdbVersion` in SemanticdbPlugin.scala by [@​xuwei-k](https://redirect.github.com/xuwei-k) in [#​8885](https://redirect.github.com/sbt/sbt/pull/8885)
**Full Changelog**: <https://github.com/sbt/sbt/compare/v1.12.5...v1.12.6;
### [`v1.12.5`](https://redirect.github.com/sbt/sbt/releases/tag/v1.12.5): 1.12.5
[Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.12.4...v1.12.5)
#### updates
- bport: `sbt` runner should fail on JDK < 17 for sbt 2.x by [@​eureka928](https://redirect.github.com/eureka928) in [#​8825](https://redirect.github.com/sbt/sbt/pull/8825)
- bport: sbtn prints out the error if sever fails to start by [@​eureka928](https://redirect.github.com/eureka928) in [#​8816](https://redirect.github.com/sbt/sbt/pull/8816)
#### 🐛 bug fixes
- bport: Fixes double quotes handling in JVM argfile by [@​BrianHotopp](https://redirect.github.com/BrianHotopp) in [#​8765](https://redirect.github.com/sbt/sbt/pull/8765)
- bport: Fixes `sbt` runner comment handling in `.sbtopts` and `.javaopts` files by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8841](https://redirect.github.com/sbt/sbt/pull/8841)
- bport: Fixes `sbt` runner's sbtn detection by [@​fireXtract](https://redirect.github.com/fireXtract) in [#​8810](https://redirect.github.com/sbt/sbt/pull/8810)
**Full Changelog**: <https://github.com/sbt/sbt/compare/v1.12.4...v1.12.5;
### [`v1.12.4`](https://redirect.github.com/sbt/sbt/releases/tag/v1.12.4): 1.12.4
[Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.12.3...v1.12.4)
- backport: Respect `scalaOrganization` in compiler bridge resolution by [@​tanishiking](https://redirect.github.com/tanishiking) in [#​8799](https://redirect.github.com/sbt/sbt/pull/8799)
- backport: Fixes `.jvmopts` parse error on Windows Git Bash by reverting "Handle JVM parameters with spaces in dot files" by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8798](https://redirect.github.com/sbt/sbt/pull/8798)
**Full Changelog**: <https://github.com/sbt/sbt/compare/v1.12.3...v1.12.4;
### [`v1.12.3`](https://redirect.github.com/sbt/sbt/compare/v1.12.2...v1.12.3)
[Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.12.2...v1.12.3)
### [`v1.12.2`](https://redirect.github.com/sbt/sbt/releases/tag/v1.12.2): 1.12.2
[Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.12.1...v1.12.2)
#### updates
- Bump to sbtn 1.12.1 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8684](https://redirect.github.com/sbt/sbt/pull/8684)
- Use JProcess for interactive forking, which improves terminal detection by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8678](https://redirect.github.com/sbt/sbt/pull/8678)
- fix: Handle paths with parentheses in `sbt.bat` on Windows by [@​Eruis2579](https://redirect.github.com/Eruis2579) in [#​8682](https://redirect.github.com/sbt/sbt/pull/8682) / [#​8656](https://redirect.github.com/sbt/sbt/pull/8656)
**Full Changelog**: <https://github.com/sbt/sbt/compare/v1.12.1...v1.12.2;
### [`v1.12.1`](https://redirect.github.com/sbt/sbt/releases/tag/v1.12.1): 1.12.1
[Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.12.0...v1.12.1)
#### bug fixes
- fix: Fixes `sbt --client new` combination by [@​MkDev11](https://redirect.github.com/MkDev11) in [#​8512](https://redirect.github.com/sbt/sbt/pull/8512)
- fix: Fixes `sbt new` argument parsing on Windows by [@​MkDev11](https://redirect.github.com/MkDev11) in [#​8509](https://redirect.github.com/sbt/sbt/pull/8509)
- fix: Fixes sbtopts files priority in sbt runner script by [@​mohansinghi](https://redirect.github.com/mohansinghi) in [#​8520](https://redirect.github.com/sbt/sbt/pull/8520)
- fix: Fixes `-X` support on Windows batch runner by [@​GlobalStar117](https://redirect.github.com/GlobalStar117) in [#​8566](https://redirect.github.com/sbt/sbt/pull/8566)
- fix: Fixes missing `project` directory on `--addPluginSbtFile` command by [@​azdrojowa123](https://redirect.github.com/azdrojowa123) in [#​8583](https://redirect.github.com/sbt/sbt/pull/8583)
- fix: Invalidates `update` cache across commands when dependencies change by [@​calm329](https://redirect.github.com/calm329) in [#​8593](https://redirect.github.com/sbt/sbt/pull/8593)
- fix: Fixes scala-reflect not found problem when Scala 3.8.1 is used transitively by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8633](https://redirect.github.com/sbt/sbt/pull/8633)
#### behind the scenes
- ci: Upgrade launcher-package from sbt 0.13 to 1.x by [@​MkDev11](https://redirect.github.com/MkDev11) in [#​8493](https://redirect.github.com/sbt/sbt/pull/8493)
**Full Changelog**: <https://github.com/sbt/sbt/compare/v1.12.0...v1.12.1;
### [`v1.12.0`](https://redirect.github.com/sbt/sbt/releases/tag/v1.12.0): 1.12.0
[Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.11.7...v1.12.0)
#### changes with compatibility implications
- `dependencyTree` displays internal config, which includes `Provided` by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8359](https://redirect.github.com/sbt/sbt/pull/8359)
- Scaladoc now requires `Compile / doc / compilers` scoped to `doc` task
#### 🚀 updates
- Adds Scala 3.8 REPL support by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8349](https://redirect.github.com/sbt/sbt/pull/8349)
- Show warnings when `scalaVersion` is missing by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8432](https://redirect.github.com/sbt/sbt/pull/8432)
- deps: Update to Scala 2.12.21 by [@​xuwei-k](https://redirect.github.com/xuwei-k) in [#​8407](https://redirect.github.com/sbt/sbt/pull/8407)
- BSP: Returns build targets sources from `buildTarget/dependencySources` request by [@​azdrojowa123](https://redirect.github.com/azdrojowa123) in [#​8415](https://redirect.github.com/sbt/sbt/pull/8415)
- Adds `JDK_JAVA_OPTIONS` support in the `sbt` runner by [@​sideeffffect](https://redirect.github.com/sideeffffect) in [#​8413](https://redirect.github.com/sbt/sbt/pull/8413)
- Updates `semanticdbVersion` to 4.14.1 by [@​xuwei-k](https://redirect.github.com/xuwei-k) in [#​8342](https://redirect.github.com/sbt/sbt/pull/8342)
#### 🐛 bug fixes
- fix: Parses `*.sbt` files with `-Xsource:3` by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8368](https://redirect.github.com/sbt/sbt/pull/8368)
- fix: Manually construct the string `"org.fusesource.jansi"` to support sbt 0.13 on Windows by [@​vasilmkd](https://redirect.github.com/vasilmkd) in [sbt/launcher#139](https://redirect.github.com/sbt/launcher/pull/139)
- fix: Fixes Javadoc support on JDK 21 by [@​adpi2](https://redirect.github.com/adpi2) in [sbt/zinc#1622](https://redirect.github.com/sbt/zinc/pull/1622)
#### behind the scenes
- Allows `scala3_library` to be a JAR-less artifact for Scala 3.8 by [@​hamzaremmal](https://redirect.github.com/hamzaremmal) in [#​8387](https://redirect.github.com/sbt/sbt/pull/8387)
- Update Scala 2.13 used for util cross building to 2.13.18 by [@​mkurz](https://redirect.github.com/mkurz) in [#​8395](https://redirect.github.com/sbt/sbt/pull/8395)
- deps: Zinc 1.12.0 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8434](https://redirect.github.com/sbt/sbt/pull/8434)
- ci: Update checkout references to 1.12.x by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8355](https://redirect.github.com/sbt/sbt/pull/8355)
- ci: Bump coursier/cache-action from 6 to 7 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​8353](https://redirect.github.com/sbt/sbt/pull/8353)
- ci: Bump actions/checkout from 5 to 6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​8384](https://redirect.github.com/sbt/sbt/pull/8384)
#### new contributors
- [@​danicheg](https://redirect.github.com/danicheg) made their first contribution in [#​8346](https://redirect.github.com/sbt/sbt/pull/8346)
- [@​hamzaremmal](https://redirect.github.com/hamzaremmal) made their first contribution in [#​8387](https://redirect.github.com/sbt/sbt/pull/8387)
**Full Changelog**: <https://github.com/sbt/sbt/compare/v1.11.7...v1.12.0;
</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:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
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 #3989: chore(deps): update dependency sbt/sbt to v1.12.6
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