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 #3824: chore(deps): update dependency sbt/sbt to v1.11.6
Date: Mon, 29 Sep 2025 05:08:51 +0000
Message-ID: <[email protected]> (raw)
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
<details>
<summary>sbt/sbt (sbt/sbt)</summary>
### [`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**: <https://github.com/sbt/sbt/compare/v1.11.5...v1.11.6;
### [`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**: <https://github.com/sbt/sbt/compare/v1.11.4...v1.11.5;
</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 #3824: chore(deps): update dependency sbt/sbt to v1.11.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