Message-ID: From: "renovate-bot (@renovate-bot)" To: "pgjdbc/pgjdbc" Date: Thu, 18 Sep 2025 20:08:21 +0000 Subject: [pgjdbc/pgjdbc] PR #3806: fix(deps): update com.gradleup.nmcp - autoclosed List-Id: X-GitHub-Author-Id: 25180681 X-GitHub-Author-Login: renovate-bot X-GitHub-Issue: 3806 X-GitHub-Labels: dependencies X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: closed X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3806 Content-Type: text/plain; charset=utf-8 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin](https://redirect.github.com/gradleup/nmcp) | `1.0.2` -> `1.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin/1.0.2/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [com.gradleup.nmcp.aggregation:com.gradleup.nmcp.aggregation.gradle.plugin](https://redirect.github.com/gradleup/nmcp) | `0.1.5` -> `0.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.gradleup.nmcp.aggregation:com.gradleup.nmcp.aggregation.gradle.plugin/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.gradleup.nmcp.aggregation:com.gradleup.nmcp.aggregation.gradle.plugin/0.1.5/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
gradleup/nmcp (com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin) ### [`v1.1.0`](https://redirect.github.com/GradleUp/nmcp/releases/tag/v1.1.0) This version uploads SNAPSHOTs publications in parallel by default (inside a single publication, files are still uploaded serially, which means this is only useful for multi-publications uploads). On the Apollo Kotlin repo, this made the snapshot CI workflow down to \~30min from \~1h previously. If you notice any issue, you can roll back to the previous behaviour with `uploadSnapshotsParallelism`: ```kotlin nmcpAggregation { centralPortal { uploadSnapshotsParallelism.set(1) } } ``` You may also experiment with different values of parallelism (current default is 8). If you do, let us know your findings! #### What's Changed - Improve comment and error message [GradleUp#176](https://redirect.github.com/GradleUp/nmcp/pull/176) - Add option to upload snapshots in parallel by [@​martinbonnin](https://redirect.github.com/martinbonnin) in [GradleUp#180](https://redirect.github.com/GradleUp/nmcp/pull/180) - Update compat-patrouille [GradleUp#179](https://redirect.github.com/GradleUp/nmcp/pull/179) - Enable parallelism by default by [@​martinbonnin](https://redirect.github.com/martinbonnin) in [GradleUp#181](https://redirect.github.com/GradleUp/nmcp/pull/181) ### [`v1.0.3`](https://redirect.github.com/gradleup/nmcp/blob/HEAD/CHANGELOG.md#Version-103) Compatibility with isolated projects alongside a few UX improvements. #### All changes - Add description to the tasks so that they are visible in `./gradlew --tasks` by [@​martinbonnin](https://redirect.github.com/martinbonnin) in [GradleUp#160](https://redirect.github.com/GradleUp/nmcp/pull/160) - Compatibility with isolated projects by [@​martinbonnin](https://redirect.github.com/martinbonnin) in [GradleUp#164](https://redirect.github.com/GradleUp/nmcp/pull/164) - Better error message on missing credentials by [@​martinbonnin](https://redirect.github.com/martinbonnin) in [GradleUp#167](https://redirect.github.com/GradleUp/nmcp/pull/167) - Hide nmcpClient by [@​martinbonnin](https://redirect.github.com/martinbonnin) in [GradleUp#168](https://redirect.github.com/GradleUp/nmcp/pull/168) - Check that `publishingType` has a valid value by [@​martinbonnin](https://redirect.github.com/martinbonnin) in [GradleUp#169](https://redirect.github.com/GradleUp/nmcp/pull/169) - Improve the error message on publishing errors by [@​martinbonnin](https://redirect.github.com/martinbonnin) in [GradleUp#149](https://redirect.github.com/GradleUp/nmcp/pull/149) - Add NmcpExtension.extraFiles() by [@​martinbonnin](https://redirect.github.com/martinbonnin) in [GradleUp#170](https://redirect.github.com/GradleUp/nmcp/pull/170) - Bump compat-patrouille by [@​martinbonnin](https://redirect.github.com/martinbonnin) in [GradleUp#172](https://redirect.github.com/GradleUp/nmcp/pull/172)
--- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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).