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 #3998: fix(deps): update com.gradleup.nmcp to v1.4.4
Date: Mon, 23 Mar 2026 12:45:55 +0000
Message-ID: <[email protected]> (raw)

This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin](https://redirect.github.com/gradleup/nmcp) | `1.3.0` → `1.4.4` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin/...) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.gradleup.nmcp:com.gradleup.nmcp.gradle....) |
| [com.gradleup.nmcp.aggregation:com.gradleup.nmcp.aggregation.gradle.plugin](https://redirect.github.com/gradleup/nmcp) | `1.3.0` → `1.4.4` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.gradleup.nmcp.aggregation:com.gradleup.nmcp.ag...) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.gradleup.nmcp.aggregation:com.gradleup....) |

---

### Release Notes

<details>
<summary>gradleup/nmcp (com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin)</summary>

### [`v1.4.4`](https://redirect.github.com/gradleup/nmcp/blob/HEAD/CHANGELOG.md#Version-144)

*2026-01-24*

Nmcp 1.4.4 retries more aggressively when Sonatype is flaky, and makes it more explicit that `publishAllProjectsProbablyBreakingProjectIsolation()` is still OK to use if you don't mind about project isolation.

- Implement retry for snapshots/deployment upload/status check ([GradleUp#244](https://redirect.github.com/GradleUp/nmcp/pull/244))
- Move the empty files check to execution ([GradleUp#243](https://redirect.github.com/GradleUp/nmcp/pull/243))
- Update deprecation message ([GradleUp#247](https://redirect.github.com/GradleUp/nmcp/pull/247))

### [`v1.4.3`](https://redirect.github.com/gradleup/nmcp/blob/HEAD/CHANGELOG.md#Version-143)

*2026-01-02*

Version 1.4.3 adds `NmcpAggregationExtension.allowDuplicateProjectNames` ([#&#8203;239](https://redirect.github.com/gradleup/nmcp/issues/239)) as an escape hatch for the duplicate name check ([#&#8203;233](https://redirect.github.com/gradleup/nmcp/issues/233))

### [`v1.4.2`](https://redirect.github.com/gradleup/nmcp/blob/HEAD/CHANGELOG.md#Version-142)

*2025-12-31*

Version 1.4.2 fixes for snapshots returning 400 on XML 1.1 and handles some configuration errors more gracefully.

#### 👷‍♂️ All changes

- Make sure to send XML 1.0 (Fixes 400 error when publishing snapshots) [GradleUp#231](https://redirect.github.com/GradleUp/nmcp/pull/231)
- Add `NmcpAggregationExtension.localRepository()` [GradleUp#234](https://redirect.github.com/GradleUp/nmcp/pull/234)
- Fail if there are duplicate project names [GradleUp#233](https://redirect.github.com/GradleUp/nmcp/pull/233)
- Display an error if the aggregation is empty [GradleUp#236](https://redirect.github.com/GradleUp/nmcp/pull/236)

### [`v1.4.1`](https://redirect.github.com/gradleup/nmcp/blob/HEAD/CHANGELOG.md#Version-141)

*2025-12-30*

Nmcp 1.4.1 refines the aggregation dependency resolution to avoid including by mistake projects that do not apply `com.gradleup.nmcp`.

#### 👷 All changes

- Fix zip files could contain unexpected files [GradleUp#227](https://redirect.github.com/GradleUp/nmcp/pull/227)
- Bump Kotlin, OkHttp, xmlutil and a bunch of other dependencies [GradleUp#228](https://redirect.github.com/GradleUp/nmcp/pull/228)

### [`v1.4.0`](https://redirect.github.com/gradleup/nmcp/blob/HEAD/CHANGELOG.md#Version-140)

Nmcp can now be 100% configured from `settings.gradle[.kts]`:

```kotlin
// settings.gradle.kts
plugins {
  id("com.gradleup.nmcp.setting").version("1.4.0")
}

nmcpAggregation {
  centralPortal {
    username = TODO()
    password = TODO()
    // ...
  }
}
```

This version also contains a few quality of life improvements courtesy of [@&#8203;SimonMarquis](https://redirect.github.com/SimonMarquis) and fixes an issue that could sometimes cause maven-metadata.xml to be out of sync.

#### What's Changed

- Clamp remaining time to seconds [GradleUp#213](https://redirect.github.com/GradleUp/nmcp/pull/213)
- maven-metadata.xml: make sure the base version is always added to the list of versions  [GradleUp#214](https://redirect.github.com/GradleUp/nmcp/pull/214), [GradleUp#222](https://redirect.github.com/GradleUp/nmcp/pull/222)
- Set an explicit configuration name to load nmcp-tasks nmcp [GradleUp#215](https://redirect.github.com/GradleUp/nmcp/pull/215)
- Register tasks earlier so that they are generated as typesafe tasks accessors  [GradleUp#219](https://redirect.github.com/GradleUp/nmcp/pull/219)
- Expand the zip files when passing it to `allFiles` nmcp [GradleUp#218](https://redirect.github.com/GradleUp/nmcp/pull/218)
- Publish to nmcp repo tasks should never be up-to-date nmcp [GradleUp#221](https://redirect.github.com/GradleUp/nmcp/pull/221)
- Allow to configure the whole build from the settings script nmcp [GradleUp#223](https://redirect.github.com/GradleUp/nmcp/pull/223)

</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 these updates 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 #3998: fix(deps): update com.gradleup.nmcp to v1.4.4
  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