Message-ID: From: "renovate-bot (@renovate-bot)" To: "pgjdbc/pgjdbc" Date: Mon, 15 Jun 2026 05:15:30 +0000 Subject: [pgjdbc/pgjdbc] PR #4170: chore(deps): update dependency sbt/sbt to v1.12.12 List-Id: X-GitHub-Additions: 1 X-GitHub-Author-Id: 25180681 X-GitHub-Author-Login: renovate-bot X-GitHub-Base: master X-GitHub-Changed-Files: 1 X-GitHub-Commits: 1 X-GitHub-Deletions: 1 X-GitHub-Head-Branch: renovate/sbt-sbt-1.x X-GitHub-Head-SHA: 4c25c4473e8087a2d1ddffa7e5d4676c370e8559 X-GitHub-Issue: 4170 X-GitHub-Labels: dependencies X-GitHub-Merge-SHA: af8b0280faaf5aff85f27fbe9791331fb079d439 X-GitHub-Merged-By: vlsi X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4170 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.12.11` → `1.12.12` | --- ### Release Notes
sbt/sbt (sbt/sbt) ### [`v1.12.12`](https://redirect.github.com/sbt/sbt/releases/tag/v1.12.12): 1.12.12 [Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.12.11...v1.12.12) ##### bug fixes - fix: Fixes console that references Java module classes on JDK 9+ by [@​BrianHotopp](https://redirect.github.com/BrianHotopp) in [#​9327](https://redirect.github.com/sbt/sbt/pull/9327) - fix: Fixes `sbt --version` to now show JDK warnings on JDK 25 by [@​bitloi](https://redirect.github.com/bitloi) in [#​8822](https://redirect.github.com/sbt/sbt/pull/8822) - fix: Fixes stdout/stderr not displaying on sbtn by [@​BrianHotopp](https://redirect.github.com/BrianHotopp) in [#​9265](https://redirect.github.com/sbt/sbt/pull/9265) - fix: Ensure resources are copied atomically by [@​anatoliykmetyuk](https://redirect.github.com/anatoliykmetyuk) in [#​9196](https://redirect.github.com/sbt/sbt/pull/9196) ##### behind the scenes - Update sbtn to 2.0.0-f0d2fae4 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​9334](https://redirect.github.com/sbt/sbt/pull/9334) - test: Make custom-scala-org scripted test hermetic by [@​BrianHotopp](https://redirect.github.com/BrianHotopp) in [#​9260](https://redirect.github.com/sbt/sbt/pull/9260) - ci: Skip 2.13 modules from graph submission by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​9328](https://redirect.github.com/sbt/sbt/pull/9328) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every 3 weeks on Monday" - 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). diff --git a/test-anorm-sbt/project/build.properties b/test-anorm-sbt/project/build.properties index dabdb15903..7c1916d0a0 100644 --- a/test-anorm-sbt/project/build.properties +++ b/test-anorm-sbt/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.11 +sbt.version=1.12.12