[PR] Bump actions/checkout from 4.1.2 to 4.1.3 [directory-kerby]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #359:
URL: https://github.com/apache/directory-kerby/pull/359

   Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 
4.1.3.
   
   Release notes
   Sourced from https://github.com/actions/checkout/releases";>actions/checkout's 
releases.
   
   v4.1.3
   What's Changed
   
   Update actions/checkout version in 
update-main-version.yml by https://github.com/jww3";>@​jww3 in https://redirect.github.com/actions/checkout/pull/1650";>actions/checkout#1650
   Check git version before attempting to disable 
sparse-checkout by https://github.com/jww3";>@​jww3 in https://redirect.github.com/actions/checkout/pull/1656";>actions/checkout#1656
   Add SSH user parameter by https://github.com/cory-miller";>@​cory-miller in https://redirect.github.com/actions/checkout/pull/1685";>actions/checkout#1685
   
   Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3";>https://github.com/actions/checkout/compare/v4.1.2...v4.1.3
   
   
   
   Commits
   
   https://github.com/actions/checkout/commit/1d96c772d19495a3b5c517cd2bc0cb401ea0529f";>1d96c77
 Add SSH user parameter (https://redirect.github.com/actions/checkout/issues/1685";>#1685)
   https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017";>cd7d8d6
 Check git version before attempting to disable sparse-checkout 
(https://redirect.github.com/actions/checkout/issues/1656";>#1656)
   https://github.com/actions/checkout/commit/8410ad0602e1e429cee44a835ae9f77f654a6694";>8410ad0
 Update actions/checkout version in 
update-main-version.yml (https://redirect.github.com/actions/checkout/issues/1650";>#1650)
   See full diff in https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65136769dd318469633...1d96c772d19495a3b5c517cd2bc0cb401ea0529f";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.2&new-version=4.1.3)](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)
   
   ---
   
   
   Dependabot commands and options
   
   
   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  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)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[PR] Bump github/codeql-action from 3.24.10 to 3.25.1 [directory-kerby]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #360:
URL: https://github.com/apache/directory-kerby/pull/360

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.10 to 3.25.1.
   
   Changelog
   Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md";>github/codeql-action's
 changelog.
   
   CodeQL Action Changelog
   See the https://github.com/github/codeql-action/releases";>releases page for 
the relevant changes to the CodeQL CLI and language packs.
   Note that the only difference between v2 and v3 
of the CodeQL Action is the node version they support, with v3 
running on node 20 while we continue to release v2 to support 
running on node 16. For example 3.22.11 was the first 
v3 release and is functionally identical to 2.22.11. 
This approach ensures an easy way to track exactly which features are included 
in different versions, indicated by the minor and patch version numbers.
   [UNRELEASED]
   No user facing changes.
   3.25.1 - 17 Apr 2024
   
   We are rolling out a feature in April/May 2024 that improves the 
reliability and performance of analyzing code when analyzing a compiled 
language with the autobuild https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes";>build
 mode. https://redirect.github.com/github/codeql-action/pull/2235";>#2235
   Fix a bug where the init Action would fail if 
--overwrite was specified in 
CODEQL_ACTION_EXTRA_OPTIONS. https://redirect.github.com/github/codeql-action/pull/2245";>#2245
   
   3.25.0 - 15 Apr 2024
   
   
   The deprecated feature for extracting dependencies for a Python analysis 
has been removed. https://redirect.github.com/github/codeql-action/pull/2224";>#2224
   As a result, the following inputs and environment variables are now 
ignored:
   
   The setup-python-dependencies input to the 
init Action
   The CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION 
environment variable
   
   We recommend removing any references to these from your workflows. For 
more information, see the release notes for CodeQL Action v3.23.0 and 
v2.23.0.
   
   
   Automatically overwrite an existing database if found on the filesystem. 
https://redirect.github.com/github/codeql-action/pull/2229";>#2229
   
   
   Bump the minimum CodeQL bundle version to 2.12.6. https://redirect.github.com/github/codeql-action/pull/2232";>#2232
   
   
   A more relevant log message and a diagnostic are now emitted when the 
file program is not installed on a Linux runner, but is required 
for Go tracing to succeed. https://redirect.github.com/github/codeql-action/pull/2234";>#2234
   
   
   3.24.10 - 05 Apr 2024
   
   Update default CodeQL bundle version to 2.17.0. https://redirect.github.com/github/codeql-action/pull/2219";>#2219
   Add a deprecation warning for customers using CodeQL version 2.12.5 and 
earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside 
GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 
3.25.0 and later and versions 2.25.0 and later. https://redirect.github.com/github/codeql-action/pull/2220";>#2220
   
   If you are using one of these versions, please update to CodeQL CLI 
version 2.12.6 or later. For instance, if you have specified a custom version 
of the CLI using the 'tools' input to the 'init' Action, you can remove this 
input to use the default version.
   Alternatively, if you want to continue using a version of the CodeQL CLI 
between 2.11.6 and 2.12.5, you can replace 
github/codeql-action/*@v3 by 
github/codeql-action/*@v3.24.10 and 
github/codeql-action/*@v2 by 
github/codeql-action/*@v2.24.10 in your code scanning workflow to 
ensure you continue using this version of the CodeQL Action.
   
   
   
   3.24.9 - 22 Mar 2024
   
   Update default CodeQL bundle version to 2.16.5. https://redirect.github.com/github/codeql-action/pull/2203";>#2203
   
   3.24.8 - 18 Mar 2024
   
   Improve the ease of debugging extraction issues by increasing the 
verbosity of the extractor logs when running in debug mode. https://redirect.github.com/github/codeql-action/pull/2195";>#2195
   
   3.24.7 - 12 Mar 2024
   
   Update default CodeQL bundle version to 2.16.4. https://redirect.github.com/github/codeql-action/pull/2185";>#2185
   
   3.24.6 - 29 Feb 2024
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/github/codeql-action/commit/c7f9125735019aa87cfc361530512d50ea439c71";>c7f9125
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2248";>#2248 
from github/update-v3.25.1-c4fb45143
   https://github.com/github/codeql-action/commit/1c7e8b2cf27fe2842c9131549befe9126c581615";>1c7e8b2
 Update changelog for v3.25.1
   https://github.com/github/codeql-action/commit/c4fb451437765abf5018c6fbf22cce1a7da1e5cc";>c4fb451
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2245";>#22

[PR] Bump actions/upload-artifact from 4.3.1 to 4.3.2 [directory-kerby]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #361:
URL: https://github.com/apache/directory-kerby/pull/361

   Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4.3.1 to 4.3.2.
   
   Release notes
   Sourced from https://github.com/actions/upload-artifact/releases";>actions/upload-artifact's
 releases.
   
   v4.3.2
   What's Changed
   
   Update release-new-action-version.yml by https://github.com/konradpabjan";>@​konradpabjan in https://redirect.github.com/actions/upload-artifact/pull/516";>actions/upload-artifact#516
   Minor fix to the migration readme by https://github.com/andrewakim";>@​andrewakim in https://redirect.github.com/actions/upload-artifact/pull/523";>actions/upload-artifact#523
   Update readme with v3/v2/v1 deprecation notice by https://github.com/robherley";>@​robherley in https://redirect.github.com/actions/upload-artifact/pull/561";>actions/upload-artifact#561
   updating @actions/artifact dependency to v2.1.5 and 
@actions/core to v1.0.1 by https://github.com/eggyhead";>@​eggyhead in https://redirect.github.com/actions/upload-artifact/pull/562";>actions/upload-artifact#562
   
   New Contributors
   
   https://github.com/andrewakim";>@​andrewakim 
made their first contribution in https://redirect.github.com/actions/upload-artifact/pull/523";>actions/upload-artifact#523
   
   Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2";>https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2
   
   
   
   Commits
   
   https://github.com/actions/upload-artifact/commit/1746f4ab65b179e0ea60a494b83293b640dd5bba";>1746f4a
 Revert "updating to release 4.3.2"
   https://github.com/actions/upload-artifact/commit/31685d04a0d6557fe2be4174c3ea69ee4cbfa6bb";>31685d0
 updating to release 4.3.2
   https://github.com/actions/upload-artifact/commit/18bf333cd2249fbbbdb605fd9d9ed57efd7adf34";>18bf333
 Merge pull request https://redirect.github.com/actions/upload-artifact/issues/562";>#562 
from actions/eggyhead/update-artifact-v215
   https://github.com/actions/upload-artifact/commit/dac413befa086181ab17cf3db942667aede55e0d";>dac413b
 update package lock version
   https://github.com/actions/upload-artifact/commit/bb3b4a3cdbef901e2e185ca492d513e798fd1b9f";>bb3b4a3
 updating package version
   https://github.com/actions/upload-artifact/commit/3e3da837d2a1e030e44fe2bb5c4b9f63c25f33e3";>3e3da83
 updating artifact and core dependencies
   https://github.com/actions/upload-artifact/commit/e35774f165aac0e3b0c8273137b1845a2ac8c5f1";>e35774f
 Merge pull request https://redirect.github.com/actions/upload-artifact/issues/561";>#561 
from actions/robherley/deprecation-notice
   https://github.com/actions/upload-artifact/commit/e63ea677fb182f6827027a7b74f61debfca990ab";>e63ea67
 Update readme with v3/v2/v1 deprecation notice
   https://github.com/actions/upload-artifact/commit/ef09cdac3e2d3e60d8ccadda691f4f1cec5035cb";>ef09cda
 Merge pull request https://redirect.github.com/actions/upload-artifact/issues/523";>#523 
from andrewakim/andrewakim/migration-readme-fix
   https://github.com/actions/upload-artifact/commit/00e36f94d817ea235422592a23d468b262071bf4";>00e36f9
 Minor fix to the migration readme
   Additional commits viewable in https://github.com/actions/upload-artifact/compare/5d5d22a31266ced268874388b861e4b58bb5c2f3...1746f4ab65b179e0ea60a494b83293b640dd5bba";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=4.3.1&new-version=4.3.2)](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)
   
   ---
   
   
   Dependabot commands and options
   
   
   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  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 versio

[PR] update createDMG.sh to support macos multi platform [directory-studio]

2024-04-22 Thread via GitHub


dthauvin opened a new pull request, #83:
URL: https://github.com/apache/directory-studio/pull/83

   Hello 
   
   in order to get an arm64 DMG installer , here you can find a proposal to 
generate both dmg `aarch64.dmg` and `x86_64.dmg`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Re: [PR] DIRSTUDIO-1319 update createDMG.sh to support macos multi platform [directory-studio]

2024-04-22 Thread via GitHub


roubert commented on PR #83:
URL: https://github.com/apache/directory-studio/pull/83#issuecomment-2070455983

   https://issues.apache.org/jira/browse/DIRSTUDIO-1319
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[PR] Bump version.quarkus from 3.9.1 to 3.9.4 [directory-scimple]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #565:
URL: https://github.com/apache/directory-scimple/pull/565

   Bumps `version.quarkus` from 3.9.1 to 3.9.4.
   Updates `io.quarkus.platform:quarkus-bom` from 3.9.1 to 3.9.4
   
   Commits
   
   https://github.com/quarkusio/quarkus-platform/commit/0b7887b6a081169fe6ce7073c9591b7dd83cf9f1";>0b7887b
 [maven-release-plugin] prepare release 3.9.4
   https://github.com/quarkusio/quarkus-platform/commit/c52b6bc458ee7aa6df9653972ccb3a3cfa08fbf2";>c52b6bc
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1185";>#1185
 from gsmet/quarkus-3.9.4
   https://github.com/quarkusio/quarkus-platform/commit/59ab18c715698463b524f6fb57bea7ffd0585969";>59ab18c
 Upgrade to Quarkus 3.9.4
   https://github.com/quarkusio/quarkus-platform/commit/dd9001ef2b70f5acfb2f3d9c2e39ebfe708de21f";>dd9001e
 [maven-release-plugin] prepare for next development iteration
   https://github.com/quarkusio/quarkus-platform/commit/24373b72d25fa47236166a3edd7d806c09cf20e4";>24373b7
 [maven-release-plugin] prepare release 3.9.3
   https://github.com/quarkusio/quarkus-platform/commit/e3c6e0f630b7573fe41c0eae5d6c1a83855d978c";>e3c6e0f
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1178";>#1178
 from gsmet/quarkus-3.9.3
   https://github.com/quarkusio/quarkus-platform/commit/323349af1a88deae8177afe272ec8f94517e83d9";>323349a
 Upgrade to Quarkus 3.9.3
   https://github.com/quarkusio/quarkus-platform/commit/62e1670e0d1a6a2395a0a71de188319fb50ddc45";>62e1670
 [maven-release-plugin] prepare for next development iteration
   https://github.com/quarkusio/quarkus-platform/commit/59d66b6264ae13fc3145b44f05900889997020dc";>59d66b6
 [maven-release-plugin] prepare release 3.9.2
   https://github.com/quarkusio/quarkus-platform/commit/c849688ae81f91b063cf74bfc8a8d18553e4ddc2";>c849688
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1177";>#1177
 from gsmet/quarkus-3.9.2
   Additional commits viewable in https://github.com/quarkusio/quarkus-platform/compare/3.9.1...3.9.4";>compare
 view
   
   
   
   
   Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.9.1 to 3.9.4
   
   Commits
   
   https://github.com/quarkusio/quarkus-platform/commit/0b7887b6a081169fe6ce7073c9591b7dd83cf9f1";>0b7887b
 [maven-release-plugin] prepare release 3.9.4
   https://github.com/quarkusio/quarkus-platform/commit/c52b6bc458ee7aa6df9653972ccb3a3cfa08fbf2";>c52b6bc
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1185";>#1185
 from gsmet/quarkus-3.9.4
   https://github.com/quarkusio/quarkus-platform/commit/59ab18c715698463b524f6fb57bea7ffd0585969";>59ab18c
 Upgrade to Quarkus 3.9.4
   https://github.com/quarkusio/quarkus-platform/commit/dd9001ef2b70f5acfb2f3d9c2e39ebfe708de21f";>dd9001e
 [maven-release-plugin] prepare for next development iteration
   https://github.com/quarkusio/quarkus-platform/commit/24373b72d25fa47236166a3edd7d806c09cf20e4";>24373b7
 [maven-release-plugin] prepare release 3.9.3
   https://github.com/quarkusio/quarkus-platform/commit/e3c6e0f630b7573fe41c0eae5d6c1a83855d978c";>e3c6e0f
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1178";>#1178
 from gsmet/quarkus-3.9.3
   https://github.com/quarkusio/quarkus-platform/commit/323349af1a88deae8177afe272ec8f94517e83d9";>323349a
 Upgrade to Quarkus 3.9.3
   https://github.com/quarkusio/quarkus-platform/commit/62e1670e0d1a6a2395a0a71de188319fb50ddc45";>62e1670
 [maven-release-plugin] prepare for next development iteration
   https://github.com/quarkusio/quarkus-platform/commit/59d66b6264ae13fc3145b44f05900889997020dc";>59d66b6
 [maven-release-plugin] prepare release 3.9.2
   https://github.com/quarkusio/quarkus-platform/commit/c849688ae81f91b063cf74bfc8a8d18553e4ddc2";>c849688
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1177";>#1177
 from gsmet/quarkus-3.9.2
   Additional commits viewable in https://github.com/quarkusio/quarkus-platform/compare/3.9.1...3.9.4";>compare
 view
   
   
   
   
   
   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)
   
   ---
   
   
   Dependabot commands and options
   
   
   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 an

[PR] Bump org.wildfly.plugins:wildfly-maven-plugin from 3.0.1.Final to 5.0.0.Final [directory-scimple]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #570:
URL: https://github.com/apache/directory-scimple/pull/570

   Bumps 
[org.wildfly.plugins:wildfly-maven-plugin](https://github.com/wildfly/wildfly-maven-plugin)
 from 3.0.1.Final to 5.0.0.Final.
   
   Release notes
   Sourced from https://github.com/wildfly/wildfly-maven-plugin/releases";>org.wildfly.plugins:wildfly-maven-plugin's
 releases.
   
   5.0.0.Final
   What's Changed
   
   Bump org.mockito:mockito-core from 5.4.0 to 5.5.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/371";>wildfly/wildfly-maven-plugin#371
   Bump actions/checkout from 3 to 4 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/373";>wildfly/wildfly-maven-plugin#373
   Bump version.org.wildfly.core from 21.1.0.Final to 21.1.1.Final by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/372";>wildfly/wildfly-maven-plugin#372
   [5.x] Add support for WildFly Glow by https://github.com/jfdenise";>@​jfdenise in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/374";>wildfly/wildfly-maven-plugin#374
   Enforce overwriteProvisionedServer when layers discovery is enabled by 
https://github.com/jfdenise";>@​jfdenise in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/377";>wildfly/wildfly-maven-plugin#377
   Bump org.wildfly.prospero:prospero-metadata from 1.0.3.Final to 
1.1.0.Final by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/375";>wildfly/wildfly-maven-plugin#375
   Fix typo in Javadoc/documentation by https://github.com/michaelmior";>@​michaelmior in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/368";>wildfly/wildfly-maven-plugin#368
   [WFMP-216] Remove the jboss-logmanager dependency. by https://github.com/jamezp";>@​jamezp in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/378";>wildfly/wildfly-maven-plugin#378
   Upgrade Maven dependencies. by https://github.com/jamezp";>@​jamezp in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/379";>wildfly/wildfly-maven-plugin#379
   Bump actions/checkout from 3 to 4 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/381";>wildfly/wildfly-maven-plugin#381
   Minor cleanup and fixes by https://github.com/jamezp";>@​jamezp in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/380";>wildfly/wildfly-maven-plugin#380
   [WFMP-218] Upgrade to WildFly Glow 1.0.0.Alpha5 by https://github.com/jfdenise";>@​jfdenise in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/383";>wildfly/wildfly-maven-plugin#383
   [WFMP-217] Require a minimum of Maven 3.6.3. by https://github.com/jamezp";>@​jamezp in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/385";>wildfly/wildfly-maven-plugin#385
   Bump org.wildfly.glow:wildfly-glow-core from 1.0.0.Alpha5 to 
1.0.0.Alpha6 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/387";>wildfly/wildfly-maven-plugin#387
   Bump version.org.wildfly.channel from 1.0.2.Final to 1.0.3.Final by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/388";>wildfly/wildfly-maven-plugin#388
   Bump version.org.wildfly.core from 21.1.1.Final to 22.0.0.Final by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/392";>wildfly/wildfly-maven-plugin#392
   Bump org.wildfly.prospero:prospero-metadata from 1.1.0.Final to 
1.2.0.Final by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/390";>wildfly/wildfly-maven-plugin#390
   Bump org.mockito:mockito-core from 5.5.0 to 5.6.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/391";>wildfly/wildfly-maven-plugin#391
   [WFMP-221] Bump version.org.jboss.galleon from 5.2.0.Final to 
5.2.1.Final by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/394";>wildfly/wildfly-maven-plugin#394
   Upgrade galleon to 5.2.2.Final, wildfly-channel to 1.0.4.Final by https://github.com/jfdenise";>@​jfdenise in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/406";>wildfly/wildfly-maven-plugin#406
   Upgrade wildfly-channel to 1.0.5.Final by https://github.com/jfdenise";>@​jfdenise in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/409";>wildfly/wildfly-maven-plugin#409
   Bump version.org.wildfly.core from 22.0.0.Final to 22.0.1.Final by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/wildfly/wildfly-maven-plugin/pull/395";>wildfly/wildfly-maven-plugin#395
   Update CI to run less jobs and cle

[PR] Bump org.glassfish.jersey:jersey-bom from 3.1.5 to 3.1.6 [directory-scimple]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #566:
URL: https://github.com/apache/directory-scimple/pull/566

   Bumps org.glassfish.jersey:jersey-bom from 3.1.5 to 3.1.6.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.glassfish.jersey:jersey-bom&package-manager=maven&previous-version=3.1.5&new-version=3.1.6)](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)
   
   ---
   
   
   Dependabot commands and options
   
   
   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  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)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[PR] Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0 [directory-scimple]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #567:
URL: https://github.com/apache/directory-scimple/pull/567

   Bumps 
[com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin)
 from 4.8.3.1 to 4.8.4.0.
   
   Release notes
   Sourced from https://github.com/spotbugs/spotbugs-maven-plugin/releases";>com.github.spotbugs:spotbugs-maven-plugin's
 releases.
   
   Spotbugs Maven Plugin 4.8.4.0
   User
   
   Support spotbugs 4.8.4
   library updates / plugin updates
   Supports jdk 23
   Require maven 3.6.3 per maven deprecation
   
   Build
   
   Update renovate config
   Update GHA for adjustments to maven/java
   Drop modernizer plugin back to 2.7.0 as it was restricted to maven 3.9.5 
(will be fixed on next release)
   
   
   
   
   Commits
   
   https://github.com/spotbugs/spotbugs-maven-plugin/commit/078e27099f279bca25b0fe182ac31aa0a196889f";>078e270
 [maven-release-plugin] prepare release spotbugs-maven-plugin-4.8.4.0
   https://github.com/spotbugs/spotbugs-maven-plugin/commit/332a3b49a8eddcd8e2c9da4b30c1e959a6862d22";>332a3b4
 [GHA] Add java 23-ea to CI build matrix
   https://github.com/spotbugs/spotbugs-maven-plugin/commit/59141d8f7346ce80e3b5eac3b2dda1c7fa212650";>59141d8
 Merge pull request https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/789";>#789
 from spotbugs/renovate/groovy-monorepo
   https://github.com/spotbugs/spotbugs-maven-plugin/commit/caf5f741a191a2842b68855ae40608238273bbc1";>caf5f74
 Update groovy monorepo to v4.0.21
   https://github.com/spotbugs/spotbugs-maven-plugin/commit/6a41e35df5187adaf1f796b1981a504de365918e";>6a41e35
 Merge pull request https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/787";>#787
 from spotbugs/renovate/io.version
   https://github.com/spotbugs/spotbugs-maven-plugin/commit/348b198453ecd0deab321dffd0fafd209ff8eea5";>348b198
 Update dependency commons-io:commons-io to v2.16.1
   https://github.com/spotbugs/spotbugs-maven-plugin/commit/c65a41b2f98e29afef91c913f487e47a3cfebd02";>c65a41b
 Merge pull request https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/786";>#786
 from hazendaz/release/4.8.4.0
   https://github.com/spotbugs/spotbugs-maven-plugin/commit/7ef588a2096add022fa2bb2da4dbcabba7506e69";>7ef588a
 Merge pull request https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/785";>#785
 from hazendaz/release/4.8.4.0
   https://github.com/spotbugs/spotbugs-maven-plugin/commit/667c84158486d0e8a918874e1f5d3c26a9594bb2";>667c841
 [pom] Formatting
   https://github.com/spotbugs/spotbugs-maven-plugin/commit/1367ccf7d68b2d79dadd61b03202b010a9fe3e2b";>1367ccf
 [GHA] Bump maven 4 to 4.0.0-alpha-13
   Additional commits viewable in https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.3.1...spotbugs-maven-plugin-4.8.4.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.spotbugs:spotbugs-maven-plugin&package-manager=maven&previous-version=4.8.3.1&new-version=4.8.4.0)](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)
   
   ---
   
   
   Dependabot commands and options
   
   
   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  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)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an

[PR] Bump ch.qos.logback:logback-classic from 1.4.12 to 1.5.6 [directory-scimple]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #571:
URL: https://github.com/apache/directory-scimple/pull/571

   Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) 
from 1.4.12 to 1.5.6.
   
   Commits
   
   https://github.com/qos-ch/logback/commit/7812a55f3280fbb74076b2512a06dd34230a83f1";>7812a55
 prepare release 1.5.6
   https://github.com/qos-ch/logback/commit/759fc25ee384354a9159e64aa1fb7269d770fce4";>759fc25
 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional
   https://github.com/qos-ch/logback/commit/3d5563899f3f9a2524d37333017007a291e37e79";>3d55638
 start work on 1.5.6-SNAPSHOT
   https://github.com/qos-ch/logback/commit/a91d2b6a562ac67e6bc247c7c7d8ed48d8479867";>a91d2b6
 notes about javadocs
   https://github.com/qos-ch/logback/commit/c7c5e89a857bba3fc09f1912cc912b25ee124505";>c7c5e89
 prepare release 1.5.5
   https://github.com/qos-ch/logback/commit/7db87970b7fae4741c36a04c4283ba8ca1d8b3cb";>7db8797
 upgrade build to slf4j 2.0.13
   https://github.com/qos-ch/logback/commit/f9c04d2b5562e44997a80e350b88960cbf3a0bb1";>f9c04d2
 test inclusion with conditionals
   https://github.com/qos-ch/logback/commit/f32ed30166307385236b9f373103bd708e2f6857";>f32ed30
 remove support for metaannotations for NoAutoStart annotation
   https://github.com/qos-ch/logback/commit/4476edd0f3415008506bdaa23ce855b3eae5086a";>4476edd
 Search for https://github.com/NoAutoStart";>@​NoAutoStart 
annotations in ancestor hierarchy, implemented interf...
   https://github.com/qos-ch/logback/commit/a649c605be4c88a9f6020cc7eb1738abd01026a2";>a649c60
 rename IncludeActionTest as IncludeModelHandlerTest
   Additional commits viewable in https://github.com/qos-ch/logback/compare/v_1.4.12...v_1.5.6";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.4.12&new-version=1.5.6)](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)
   
   ---
   
   
   Dependabot commands and options
   
   
   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  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)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[PR] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 [directory-scimple]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #569:
URL: https://github.com/apache/directory-scimple/pull/569

   Bumps 
[org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin)
 from 3.2.3 to 3.2.4.
   
   Release notes
   Sourced from https://github.com/apache/maven-gpg-plugin/releases";>org.apache.maven.plugins:maven-gpg-plugin's
 releases.
   
   3.2.4
   https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521&version=12354486";>Release
 Notes - Maven GPG Plugin - Version 3.2.4
   
   
   
   
   
   https://issues.apache.org/jira/browse/MGPG-125";>[MGPG-125] 
- Fix "bestPractices" (https://redirect.github.com/apache/maven-gpg-plugin/pull/95";>#95) https://github.com/cstamas";>@​cstamas
   
   📦 Dependency updates
   
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/apache/maven-gpg-plugin/pull/94";>#94) https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/apache/maven-gpg-plugin/commit/789149ea5676238f4e2958f51ae10778ca2ba3f0";>789149e
 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.4
   https://github.com/apache/maven-gpg-plugin/commit/893aedcab271ac92ef01f1a4346320525e678b39";>893aedc
 [MGPG-125] Fix "bestPractices" (https://redirect.github.com/apache/maven-gpg-plugin/issues/95";>#95)
   https://github.com/apache/maven-gpg-plugin/commit/b6f0324f27c780ee96840cfecfec866b44635f26";>b6f0324
 [MGPG-126] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/apache/maven-gpg-plugin/issues/94";>#94)
   https://github.com/apache/maven-gpg-plugin/commit/3c5878b12cb95e077bc8f77bdb07913d210f8c95";>3c5878b
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.3...maven-gpg-plugin-3.2.4";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-gpg-plugin&package-manager=maven&previous-version=3.2.3&new-version=3.2.4)](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)
   
   ---
   
   
   Dependabot commands and options
   
   
   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  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)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[PR] Bump com.gradle:common-custom-user-data-maven-extension from 1.13 to 2 [directory-scimple]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #572:
URL: https://github.com/apache/directory-scimple/pull/572

   Bumps 
[com.gradle:common-custom-user-data-maven-extension](https://github.com/gradle/common-custom-user-data-maven-extension)
 from 1.13 to 2.
   
   Release notes
   Sourced from https://github.com/gradle/common-custom-user-data-maven-extension/releases";>com.gradle:common-custom-user-data-maven-extension's
 releases.
   
   2.0
   
   [NEW] Improve tags/values in GitHub Actions pull_request 
workflows
   [NEW] Improve tags/values in Jenkins where GIT_BRANCH is 
available
   [NEW] Configure Develocity extension using the new API
   
   
   
   
   Commits
   
   https://github.com/gradle/common-custom-user-data-maven-extension/commit/f68b2d0824b48955a38c0cfa6e5326a2d3a044b7";>f68b2d0
 [maven-release-plugin] prepare release v2
   https://github.com/gradle/common-custom-user-data-maven-extension/commit/2186a39d35a35ccb161839b46dc3aa1c3a2f94d1";>2186a39
 Merge pull request https://redirect.github.com/gradle/common-custom-user-data-maven-extension/issues/213";>#213
 from gradle/tb/dv-extension-upgrade
   https://github.com/gradle/common-custom-user-data-maven-extension/commit/74dc25ce5e1950eaa7a09277c1177164945ef7ad";>74dc25c
 Upgrade to Develocity Maven Extension version 1.21
   https://github.com/gradle/common-custom-user-data-maven-extension/commit/dee1c3ee8b875bfa9b4f734325f1ed1cb028d2cf";>dee1c3e
 Merge pull request https://redirect.github.com/gradle/common-custom-user-data-maven-extension/issues/216";>#216
 from gradle/gk/fixEmptyPrBranchCustomValue
   https://github.com/gradle/common-custom-user-data-maven-extension/commit/30cfb7bafd9af3ec74d918ae8fa96fdbfde725f7";>30cfb7b
 Fixed empty PR branch custom value
   https://github.com/gradle/common-custom-user-data-maven-extension/commit/af78a9b2eef41cf5bc4d62b6e2a875d97e9072db";>af78a9b
 Revert "Fixed empty PR branch custom value"
   https://github.com/gradle/common-custom-user-data-maven-extension/commit/4749d117a49d0cf87471862ee202bcc9d8ac";>4749dcc
 Fixed empty PR branch custom value
   https://github.com/gradle/common-custom-user-data-maven-extension/commit/240896600f8a468a4d0a577aef20df0e8e0afab5";>2408966
 Merge pull request https://redirect.github.com/gradle/common-custom-user-data-maven-extension/issues/214";>#214
 from gradle/pshevche/replace-rc-references
   https://github.com/gradle/common-custom-user-data-maven-extension/commit/a76f7e66a45c9deab6409661eddad04031df13ea";>a76f7e6
 Build against the released version of the Develocity extension
   https://github.com/gradle/common-custom-user-data-maven-extension/commit/b266114f8b0e19351c2453a961fa6398b5b59f91";>b266114
 Update README.md
   Additional commits viewable in https://github.com/gradle/common-custom-user-data-maven-extension/compare/v1.13...v2";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle:common-custom-user-data-maven-extension&package-manager=maven&previous-version=1.13&new-version=2)](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)
   
   ---
   
   
   Dependabot commands and options
   
   
   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  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)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U

[PR] Bump version.spring-boot from 3.2.4 to 3.2.5 [directory-scimple]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #568:
URL: https://github.com/apache/directory-scimple/pull/568

   Bumps `version.spring-boot` from 3.2.4 to 3.2.5.
   Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.2.4 to 
3.2.5
   
   Release notes
   Sourced from https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot-maven-plugin's
 releases.
   
   v3.2.5
   :lady_beetle: Bug Fixes
   
   BindValidationFailureAnalyzer uses wrong target https://redirect.github.com/spring-projects/spring-boot/issues/40364";>#40364
   Log4j2LoggingSystem pollutes Log4j2's environment with a 
SpringEnvironmentPropertySource that is never removed https://redirect.github.com/spring-projects/spring-boot/issues/40326";>#40326
   When using Maven, configuring the spring-boot.excludes or 
spring-boot-includes user properties causes the build to fail with "Cannot 
find default setter" https://redirect.github.com/spring-projects/spring-boot/issues/40323";>#40323
   @ServletComponentScan does not register servlet components 
in a mock web environment https://redirect.github.com/spring-projects/spring-boot/issues/40321";>#40321
   Loading of custom deny-all filter can cause a StackOverflowError when 
deploying to Tomcat with Log4j2 configured to use a single JVM-wide logger 
context https://redirect.github.com/spring-projects/spring-boot/issues/40312";>#40312
   Jetty support doesn't set virtual thread name https://redirect.github.com/spring-projects/spring-boot/issues/40152";>#40152
   Executable JAR application startup is slower after 3.2.0 when Hibernate 
scanner is not disabled https://redirect.github.com/spring-projects/spring-boot/issues/40125";>#40125
   NoClassDefFoundError can be thrown from LaunchedClassLoader when threads 
are interrupted  https://redirect.github.com/spring-projects/spring-boot/issues/40096";>#40096
   
   :notebook_with_decorative_cover: Documentation
   
   Producible's javadoc has the wrong link text for 
@WriteOperation and @DeleteOperation https://redirect.github.com/spring-projects/spring-boot/issues/40386";>#40386
   Clarify requirements for -parameters and constructor binding https://redirect.github.com/spring-projects/spring-boot/pull/40157";>#40157
   
   :hammer: Dependency Upgrades
   
   Upgrade to ActiveMQ 5.18.4 https://redirect.github.com/spring-projects/spring-boot/issues/40394";>#40394
   Upgrade to AspectJ 1.9.22 https://redirect.github.com/spring-projects/spring-boot/issues/40293";>#40293
   Upgrade to Awaitility 4.2.1 https://redirect.github.com/spring-projects/spring-boot/issues/40294";>#40294
   Upgrade to Byte Buddy 1.14.13 https://redirect.github.com/spring-projects/spring-boot/issues/40295";>#40295
   Upgrade to Groovy 4.0.21 https://redirect.github.com/spring-projects/spring-boot/issues/40296";>#40296
   Upgrade to Hazelcast 5.3.7 https://redirect.github.com/spring-projects/spring-boot/issues/40297";>#40297
   Upgrade to Jakarta Json Bind 3.0.1 https://redirect.github.com/spring-projects/spring-boot/issues/40298";>#40298
   Upgrade to Jersey 3.1.6 https://redirect.github.com/spring-projects/spring-boot/issues/40299";>#40299
   Upgrade to Jetty 12.0.8 https://redirect.github.com/spring-projects/spring-boot/issues/40300";>#40300
   Upgrade to jOOQ 3.18.14 https://redirect.github.com/spring-projects/spring-boot/issues/40301";>#40301
   Upgrade to Json-smart 2.5.1 https://redirect.github.com/spring-projects/spring-boot/issues/40302";>#40302
   Upgrade to Kafka 3.6.2 https://redirect.github.com/spring-projects/spring-boot/issues/40303";>#40303
   Upgrade to Lombok 1.18.32 https://redirect.github.com/spring-projects/spring-boot/issues/40304";>#40304
   Upgrade to Maven Invoker Plugin 3.6.1 https://redirect.github.com/spring-projects/spring-boot/issues/40305";>#40305
   Upgrade to Maven Source Plugin 3.3.1 https://redirect.github.com/spring-projects/spring-boot/issues/40306";>#40306
   Upgrade to Micrometer 1.12.5 https://redirect.github.com/spring-projects/spring-boot/issues/40207";>#40207
   Upgrade to Micrometer Tracing 1.2.5 https://redirect.github.com/spring-projects/spring-boot/issues/40208";>#40208
   Upgrade to MongoDB 4.11.2 https://redirect.github.com/spring-projects/spring-boot/issues/40307";>#40307
   Upgrade to Neo4j Java Driver 5.19.0 https://redirect.github.com/spring-projects/spring-boot/issues/40218";>#40218
   Upgrade to Netty 4.1.109.Final https://redirect.github.com/spring-projects/spring-boot/issues/40395";>#40395
   Upgrade to Pulsar Reactive 0.5.4 https://redirect.github.com/spring-projects/spring-boot/issues/40396";>#40396
   Upgrade to R2DBC Postgresql 1.0.5.RELEASE https://redirect.github.com/spring-projects/spring-boot/issues/40309";>#40309
   Upgrade to Reactor Bom 2023.0.5 https://redirect.github.com/spring-projects/spring-boot/issues/40209";>#40209
   Upgrade to SLF4J 2.0.13 https://redirect.github.com/spring-projects/spring-boot/issues/40397";>#40397
   Upgrade to Spring AMQP 3.1.4 https://redirect.g

[PR] Bump actions/upload-artifact from 4.3.1 to 4.3.3 [directory-server]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #168:
URL: https://github.com/apache/directory-server/pull/168

   Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4.3.1 to 4.3.3.
   
   Release notes
   Sourced from https://github.com/actions/upload-artifact/releases";>actions/upload-artifact's
 releases.
   
   v4.3.3
   What's Changed
   
   updating @actions/artifact dependency to v2.1.6 by https://github.com/eggyhead";>@​eggyhead in https://redirect.github.com/actions/upload-artifact/pull/565";>actions/upload-artifact#565
   
   Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3";>https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3
   v4.3.2
   What's Changed
   
   Update release-new-action-version.yml by https://github.com/konradpabjan";>@​konradpabjan in https://redirect.github.com/actions/upload-artifact/pull/516";>actions/upload-artifact#516
   Minor fix to the migration readme by https://github.com/andrewakim";>@​andrewakim in https://redirect.github.com/actions/upload-artifact/pull/523";>actions/upload-artifact#523
   Update readme with v3/v2/v1 deprecation notice by https://github.com/robherley";>@​robherley in https://redirect.github.com/actions/upload-artifact/pull/561";>actions/upload-artifact#561
   updating @actions/artifact dependency to v2.1.5 and 
@actions/core to v1.0.1 by https://github.com/eggyhead";>@​eggyhead in https://redirect.github.com/actions/upload-artifact/pull/562";>actions/upload-artifact#562
   
   New Contributors
   
   https://github.com/andrewakim";>@​andrewakim 
made their first contribution in https://redirect.github.com/actions/upload-artifact/pull/523";>actions/upload-artifact#523
   
   Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2";>https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2
   
   
   
   Commits
   
   https://github.com/actions/upload-artifact/commit/65462800fd760344b1a7b4382951275a0abb4808";>6546280
 updating package version
   https://github.com/actions/upload-artifact/commit/c004fb4bf6b1e87680ce1b219a3ad0b8e5dfb7ec";>c004fb4
 Merge branch 'main' into eggyhead/use-artifact-v2.1.6
   https://github.com/actions/upload-artifact/commit/90aba496fcaa311fd7e784d55e568deabe0fa288";>90aba49
 updating toolkit artifact dependency to 2.1.6
   https://github.com/actions/upload-artifact/commit/b06cde36fc32a3ee94080e87258567f73f921537";>b06cde3
 Merge pull request https://redirect.github.com/actions/upload-artifact/issues/563";>#563 
from actions/eggyhead/release-4.3.2
   https://github.com/actions/upload-artifact/commit/1746f4ab65b179e0ea60a494b83293b640dd5bba";>1746f4a
 Revert "updating to release 4.3.2"
   https://github.com/actions/upload-artifact/commit/31685d04a0d6557fe2be4174c3ea69ee4cbfa6bb";>31685d0
 updating to release 4.3.2
   https://github.com/actions/upload-artifact/commit/18bf333cd2249fbbbdb605fd9d9ed57efd7adf34";>18bf333
 Merge pull request https://redirect.github.com/actions/upload-artifact/issues/562";>#562 
from actions/eggyhead/update-artifact-v215
   https://github.com/actions/upload-artifact/commit/dac413befa086181ab17cf3db942667aede55e0d";>dac413b
 update package lock version
   https://github.com/actions/upload-artifact/commit/bb3b4a3cdbef901e2e185ca492d513e798fd1b9f";>bb3b4a3
 updating package version
   https://github.com/actions/upload-artifact/commit/3e3da837d2a1e030e44fe2bb5c4b9f63c25f33e3";>3e3da83
 updating artifact and core dependencies
   Additional commits viewable in https://github.com/actions/upload-artifact/compare/5d5d22a31266ced268874388b861e4b58bb5c2f3...65462800fd760344b1a7b4382951275a0abb4808";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=4.3.1&new-version=4.3.3)](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)
   
   ---
   
   
   Dependabot commands and options
   
   
   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 a

[PR] Bump actions/checkout from 4.1.2 to 4.1.3 [directory-server]

2024-04-22 Thread via GitHub


dependabot[bot] opened a new pull request, #169:
URL: https://github.com/apache/directory-server/pull/169

   Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 
4.1.3.
   
   Release notes
   Sourced from https://github.com/actions/checkout/releases";>actions/checkout's 
releases.
   
   v4.1.3
   What's Changed
   
   Update actions/checkout version in 
update-main-version.yml by https://github.com/jww3";>@​jww3 in https://redirect.github.com/actions/checkout/pull/1650";>actions/checkout#1650
   Check git version before attempting to disable 
sparse-checkout by https://github.com/jww3";>@​jww3 in https://redirect.github.com/actions/checkout/pull/1656";>actions/checkout#1656
   Add SSH user parameter by https://github.com/cory-miller";>@​cory-miller in https://redirect.github.com/actions/checkout/pull/1685";>actions/checkout#1685
   
   Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3";>https://github.com/actions/checkout/compare/v4.1.2...v4.1.3
   
   
   
   Commits
   
   https://github.com/actions/checkout/commit/1d96c772d19495a3b5c517cd2bc0cb401ea0529f";>1d96c77
 Add SSH user parameter (https://redirect.github.com/actions/checkout/issues/1685";>#1685)
   https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017";>cd7d8d6
 Check git version before attempting to disable sparse-checkout 
(https://redirect.github.com/actions/checkout/issues/1656";>#1656)
   https://github.com/actions/checkout/commit/8410ad0602e1e429cee44a835ae9f77f654a6694";>8410ad0
 Update actions/checkout version in 
update-main-version.yml (https://redirect.github.com/actions/checkout/issues/1650";>#1650)
   See full diff in https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65136769dd318469633...1d96c772d19495a3b5c517cd2bc0cb401ea0529f";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.2&new-version=4.1.3)](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)
   
   ---
   
   
   Dependabot commands and options
   
   
   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  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)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org