You can subscribe to this list here.
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(21) |
Aug
(6) |
Sep
(8) |
Oct
(14) |
Nov
(43) |
Dec
(52) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2017 |
Jan
(89) |
Feb
(99) |
Mar
(62) |
Apr
(50) |
May
(32) |
Jun
(45) |
Jul
(49) |
Aug
(41) |
Sep
(18) |
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
(31) |
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
(85) |
Apr
(107) |
May
(64) |
Jun
(90) |
Jul
(79) |
Aug
(32) |
Sep
(90) |
Oct
(101) |
Nov
(46) |
Dec
(55) |
| 2020 |
Jan
(155) |
Feb
(74) |
Mar
(122) |
Apr
(118) |
May
(77) |
Jun
(88) |
Jul
(115) |
Aug
(124) |
Sep
(81) |
Oct
(107) |
Nov
(89) |
Dec
(48) |
| 2021 |
Jan
(68) |
Feb
(48) |
Mar
(94) |
Apr
(141) |
May
(124) |
Jun
(91) |
Jul
(103) |
Aug
(53) |
Sep
(58) |
Oct
(96) |
Nov
(64) |
Dec
(93) |
| 2022 |
Jan
(106) |
Feb
(120) |
Mar
(83) |
Apr
(134) |
May
(143) |
Jun
(100) |
Jul
(117) |
Aug
(103) |
Sep
(95) |
Oct
(97) |
Nov
(95) |
Dec
(69) |
| 2023 |
Jan
(149) |
Feb
(86) |
Mar
(81) |
Apr
(122) |
May
(116) |
Jun
(69) |
Jul
(35) |
Aug
(72) |
Sep
(105) |
Oct
(62) |
Nov
(55) |
Dec
(52) |
| 2024 |
Jan
(69) |
Feb
(79) |
Mar
(202) |
Apr
(178) |
May
(108) |
Jun
(109) |
Jul
(156) |
Aug
(117) |
Sep
(185) |
Oct
(120) |
Nov
(228) |
Dec
(165) |
| 2025 |
Jan
(213) |
Feb
(181) |
Mar
(230) |
Apr
(188) |
May
(144) |
Jun
(220) |
Jul
(252) |
Aug
(159) |
Sep
(365) |
Oct
(447) |
Nov
(285) |
Dec
(118) |
|
From: dependabot[bot] <no...@gi...> - 2025-12-11 08:52:11
|
Branch: refs/heads/dependabot/github_actions/actions/setup-java-5.1.0 Home: https://github.com/pmd/pmd-designer To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-11 08:52:10
|
Branch: refs/heads/main Home: https://github.com/pmd/pmd-designer Commit: 918393de4e68ee88a81eb9a29830229aea9c9c0a https://github.com/pmd/pmd-designer/commit/918393de4e68ee88a81eb9a29830229aea9c9c0a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-11 (Thu, 11 Dec 2025) Changed paths: M .github/workflows/build.yml M .github/workflows/publish-release.yml M .github/workflows/publish-snapshot.yml Log Message: ----------- Bump actions/setup-java from 5.0.0 to 5.1.0 (#305) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.0.0 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-java/releases">actions/setup-java's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <h2>What's Changed</h2> <h3>New Features</h3> <ul> <li>Add support for <code>.sdkmanrc</code> file in <code>java-version-file</code> parameter by <a href="https://github.com/guicamest"><code>@guicamest</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/736">actions/setup-java#736</a></li> <li>Add support for Microsoft OpenJDK 25 builds by <a href="https://github.com/the-mod"><code>@the-mod</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/927">actions/setup-java#927</a></li> </ul> <h3>Bug Fixes & Improvements</h3> <ul> <li>Update Regex to Support All ASDF Versions for the supported distributions in tool-versions File by <a href="https://github.com/aparnajyothi-y"><code>@aparnajyothi-y</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/767">actions/setup-java#767</a></li> <li>Enhance error logging for network failures to include endpoint/IP details, add retry mechanism and update workflows to use macos-15-intel by <a href="https://github.com/priya-kinthali"><code>@priya-kinthali</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/946">actions/setup-java#946</a></li> <li>Update SapMachine URLs by <a href="https://github.com/RealCLanger"><code>@RealCLanger</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/955">actions/setup-java#955</a></li> <li>Add GitHub Token Support for GraalVM and Refactor Code by <a href="https://github.com/mahabaleshwars"><code>@mahabaleshwars</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/849">actions/setup-java#849</a></li> </ul> <h3>Documentation changes</h3> <ul> <li>Update documentation to use checkout and Java v5 by <a href="https://github.com/lmvysakh"><code>@lmvysakh</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/903">actions/setup-java#903</a></li> <li>Clarify JAVA_HOME and PATH setup in README by <a href="https://github.com/chiranjib-swain"><code>@chiranjib-swain</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/841">actions/setup-java#841</a></li> </ul> <h3>Dependency updates</h3> <ul> <li>Upgrade prettier from 2.8.8 to 3.6.2 and document breaking changes in v5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/873">actions/setup-java#873</a></li> <li>Upgrade actions/publish-action from 0.3.0 to 0.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/912">actions/setup-java#912</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lmvysakh"><code>@lmvysakh</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/903">actions/setup-java#903</a></li> <li><a href="https://github.com/chiranjib-swain"><code>@chiranjib-swain</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/841">actions/setup-java#841</a></li> <li><a href="https://github.com/the-mod"><code>@the-mod</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/927">actions/setup-java#927</a></li> <li><a href="https://github.com/priya-kinthali"><code>@priya-kinthali</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/946">actions/setup-java#946</a></li> <li><a href="https://github.com/guicamest"><code>@guicamest</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/736">actions/setup-java#736</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-java/compare/v5...v5.1.0">https://github.com/actions/setup-java/compare/v5...v5.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-java/commit/f2beeb24e141e01a676f977032f5a29d81c9e27e"><code>f2beeb2</code></a> Bump actions/publish-action from 0.3.0 to 0.4.0 (<a href="https://redirect.github.com/actions/setup-java/issues/912">#912</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/4e7e684fbb6e33f88ecb2cf1e6b3797739cf499b"><code>4e7e684</code></a> feat: Add support for <code>.sdkmanrc</code> file in <code>java-version-file</code> parameter (<a href="https://redirect.github.com/actions/setup-java/issues/736">#736</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/46c56d6f92c88cf540acf95a12a4a41197499222"><code>46c56d6</code></a> Add GitHub Token Support for GraalVM and Refactor Code (<a href="https://redirect.github.com/actions/setup-java/issues/849">#849</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/66b945764b75604b3cfd644c3ada5232cf6c90c6"><code>66b9457</code></a> Update SapMachine URLs (<a href="https://redirect.github.com/actions/setup-java/issues/955">#955</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/6ba5449b7dcda52941806a19f0cf626b6420191e"><code>6ba5449</code></a> Enhance error logging for network failures to include endpoint/IP details, ad...</li> <li><a href="https://github.com/actions/setup-java/commit/de5a937a1dc73fbc1a67d7d1aa4bebc1082f3190"><code>de5a937</code></a> adds microsoft openjdk25 builds (<a href="https://redirect.github.com/actions/setup-java/issues/927">#927</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/ead9eaa3cfe0b0fc2fa749519ae09c3d4f4080b0"><code>ead9eaa</code></a> Update Regex to Support All ASDF Versions for the supported distributions in ...</li> <li><a href="https://github.com/actions/setup-java/commit/8c57fa36276f209f7c545338dc17a4cc89842dec"><code>8c57fa3</code></a> Clarify JAVA_HOME and PATH setup in README (<a href="https://redirect.github.com/actions/setup-java/issues/841">#841</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/a7ab372554b6eb1a8eb25e7d9aec1cc9f3ea1a76"><code>a7ab372</code></a> Bump prettier from 2.8.8 to 3.6.2 (<a href="https://redirect.github.com/actions/setup-java/issues/873">#873</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/d0351b4837dd42a4a838ef25daec3bf530e20aaf"><code>d0351b4</code></a> Update documentation to use checkout and Java v5 (<a href="https://redirect.github.com/actions/setup-java/issues/903">#903</a>)</li> <li>See full diff in <a href="https://github.com/actions/setup-java/compare/dded0888837ed1f317902acf8a20df0ad188d165...f2beeb24e141e01a676f977032f5a29d81c9e27e">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <su...@gi...> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-11 08:51:33
|
Branch: refs/heads/dependabot/github_actions/actions/create-github-app-token-2.2.1 Home: https://github.com/pmd/pmd-designer To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-11 08:51:30
|
Branch: refs/heads/main Home: https://github.com/pmd/pmd-designer Commit: fe5bdd9396211fe45eb205f112ffa26b9b3ed1ec https://github.com/pmd/pmd-designer/commit/fe5bdd9396211fe45eb205f112ffa26b9b3ed1ec Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-11 (Thu, 11 Dec 2025) Changed paths: M .github/workflows/publish-release.yml Log Message: ----------- Bump actions/create-github-app-token from 2.2.0 to 2.2.1 (#304) Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.0 to 2.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/create-github-app-token/releases">actions/create-github-app-token's releases</a>.</em></p> <blockquote> <h2>v2.2.1</h2> <h2><a href="https://github.com/actions/create-github-app-token/compare/v2.2.0...v2.2.1">2.2.1</a> (2025-12-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump the production-dependencies group with 2 updates (<a href="https://redirect.github.com/actions/create-github-app-token/issues/311">#311</a>) (<a href="https://github.com/actions/create-github-app-token/commit/b212e6a739dec02d8488610fbaf8f049f82ee999">b212e6a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/create-github-app-token/commit/29824e69f54612133e76f7eaac726eef6c875baf"><code>29824e6</code></a> build(release): 2.2.1 [skip ci]</li> <li><a href="https://github.com/actions/create-github-app-token/commit/b212e6a739dec02d8488610fbaf8f049f82ee999"><code>b212e6a</code></a> fix(deps): bump the production-dependencies group with 2 updates (<a href="https://redirect.github.com/actions/create-github-app-token/issues/311">#311</a>)</li> <li><a href="https://github.com/actions/create-github-app-token/commit/8efbf9bf0ff7093c26fd1720e1722fd9cdd30fac"><code>8efbf9b</code></a> ci: create stale workflow (<a href="https://redirect.github.com/actions/create-github-app-token/issues/309">#309</a>)</li> <li>See full diff in <a href="https://github.com/actions/create-github-app-token/compare/7e473efe3cb98aa54f8d4bac15400b15fad77d94...29824e69f54612133e76f7eaac726eef6c875baf">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <su...@gi...> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 14:01:34
|
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.3.0 Home: https://github.com/pmd/build-tools Commit: a3775740683eb11cdf4b6777436b1852068365f3 https://github.com/pmd/build-tools/commit/a3775740683eb11cdf4b6777436b1852068365f3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0 Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.2.0...maven-release-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/build-tools/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 06:04:18
|
Branch: refs/heads/dependabot/github_actions/actions/setup-java-5.1.0 Home: https://github.com/pmd/pmd-designer Commit: 36ef2113fd96d1a845e4c368a168d405b02c20e8 https://github.com/pmd/pmd-designer/commit/36ef2113fd96d1a845e4c368a168d405b02c20e8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M .github/workflows/build.yml M .github/workflows/publish-release.yml M .github/workflows/publish-snapshot.yml Log Message: ----------- Bump actions/setup-java from 5.0.0 to 5.1.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/dded0888837ed1f317902acf8a20df0ad188d165...f2beeb24e141e01a676f977032f5a29d81c9e27e) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 06:04:10
|
Branch: refs/heads/dependabot/github_actions/actions/create-github-app-token-2.2.1 Home: https://github.com/pmd/pmd-designer Commit: 2efd5eab0ce50b07374a53116f799d9821f03f11 https://github.com/pmd/pmd-designer/commit/2efd5eab0ce50b07374a53116f799d9821f03f11 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M .github/workflows/publish-release.yml Log Message: ----------- Bump actions/create-github-app-token from 2.2.0 to 2.2.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/7e473efe3cb98aa54f8d4bac15400b15fad77d94...29824e69f54612133e76f7eaac726eef6c875baf) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 06:01:46
|
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.3.0 Home: https://github.com/pmd/pmd-designer Commit: 72aacd79ca1009f5650e017eeddf4dfbc2bd0d48 https://github.com/pmd/pmd-designer/commit/72aacd79ca1009f5650e017eeddf4dfbc2bd0d48 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0 Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.2.0...maven-release-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 03:02:50
|
Branch: refs/heads/dependabot/maven/org.mozilla-rhino-1.8.0 Home: https://github.com/pmd/pmd To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 03:02:46
|
Branch: refs/heads/dependabot/maven/org.mozilla-rhino-1.8.1 Home: https://github.com/pmd/pmd Commit: f6c16b91c2a5609c266e43f6a50c4703f73800a7 https://github.com/pmd/pmd/commit/f6c16b91c2a5609c266e43f6a50c4703f73800a7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M pmd-javascript/pom.xml Log Message: ----------- chore(deps): bump org.mozilla:rhino from 1.7.15 to 1.8.1 Bumps [org.mozilla:rhino](https://github.com/mozilla/rhino) from 1.7.15 to 1.8.1. - [Release notes](https://github.com/mozilla/rhino/releases) - [Changelog](https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/mozilla/rhino/commits) --- updated-dependencies: - dependency-name: org.mozilla:rhino dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 03:02:04
|
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.8.0 Home: https://github.com/pmd/pmd Commit: ebc087a3cf83ac8cd1315dda1e4c529fc9db20e6 https://github.com/pmd/pmd/commit/ebc087a3cf83ac8cd1315dda1e4c529fc9db20e6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M pom.xml Log Message: ----------- chore(deps): bump org.apache.maven.plugins:maven-assembly-plugin Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 03:01:53
|
Branch: refs/heads/dependabot/maven/io.github.apex-dev-tools-apex-ls_2.13-6.0.2 Home: https://github.com/pmd/pmd Commit: d97528b6c0cbd7988b6bfeb34ec40f5ca893b5fc https://github.com/pmd/pmd/commit/d97528b6c0cbd7988b6bfeb34ec40f5ca893b5fc Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M pmd-apex/pom.xml Log Message: ----------- chore(deps): bump io.github.apex-dev-tools:apex-ls_2.13 Bumps [io.github.apex-dev-tools:apex-ls_2.13](https://github.com/apex-dev-tools/apex-ls) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/apex-dev-tools/apex-ls/releases) - [Changelog](https://github.com/apex-dev-tools/apex-ls/blob/main/CHANGELOG.md) - [Commits](https://github.com/apex-dev-tools/apex-ls/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: io.github.apex-dev-tools:apex-ls_2.13 dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 03:01:45
|
Branch: refs/heads/dependabot/maven/com.google.protobuf-protobuf-java-4.33.2 Home: https://github.com/pmd/pmd Commit: 0da7b560eb40ac1d408c8d76e56e9b55b980cb9b https://github.com/pmd/pmd/commit/0da7b560eb40ac1d408c8d76e56e9b55b980cb9b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M pom.xml Log Message: ----------- chore(deps): bump com.google.protobuf:protobuf-java Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.33.1 to 4.33.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 03:01:40
|
Branch: refs/heads/dependabot/maven/net.bytebuddy-byte-buddy-agent-1.18.2 Home: https://github.com/pmd/pmd Commit: a8a968cf16b1f83827aec666d2b54d69aef2c877 https://github.com/pmd/pmd/commit/a8a968cf16b1f83827aec666d2b54d69aef2c877 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M pom.xml Log Message: ----------- chore(deps-dev): bump net.bytebuddy:byte-buddy-agent Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.18.1 to 1.18.2. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.18.1...byte-buddy-1.18.2) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 03:01:39
|
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.3.0 Home: https://github.com/pmd/pmd Commit: b668186dd869d5552c3e6b1176071ca86ef1879f https://github.com/pmd/pmd/commit/b668186dd869d5552c3e6b1176071ca86ef1879f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M pom.xml Log Message: ----------- chore(deps): bump org.apache.maven.plugins:maven-release-plugin Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.2.0...maven-release-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 03:01:34
|
Branch: refs/heads/dependabot/github_actions/ruby/setup-ruby-1.269.0 Home: https://github.com/pmd/pmd Commit: 277e4cfde32fa4caab79fe89dbc0f3b94f7070a8 https://github.com/pmd/pmd/commit/277e4cfde32fa4caab79fe89dbc0f3b94f7070a8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M .github/workflows/build.yml M .github/workflows/publish-release.yml M .github/workflows/publish-snapshot.yml Log Message: ----------- chore(deps): bump ruby/setup-ruby from 1.268.0 to 1.269.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.268.0 to 1.269.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/8aeb6ff8030dd539317f8e1769a044873b56ea71...d697be2f83c6234b20877c3b5eac7a7f342f0d0c) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.269.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 03:01:23
|
Branch: refs/heads/dependabot/github_actions/actions/setup-java-5.1.0 Home: https://github.com/pmd/pmd Commit: e26b548a731f15a23c636730a2688a97ad49c8fd https://github.com/pmd/pmd/commit/e26b548a731f15a23c636730a2688a97ad49c8fd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M .github/workflows/build.yml M .github/workflows/publish-release.yml M .github/workflows/publish-snapshot.yml Log Message: ----------- chore(deps): bump actions/setup-java from 5.0.0 to 5.1.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/dded0888837ed1f317902acf8a20df0ad188d165...f2beeb24e141e01a676f977032f5a29d81c9e27e) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 03:01:16
|
Branch: refs/heads/dependabot/github_actions/actions/create-github-app-token-2.2.1 Home: https://github.com/pmd/pmd Commit: 9a689bb8759a5d95a0dfed584f98c9406fbe7d7e https://github.com/pmd/pmd/commit/9a689bb8759a5d95a0dfed584f98c9406fbe7d7e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M .github/workflows/publish-pull-requests.yml M .github/workflows/publish-release.yml M .github/workflows/publish-snapshot.yml Log Message: ----------- chore(deps): bump actions/create-github-app-token from 2.2.0 to 2.2.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/7e473efe3cb98aa54f8d4bac15400b15fad77d94...29824e69f54612133e76f7eaac726eef6c875baf) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 00:05:45
|
Branch: refs/heads/dependabot/github_actions/actions/create-github-app-token-2.2.1 Home: https://github.com/pmd/pmd-eclipse-plugin Commit: ef056831656eb0000a5e426dd78ca90ddbb50de1 https://github.com/pmd/pmd-eclipse-plugin/commit/ef056831656eb0000a5e426dd78ca90ddbb50de1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M .github/workflows/publish-release.yml M .github/workflows/publish-snapshot.yml Log Message: ----------- Bump actions/create-github-app-token from 2.2.0 to 2.2.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/7e473efe3cb98aa54f8d4bac15400b15fad77d94...29824e69f54612133e76f7eaac726eef6c875baf) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-eclipse-plugin/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-10 00:05:40
|
Branch: refs/heads/dependabot/github_actions/actions/setup-java-5.1.0 Home: https://github.com/pmd/pmd-eclipse-plugin Commit: 0550432cf24a9f36ae277ce4c32d01b30ac2a9e4 https://github.com/pmd/pmd-eclipse-plugin/commit/0550432cf24a9f36ae277ce4c32d01b30ac2a9e4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M .github/workflows/publish-release.yml M .github/workflows/publish-snapshot.yml Log Message: ----------- Bump actions/setup-java from 5.0.0 to 5.1.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/dded0888837ed1f317902acf8a20df0ad188d165...f2beeb24e141e01a676f977032f5a29d81c9e27e) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-eclipse-plugin/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-06 11:38:19
|
Branch: refs/heads/dependabot/maven/openjfx.version-26-ea18 Home: https://github.com/pmd/pmd-designer To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2025-12-06 11:36:36
|
Branch: refs/heads/dependabot/maven/openjfx.version-26-ea18 Home: https://github.com/pmd/pmd-designer Commit: 6404e902b957327663ea0e034b0c607f903ede02 https://github.com/pmd/pmd-designer/commit/6404e902b957327663ea0e034b0c607f903ede02 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-12-06 (Sat, 06 Dec 2025) Changed paths: M pom.xml Log Message: ----------- Bump openjfx.version from 17.0.10 to 26-ea+18 Bumps `openjfx.version` from 17.0.10 to 26-ea+18. Updates `org.openjfx:javafx-base` from 17.0.10 to 26-ea+18 Updates `org.openjfx:javafx-controls` from 17.0.10 to 26-ea+18 Updates `org.openjfx:javafx-fxml` from 17.0.10 to 26-ea+18 Updates `org.openjfx:javafx-graphics` from 17.0.10 to 26-ea+18 Updates `org.openjfx:javafx-media` from 17.0.10 to 26-ea+18 Updates `org.openjfx:javafx-web` from 17.0.10 to 26-ea+18 --- updated-dependencies: - dependency-name: org.openjfx:javafx-base dependency-version: 26-ea+18 dependency-type: direct:production - dependency-name: org.openjfx:javafx-controls dependency-version: 26-ea+18 dependency-type: direct:production - dependency-name: org.openjfx:javafx-fxml dependency-version: 26-ea+18 dependency-type: direct:production - dependency-name: org.openjfx:javafx-graphics dependency-version: 26-ea+18 dependency-type: direct:production - dependency-name: org.openjfx:javafx-media dependency-version: 26-ea+18 dependency-type: direct:production - dependency-name: org.openjfx:javafx-web dependency-version: 26-ea+18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications |
|
From: Andreas D. <no...@gi...> - 2025-12-06 11:35:19
|
Branch: refs/heads/main Home: https://github.com/pmd/pmd-designer Commit: ae830e945f408e5b25d2a9de8c64ac62f6b40526 https://github.com/pmd/pmd-designer/commit/ae830e945f408e5b25d2a9de8c64ac62f6b40526 Author: Andreas Dangel <and...@pm...> Date: 2025-12-06 (Sat, 06 Dec 2025) Changed paths: M pom.xml Log Message: ----------- Bump openjfx from 17.0.10 to 17.0.17 (#301) To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications |
|
From: Clément F. <no...@gi...> - 2025-12-04 14:25:27
|
Branch: refs/heads/oowekyala-patch-1 Home: https://github.com/pmd/pmd To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd/settings/notifications |
|
From: Andreas D. <no...@gi...> - 2025-12-04 10:37:01
|
Branch: refs/heads/chore/fix-manual-integration-test Home: https://github.com/pmd/pmd-regression-tester Commit: 29cbb98db98dc7dd17473415c67f46b904c55e8d https://github.com/pmd/pmd-regression-tester/commit/29cbb98db98dc7dd17473415c67f46b904c55e8d Author: Andreas Dangel <and...@pm...> Date: 2025-12-04 (Thu, 04 Dec 2025) Changed paths: M test/manual_integration_tests.rb M test/resources/manual_integration_tests/patch_test_case_4_modify_docs.patch Log Message: ----------- chore: Fix manual integration tests - After pmd/pmd#6280 we don't try to analyze the SQL files under build/resources anymore for the spring framework. This results in less removed errors for test cases 1 and 2. - After pmd/pmd#6166 the patch for test case 4 didn't apply anymore. To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-regression-tester/settings/notifications |