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 #4182: chore(deps): update gradle/actions action to v6.2.0
Date: Mon, 15 Jun 2026 12:18:51 +0000
Message-ID: <[email protected]> (raw)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gradle/actions](https://redirect.github.com/gradle/actions) | action | minor | `v6.1.0` → `v6.2.0` |

---

### Release Notes

<details>
<summary>gradle/actions (gradle/actions)</summary>

### [`v6.2.0`](https://redirect.github.com/gradle/actions/compare/v6.1.1...v6.2.0)

[Compare Source](https://redirect.github.com/gradle/actions/compare/v6.1.1...v6.2.0)

### [`v6.1.1`](https://redirect.github.com/gradle/actions/releases/tag/v6.1.1)

[Compare Source](https://redirect.github.com/gradle/actions/compare/v6.1.0...v6.1.1)

This release updates various dependency versions, resolving several reported security vulnerabilities.
No functional changes are included

##### What's Changed

- Bump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by [@&#8203;bot-githubaction](https://redirect.github.com/bot-githubaction) in [#&#8203;961](https://redirect.github.com/gradle/actions/pull/961)
- Bump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by [@&#8203;bot-githubaction](https://redirect.github.com/bot-githubaction) in [#&#8203;962](https://redirect.github.com/gradle/actions/pull/962)
- Bump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by [@&#8203;bot-githubaction](https://redirect.github.com/bot-githubaction) in [#&#8203;963](https://redirect.github.com/gradle/actions/pull/963)
- Bump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by [@&#8203;bot-githubaction](https://redirect.github.com/bot-githubaction) in [#&#8203;964](https://redirect.github.com/gradle/actions/pull/964)
- Bump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by [@&#8203;bot-githubaction](https://redirect.github.com/bot-githubaction) in [#&#8203;965](https://redirect.github.com/gradle/actions/pull/965)
- Update known wrapper checksums by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;937](https://redirect.github.com/gradle/actions/pull/937)
- Bump the github-actions group across 2 directories with 8 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;976](https://redirect.github.com/gradle/actions/pull/976)
- Bump the npm-dependencies group across 1 directory with 14 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;970](https://redirect.github.com/gradle/actions/pull/970)
- Bump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by [@&#8203;bot-githubaction](https://redirect.github.com/bot-githubaction) in [#&#8203;973](https://redirect.github.com/gradle/actions/pull/973)
- Bump the npm-dependencies group in /sources with 5 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;977](https://redirect.github.com/gradle/actions/pull/977)
- Update [@&#8203;actions/cache](https://redirect.github.com/actions/cache) and [@&#8203;actions/artifact](https://redirect.github.com/actions/artifact), stop ignoring them in Dependabot by [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [#&#8203;978](https://redirect.github.com/gradle/actions/pull/978)
- Resolve npm security vulnerabilities via dependency overrides by [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [#&#8203;980](https://redirect.github.com/gradle/actions/pull/980)

**Full Changelog**: <https://github.com/gradle/actions/compare/v6.1.0...v6.1.1;

</details>

---

### 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.

---

 - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

diff --git a/.github/workflows/gradle-dependency-submit.yaml b/.github/workflows/gradle-dependency-submit.yaml
index fcc0f31abf..2e02fc53e0 100644
--- a/.github/workflows/gradle-dependency-submit.yaml
+++ b/.github/workflows/gradle-dependency-submit.yaml
@@ -25,4 +25,4 @@ jobs:
         distribution: zulu
         java-version: 21
     - name: Generate and submit dependency graph
-      uses: gradle/actions/dependency-submission@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
+      uses: gradle/actions/dependency-submission@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml
index 99f55d9290..7bceb5b338 100644
--- a/.github/workflows/gradle-wrapper-validation.yml
+++ b/.github/workflows/gradle-wrapper-validation.yml
@@ -10,4 +10,4 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
-      - uses: gradle/actions/wrapper-validation@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
+      - uses: gradle/actions/wrapper-validation@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0


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 #4182: chore(deps): update gradle/actions action to v6.2.0
  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