Message-ID: From: "renovate-bot (@renovate-bot)" To: "pgjdbc/pgjdbc" Date: Mon, 29 Sep 2025 05:08:51 +0000 Subject: [pgjdbc/pgjdbc] PR #3824: chore(deps): update dependency sbt/sbt to v1.11.6 List-Id: X-GitHub-Author-Id: 25180681 X-GitHub-Author-Login: renovate-bot X-GitHub-Issue: 3824 X-GitHub-Labels: dependencies X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3824 Content-Type: text/plain; charset=utf-8 This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sbt/sbt](https://redirect.github.com/sbt/sbt) | patch | `1.11.4` -> `1.11.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
sbt/sbt (sbt/sbt) ### [`v1.11.6`](https://redirect.github.com/sbt/sbt/releases/tag/v1.11.6): 1.11.6 [Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.11.5...v1.11.6) #### 🚀 sbt launcher 1.5.0 - Update launcher code base to to Scala 3.7.2 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [sbt/launcher#126](https://redirect.github.com/sbt/launcher/pull/126) - refactor: Adds `-Xsource:3` option by [@​xuwei-k](https://redirect.github.com/xuwei-k) in [sbt/launcher#117](https://redirect.github.com/sbt/launcher/pull/117) - deps: Removes Apache Ivy dependency from launcher by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [sbt/launcher#127](https://redirect.github.com/sbt/launcher/pull/127) #### 🐛 bug fixes - fix: Fixes internal dependency classpath [#​8249](https://redirect.github.com/sbt/sbt/issues/8249) by [@​azdrojowa123](https://redirect.github.com/azdrojowa123) in [#​8257](https://redirect.github.com/sbt/sbt/pull/8257) - fix: Fixes client-side run on JDK 8 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8259](https://redirect.github.com/sbt/sbt/pull/8259) #### 🎬 behind the scene - ci: FIxes building sbtn locally for Aarch64 / arm64 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8258](https://redirect.github.com/sbt/sbt/pull/8258) - ci: Bump actions/checkout from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​8246](https://redirect.github.com/sbt/sbt/pull/8246) **Full Changelog**: ### [`v1.11.5`](https://redirect.github.com/sbt/sbt/releases/tag/v1.11.5): 1.11.5 [Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.11.4...v1.11.5) #### changes with compatibility implications - sbtn is built using `ubuntu-22.04` image, which will require similar Linux version with glibc 2.32 and above. #### 🚀 features and other updates - Adds Scala 3.8.0 support. See below - Adds Scala Nightly repository resolver. See below - Adds `--jvm-client` to the `sbt` runner script to launch JVM client. See below - Central Repository publishing: Shows validation errors if present by [@​unkarjedy](https://redirect.github.com/unkarjedy) in [#​8191](https://redirect.github.com/sbt/sbt/pull/8191) - Central Repository publishing: Includes the root subproject name into the deployment by [@​jeanmarc](https://redirect.github.com/jeanmarc) in [#​8219](https://redirect.github.com/sbt/sbt/pull/8219) - Reduces sbtn outputs by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8234](https://redirect.github.com/sbt/sbt/pull/8234) #### Scala Nightly repository Scala Team now publishes nightlies to a dedicated Artifactory instance. sbt 1.11.5 adds a new resolver for this: ```scala resolvers += Resolver.scalaNightlyRepository ThisBuild / scalaVersion := "3.8.0-RC1-bin-20250823-712d5bc-NIGHTLY" Compile / scalacOptions += "-language:experimental.captureChecking" ``` This was contributed by [@​hamzaremmal](https://redirect.github.com/hamzaremmal) in [sbt/librarymanagement#532](https://redirect.github.com/sbt/librarymanagement/pull/532) #### Scala 3.8.0 support Scala 3.8.0 will in-source the Scala standard library (`scala-library`) instead of using one from Scala 2.13. sbt 1.11.5 relaxes the Coursier same-version enforcement to support Scala 3.8.0. This was pair programmed by [@​hamzaremmal](https://redirect.github.com/hamzaremmal) + [@​eed3si9n](https://redirect.github.com/eed3si9n) during Scala Days 2025 as [#​8226](https://redirect.github.com/sbt/sbt/issues/8226) #### `sbt --jvm-client` sbt 1.11.5 runner script adds new `--jvm-client` flag to launch the JVM version of the thin client. The implementation is the Scala code which sbtn is based on. This will be useful on platforms or CPU architectures that we do not build sbtn. This was contributed by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8232](https://redirect.github.com/sbt/sbt/issues/8232) #### 🎬 behind the scene - ci: Uses sbt 1.11.4 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8192](https://redirect.github.com/sbt/sbt/pull/8192) - ci: Adds clean.yml by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8227](https://redirect.github.com/sbt/sbt/pull/8227) - ci: Bump actions/setup-java from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​8229](https://redirect.github.com/sbt/sbt/pull/8229) - ci: Split server-test by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8233](https://redirect.github.com/sbt/sbt/pull/8233) - deps: Bump to lm 1.11.5 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8231](https://redirect.github.com/sbt/sbt/pull/8231) #### new contributors - [@​jeanmarc](https://redirect.github.com/jeanmarc) made their first contribution in [#​8219](https://redirect.github.com/sbt/sbt/pull/8219) - [@​hamzaremmal](https://redirect.github.com/hamzaremmal) made their first contribution in [#​8226](https://redirect.github.com/sbt/sbt/pull/8226) **Full Changelog**:
--- ### 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. --- - [ ] 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).