pgjdbc/pgjdbc GitHub issues and pull requests (mirror)  
help / color / mirror / Atom feed
From: 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 [@&#8203;majk-p](https://redirect.github.com/majk-p) in [#&#8203;8902](https://redirect.github.com/sbt/sbt/pull/8902)
- feat: Retry on HTTP 5xx during dependency resolution by [@&#8203;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 [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in [#&#8203;8872](https://redirect.github.com/sbt/sbt/pull/8872)
- deps: Update `semanticdbVersion` in SemanticdbPlugin.scala by [@&#8203;xuwei-k](https://redirect.github.com/xuwei-k) in [#&#8203;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 [@&#8203;eureka928](https://redirect.github.com/eureka928) in [#&#8203;8825](https://redirect.github.com/sbt/sbt/pull/8825)
- bport: sbtn prints out the error if sever fails to start by [@&#8203;eureka928](https://redirect.github.com/eureka928) in [#&#8203;8816](https://redirect.github.com/sbt/sbt/pull/8816)

#### 🐛 bug fixes

- bport: Fixes double quotes handling in JVM argfile by [@&#8203;BrianHotopp](https://redirect.github.com/BrianHotopp) in [#&#8203;8765](https://redirect.github.com/sbt/sbt/pull/8765)
- bport: Fixes `sbt` runner comment handling in `.sbtopts` and `.javaopts` files by [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in [#&#8203;8841](https://redirect.github.com/sbt/sbt/pull/8841)
- bport: Fixes `sbt` runner's sbtn detection by [@&#8203;fireXtract](https://redirect.github.com/fireXtract) in [#&#8203;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 [@&#8203;tanishiking](https://redirect.github.com/tanishiking) in [#&#8203;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 [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in [#&#8203;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 [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in [#&#8203;8684](https://redirect.github.com/sbt/sbt/pull/8684)
- Use JProcess for interactive forking, which improves terminal detection by [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in [#&#8203;8678](https://redirect.github.com/sbt/sbt/pull/8678)
- fix: Handle paths with parentheses in `sbt.bat` on Windows by [@&#8203;Eruis2579](https://redirect.github.com/Eruis2579) in [#&#8203;8682](https://redirect.github.com/sbt/sbt/pull/8682) / [#&#8203;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 [@&#8203;MkDev11](https://redirect.github.com/MkDev11) in [#&#8203;8512](https://redirect.github.com/sbt/sbt/pull/8512)
- fix: Fixes `sbt new` argument parsing on Windows by [@&#8203;MkDev11](https://redirect.github.com/MkDev11)  in [#&#8203;8509](https://redirect.github.com/sbt/sbt/pull/8509)
- fix: Fixes sbtopts files priority in sbt runner script by [@&#8203;mohansinghi](https://redirect.github.com/mohansinghi) in [#&#8203;8520](https://redirect.github.com/sbt/sbt/pull/8520)
- fix: Fixes `-X` support on Windows batch runner by [@&#8203;GlobalStar117](https://redirect.github.com/GlobalStar117) in [#&#8203;8566](https://redirect.github.com/sbt/sbt/pull/8566)
- fix: Fixes missing `project` directory on `--addPluginSbtFile` command by [@&#8203;azdrojowa123](https://redirect.github.com/azdrojowa123) in [#&#8203;8583](https://redirect.github.com/sbt/sbt/pull/8583)
- fix: Invalidates `update` cache across commands when dependencies change by [@&#8203;calm329](https://redirect.github.com/calm329) in [#&#8203;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 [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in [#&#8203;8633](https://redirect.github.com/sbt/sbt/pull/8633)

#### behind the scenes

- ci: Upgrade launcher-package from sbt 0.13 to 1.x by [@&#8203;MkDev11](https://redirect.github.com/MkDev11) in [#&#8203;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 [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in [#&#8203;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 [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in [#&#8203;8349](https://redirect.github.com/sbt/sbt/pull/8349)
- Show warnings when `scalaVersion` is missing by [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in [#&#8203;8432](https://redirect.github.com/sbt/sbt/pull/8432)
- deps: Update to Scala 2.12.21 by [@&#8203;xuwei-k](https://redirect.github.com/xuwei-k) in [#&#8203;8407](https://redirect.github.com/sbt/sbt/pull/8407)
- BSP: Returns build targets sources from `buildTarget/dependencySources` request by [@&#8203;azdrojowa123](https://redirect.github.com/azdrojowa123) in [#&#8203;8415](https://redirect.github.com/sbt/sbt/pull/8415)
- Adds `JDK_JAVA_OPTIONS` support in the `sbt` runner by [@&#8203;sideeffffect](https://redirect.github.com/sideeffffect) in [#&#8203;8413](https://redirect.github.com/sbt/sbt/pull/8413)
- Updates `semanticdbVersion` to 4.14.1 by [@&#8203;xuwei-k](https://redirect.github.com/xuwei-k) in [#&#8203;8342](https://redirect.github.com/sbt/sbt/pull/8342)

#### 🐛 bug fixes

- fix: Parses `*.sbt` files with `-Xsource:3` by [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in [#&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;hamzaremmal](https://redirect.github.com/hamzaremmal) in [#&#8203;8387](https://redirect.github.com/sbt/sbt/pull/8387)
- Update Scala 2.13 used for util cross building to 2.13.18 by [@&#8203;mkurz](https://redirect.github.com/mkurz) in [#&#8203;8395](https://redirect.github.com/sbt/sbt/pull/8395)
- deps: Zinc 1.12.0 by [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in [#&#8203;8434](https://redirect.github.com/sbt/sbt/pull/8434)
- ci: Update checkout references to 1.12.x by [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in [#&#8203;8355](https://redirect.github.com/sbt/sbt/pull/8355)
- ci: Bump coursier/cache-action from 6 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;8353](https://redirect.github.com/sbt/sbt/pull/8353)
- ci: Bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;8384](https://redirect.github.com/sbt/sbt/pull/8384)

#### new contributors

- [@&#8203;danicheg](https://redirect.github.com/danicheg) made their first contribution in [#&#8203;8346](https://redirect.github.com/sbt/sbt/pull/8346)
- [@&#8203;hamzaremmal](https://redirect.github.com/hamzaremmal) made their first contribution in [#&#8203;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