Re: [PR] Bump jaxb-runtime-version from 3.0.2 to 4.0.3 [cxf-xjc-utils]

2024-05-19 Thread via GitHub


reta merged PR #119:
URL: https://github.com/apache/cxf-xjc-utils/pull/119


-- 
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...@cxf.apache.org

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



[PR] Bump jaxb-runtime-version from 4.0.3 to 4.0.5 [cxf-xjc-utils]

2024-05-19 Thread via GitHub


dependabot[bot] opened a new pull request, #135:
URL: https://github.com/apache/cxf-xjc-utils/pull/135

   Bumps `jaxb-runtime-version` from 4.0.3 to 4.0.5.
   Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.3 to 4.0.5
   
   Updates `org.glassfish.jaxb:jaxb-xjc` from 4.0.3 to 4.0.5
   
   
   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...@cxf.apache.org

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



[PR] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 [cxf-xjc-utils]

2024-05-19 Thread via GitHub


dependabot[bot] opened a new pull request, #136:
URL: https://github.com/apache/cxf-xjc-utils/pull/136

   Bumps 
[org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin)
 from 3.1.1 to 3.1.2.
   
   Release notes
   Sourced from https://github.com/apache/maven-deploy-plugin/releases";>org.apache.maven.plugins:maven-deploy-plugin's
 releases.
   
   3.1.2
   https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317228&version=12354128";>Release
 Notes - Maven Deploy Plugin - Version 3.1.2
   
   
   
   What's Changed
   
   [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) 
by https://github.com/timtebeek";>@​timtebeek in https://redirect.github.com/apache/maven-deploy-plugin/pull/40";>apache/maven-deploy-plugin#40
   Type: fill --> file by https://github.com/elharo";>@​elharo in https://redirect.github.com/apache/maven-deploy-plugin/pull/41";>apache/maven-deploy-plugin#41
   DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc by 
https://github.com/Scrappers-glitch";>@​Scrappers-glitch 
in https://redirect.github.com/apache/maven-deploy-plugin/pull/43";>apache/maven-deploy-plugin#43
   [MDEPLOY-313] Update to parent 41, cleanup by https://github.com/cstamas";>@​cstamas in https://redirect.github.com/apache/maven-deploy-plugin/pull/47";>apache/maven-deploy-plugin#47
   Bump apache/maven-gh-actions-shared from 3 to 4 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/apache/maven-deploy-plugin/pull/50";>apache/maven-deploy-plugin#50
   Bump org.mockito:mockito-core from 2.28.2 to 4.11.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/apache/maven-deploy-plugin/pull/51";>apache/maven-deploy-plugin#51
   [MDEPLOY-316] Parent 42 and prerequisite 3.6.3 by https://github.com/cstamas";>@​cstamas in https://redirect.github.com/apache/maven-deploy-plugin/pull/54";>apache/maven-deploy-plugin#54
   
   New Contributors
   
   https://github.com/timtebeek";>@​timtebeek made 
their first contribution in https://redirect.github.com/apache/maven-deploy-plugin/pull/40";>apache/maven-deploy-plugin#40
   https://github.com/Scrappers-glitch";>@​Scrappers-glitch 
made their first contribution in https://redirect.github.com/apache/maven-deploy-plugin/pull/43";>apache/maven-deploy-plugin#43
   https://github.com/dependabot";>@​dependabot 
made their first contribution in https://redirect.github.com/apache/maven-deploy-plugin/pull/50";>apache/maven-deploy-plugin#50
   
   Full Changelog: https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2";>https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2
   
   
   
   Commits
   
   https://github.com/apache/maven-deploy-plugin/commit/4f016bce38dd9016f7c0357a75fbbe3427ed8b31";>4f016bc
 [maven-release-plugin] prepare release maven-deploy-plugin-3.1.2
   https://github.com/apache/maven-deploy-plugin/commit/0ed18be3d93fa0f28886d47a664c8eff2590c944";>0ed18be
 Remove workaround, handle it centrally
   https://github.com/apache/maven-deploy-plugin/commit/b9c1c8bc486c7defb92171e1ea9169075b76695c";>b9c1c8b
 [MDEPLOY-314] Include artifactId in DeployMojo#processProject messages
   https://github.com/apache/maven-deploy-plugin/commit/74d331be89ed010b5d38dc6e755dcab327baf56c";>74d331b
 [MDEPLOY-316] Parent 42 and prerequisite 3.6.3 (https://redirect.github.com/apache/maven-deploy-plugin/issues/54";>#54)
   https://github.com/apache/maven-deploy-plugin/commit/ac9c49dd973ed2ca806066e4da8c296cc603b4e1";>ac9c49d
 Bump org.mockito:mockito-core from 2.28.2 to 4.11.0
   https://github.com/apache/maven-deploy-plugin/commit/de7cefbd3da75e28a4c49caa674d06cd32d820f5";>de7cefb
 Bump apache/maven-gh-actions-shared from 3 to 4
   https://github.com/apache/maven-deploy-plugin/commit/edf85d72c5dd03f19fcf06b96b172573e8e4a696";>edf85d7
 Add Dependabot
   https://github.com/apache/maven-deploy-plugin/commit/390e610c65ef0ec2ec0e4851d7e1eaf53e7787f3";>390e610
 [MDEPLOY-313] Update to parent 41, cleanup (https://redirect.github.com/apache/maven-deploy-plugin/issues/47";>#47)
   https://github.com/apache/maven-deploy-plugin/commit/29f3c81dfc5e3e603bf68870075161dc674680dc";>29f3c81
 DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc
   https://github.com/apache/maven-deploy-plugin/commit/9039fc610f67dfd101a3e4bb8b7510994b2656d0";>9039fc6
 Type: fill --> file
   Additional commits viewable in https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-deploy-plugin&package-manager=maven&previous-version=3.1.1&new-version=3.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security

[PR] Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.12.0 to 3.13.0 [cxf-xjc-utils]

2024-05-19 Thread via GitHub


dependabot[bot] opened a new pull request, #137:
URL: https://github.com/apache/cxf-xjc-utils/pull/137

   Bumps 
[org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools)
 from 3.12.0 to 3.13.0.
   
   Release notes
   Sourced from https://github.com/apache/maven-plugin-tools/releases";>org.apache.maven.plugin-tools:maven-plugin-annotations's
 releases.
   
   3.13.0
   https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&version=12354458";>Release
 Notes - Maven Plugin Tools - Version 3.13.0
   Bug
   
   [https://issues.apache.org/jira/browse/MPLUGIN-517";>MPLUGIN-517] - 
GoalRenderer renderParameterDetails() renders in wrong order
   [https://issues.apache.org/jira/browse/MPLUGIN-521";>MPLUGIN-521] - 
Nested types not properly extracted cause exception while generating Javadoc 
URLs
   
   Improvement
   
   [https://issues.apache.org/jira/browse/MPLUGIN-520";>MPLUGIN-520] - Get 
rid of maven-compat classes use
   
   Dependency upgrade
   
   [https://issues.apache.org/jira/browse/MPLUGIN-516";>MPLUGIN-516] - 
Upgrade asmVersion from 9.6 to 9.7
   [https://issues.apache.org/jira/browse/MPLUGIN-519";>MPLUGIN-519] - 
Update to Parent POM 42, prerequisite 3.6.3
   
   
   
   
   Commits
   
   https://github.com/apache/maven-plugin-tools/commit/7a9ba2adccd253185ee35fe9db0a2462a26d860a";>7a9ba2a
 [maven-release-plugin] prepare release maven-plugin-tools-3.13.0
   https://github.com/apache/maven-plugin-tools/commit/789315b6958250c0e2e9291bb407a25fdd5112e3";>789315b
 [MPLUGIN-521] Nested types not properly extracted cause exception while 
gener...
   https://github.com/apache/maven-plugin-tools/commit/1fa18050144db3cf767a5ba8f5f48dbb451d1aa6";>1fa1805
 [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of 3.6.3, get rid of 
m...
   https://github.com/apache/maven-plugin-tools/commit/e746d9cc35cb03c03c61101d2b11f8247e6dcc82";>e746d9c
 [MPLUGIN-517] GoalRenderer renderParameterDetails() renders in wrong order
   https://github.com/apache/maven-plugin-tools/commit/af234c66cc1282e5c86262a20ba1b80b1c38b25e";>af234c6
 [MPLUGIN-516] Bump asmVersion from 9.6 to 9.7
   https://github.com/apache/maven-plugin-tools/commit/9fc1aaaed7f36460b8706339a04656901b7babec";>9fc1aaa
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.12.0...maven-plugin-tools-3.13.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugin-tools:maven-plugin-annotations&package-manager=maven&previous-version=3.12.0&new-version=3.13.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 and use the
URL above to go to the specific comment.

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

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



[PR] Bump actions/checkout from 4.1.5 to 4.1.6 [cxf]

2024-05-19 Thread via GitHub


dependabot[bot] opened a new pull request, #1880:
URL: https://github.com/apache/cxf/pull/1880

   Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 
4.1.6.
   
   Release notes
   Sourced from https://github.com/actions/checkout/releases";>actions/checkout's 
releases.
   
   v4.1.6
   What's Changed
   
   Check platform to set archive extension appropriately by https://github.com/cory-miller";>@​cory-miller in https://redirect.github.com/actions/checkout/pull/1732";>actions/checkout#1732
   Update for 4.1.6 release by https://github.com/cory-miller";>@​cory-miller in https://redirect.github.com/actions/checkout/pull/1733";>actions/checkout#1733
   
   Full Changelog: https://github.com/actions/checkout/compare/v4.1.5...v4.1.6";>https://github.com/actions/checkout/compare/v4.1.5...v4.1.6
   
   
   
   Changelog
   Sourced from https://github.com/actions/checkout/blob/main/CHANGELOG.md";>actions/checkout's
 changelog.
   
   Changelog
   v4.1.6
   
   Check platform to set archive extension appropriately by https://github.com/cory-miller";>@​cory-miller in https://redirect.github.com/actions/checkout/pull/1732";>actions/checkout#1732
   
   v4.1.5
   
   Update NPM dependencies by https://github.com/cory-miller";>@​cory-miller in https://redirect.github.com/actions/checkout/pull/1703";>actions/checkout#1703
   Bump github/codeql-action from 2 to 3 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/actions/checkout/pull/1694";>actions/checkout#1694
   Bump actions/setup-node from 1 to 4 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/actions/checkout/pull/1696";>actions/checkout#1696
   Bump actions/upload-artifact from 2 to 4 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/actions/checkout/pull/1695";>actions/checkout#1695
   README: Suggest user.email to be 
41898282+github-actions[bot]@users.noreply.github.com by https://github.com/cory-miller";>@​cory-miller in https://redirect.github.com/actions/checkout/pull/1707";>actions/checkout#1707
   
   v4.1.4
   
   Disable extensions.worktreeConfig when disabling 
sparse-checkout by https://github.com/jww3";>@​jww3 in https://redirect.github.com/actions/checkout/pull/1692";>actions/checkout#1692
   Add dependabot config by https://github.com/cory-miller";>@​cory-miller in https://redirect.github.com/actions/checkout/pull/1688";>actions/checkout#1688
   Bump the minor-actions-dependencies group with 2 updates by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/actions/checkout/pull/1693";>actions/checkout#1693
   Bump word-wrap from 1.2.3 to 1.2.5 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/actions/checkout/pull/1643";>actions/checkout#1643
   
   v4.1.3
   
   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
   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
   
   v4.1.2
   
   Fix: Disable sparse checkout whenever sparse-checkout 
option is not present https://github.com/dscho";>@​dscho in https://redirect.github.com/actions/checkout/pull/1598";>actions/checkout#1598
   
   v4.1.1
   
   Correct link to GitHub Docs by https://github.com/peterbe";>@​peterbe in https://redirect.github.com/actions/checkout/pull/1511";>actions/checkout#1511
   Link to release page from what's new section by https://github.com/cory-miller";>@​cory-miller in https://redirect.github.com/actions/checkout/pull/1514";>actions/checkout#1514
   
   v4.1.0
   
   https://redirect.github.com/actions/checkout/pull/1396";>Add 
support for partial checkout filters
   
   v4.0.0
   
   https://redirect.github.com/actions/checkout/pull/1067";>Support 
fetching without the --progress option
   https://redirect.github.com/actions/checkout/pull/1436";>Update 
to node20
   
   v3.6.0
   
   https://redirect.github.com/actions/checkout/pull/1377";>Fix: 
Mark test scripts with Bash'isms to be run via Bash
   https://redirect.github.com/actions/checkout/pull/579";>Add 
option to fetch tags even if fetch-depth > 0
   
   v3.5.3
   
   https://redirect.github.com/actions/checkout/pull/1196";>Fix: 
Checkout fail in self-hosted runners when faulty submodule are 
checked-in
   https://redirect.github.com/actions/checkout/pull/1287";>Fix 
typos found by codespell
   https://redirect.github.com/actions/checkout/pull/1369";>Add 
support for sparse checkouts
   
   v3.5.2
   
   https://redirect.github.com/actions/checkout/pull/1289";>Fix api 
endpoint for GHES
   
   v3.5.1
   
   
   ... (truncated)
   
   
   Comm

[PR] Bump github/codeql-action from 2.13.4 to 3.25.5 [cxf]

2024-05-19 Thread via GitHub


dependabot[bot] opened a new pull request, #1881:
URL: https://github.com/apache/cxf/pull/1881

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.13.4 to 3.25.5.
   
   Release notes
   Sourced from https://github.com/github/codeql-action/releases";>github/codeql-action's 
releases.
   
   CodeQL Bundle v2.17.3
   Bundles CodeQL CLI v2.17.3
   
   (https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md";>changelog,
 https://github.com/github/codeql-cli-binaries/releases/tag/v2.17.3";>release)
   
   Includes the following CodeQL language packs from https://github.com/github/codeql/tree/codeql-cli/v2.17.3";>github/codeql@codeql-cli/v2.17.3:
   
   codeql/cpp-queries (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/cpp/ql/src/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/cpp/ql/src";>source)
   codeql/cpp-all (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/cpp/ql/lib/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/cpp/ql/lib";>source)
   codeql/csharp-queries (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/csharp/ql/src/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/csharp/ql/src";>source)
   codeql/csharp-all (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/csharp/ql/lib/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/csharp/ql/lib";>source)
   codeql/go-queries (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/go/ql/src/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/go/ql/src";>source)
   codeql/go-all (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/go/ql/lib/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/go/ql/lib";>source)
   codeql/java-queries (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/java/ql/src/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/java/ql/src";>source)
   codeql/java-all (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/java/ql/lib/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/java/ql/lib";>source)
   codeql/javascript-queries (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/javascript/ql/src/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/javascript/ql/src";>source)
   codeql/javascript-all (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/javascript/ql/lib/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/javascript/ql/lib";>source)
   codeql/python-queries (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/python/ql/src/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/python/ql/src";>source)
   codeql/python-all (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/python/ql/lib/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/python/ql/lib";>source)
   codeql/ruby-queries (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/ruby/ql/src/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/ruby/ql/src";>source)
   codeql/ruby-all (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/ruby/ql/lib/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/ruby/ql/lib";>source)
   codeql/swift-queries (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/swift/ql/src/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/swift/ql/src";>source)
   codeql/swift-all (https://github.com/github/codeql/tree/codeql-cli/v2.17.3/swift/ql/lib/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.3/swift/ql/lib";>source)
   
   CodeQL Bundle v2.17.2
   Bundles CodeQL CLI v2.17.2
   
   (https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md";>changelog,
 https://github.com/github/codeql-cli-binaries/releases/tag/v2.17.2";>release)
   
   Includes the following CodeQL language packs from https://github.com/github/codeql/tree/codeql-cli/v2.17.2";>github/codeql@codeql-cli/v2.17.2:
   
   codeql/cpp-queries (https://github.com/github/codeql/tree/codeql-cli/v2.17.2/cpp/ql/src/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.2/cpp/ql/src";>source)
   codeql/cpp-all (https://github.com/github/codeql/tree/codeql-cli/v2.17.2/cpp/ql/lib/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.2/cpp/ql/lib";>source)
   codeql/csharp-queries (https://github.com/github/codeql/tree/codeql-cli/v2.17.2/csharp/ql/src/CHANGELOG.md";>changelog,
 https://github.com/github/codeql/tree/codeql-cli/v2.17.2/csharp/ql/src";>source)
   codeql/csharp-all (https://github.com/github/codeql/tree/codeql-cli/v2.17.2/csharp/ql/lib/CHANGELOG.md";>changelog,
 https

[PR] Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 [cxf]

2024-05-19 Thread via GitHub


dependabot[bot] opened a new pull request, #1882:
URL: https://github.com/apache/cxf/pull/1882

   Bumps 
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
 from 3.5.0 to 3.6.0.
   
   Release notes
   Sourced from https://github.com/mojohaus/build-helper-maven-plugin/releases";>org.codehaus.mojo:build-helper-maven-plugin's
 releases.
   
   3.6.0
   Changes
   🚀 New features and improvements
   
   Deprecate remove-project-artifact goal (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/205";>#205)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   Parallel execution of uptodate-properties (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/201";>#201)
 https://github.com/mkarg";>@​mkarg
   
   📦 Dependency updates
   
   Bump org.codehaus.mojo:mojo-parent from 81 to 82 (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/206";>#206)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.mojo:mojo-parent from 78 to 81 (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/204";>#204)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/202";>#202)
 https://github.com/dependabot";>@​dependabot
   Bump apache/maven-gh-actions-shared from 3 to 4 (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/200";>#200)
 https://github.com/dependabot";>@​dependabot
   Bump release-drafter/release-drafter from 5 to 6 (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/195";>#195)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.mojo:mojo-parent from 77 to 78 (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/193";>#193)
 https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   Delete link to remove-project-artifact as is deprecated (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/210";>#210)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   Cleanups dependencies (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/209";>#209)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   Remove public modifiers from JUnit 5 tests (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/208";>#208)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   Delete example about remove-project-artifact as is deprecated (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/207";>#207)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   Fix goal in usage add-test-resource example (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/199";>#199)
 https://github.com/mfussenegger";>@​mfussenegger
   
   🔧 Build
   
   Use shared action for release drafter (https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/203";>#203)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   
   
   
   
   Commits
   
   https://github.com/mojohaus/build-helper-maven-plugin/commit/45494bc6053095b7f42b1fccfb8f230f75d1";>454
 [maven-release-plugin] prepare release 3.6.0
   https://github.com/mojohaus/build-helper-maven-plugin/commit/05ee2cb17ff155862accaee1fc1b0ea1cae53911";>05ee2cb
 Delete link to remove-project-artifact as is deprecated
   https://github.com/mojohaus/build-helper-maven-plugin/commit/a4190d2f634210091031ad27a3a50d626ea37cfa";>a4190d2
 Cleanups dependencies
   https://github.com/mojohaus/build-helper-maven-plugin/commit/b99f6be8c876c012c41d163c832c4b0adfb28356";>b99f6be
 Remove public modifiers from JUnit 5 tests
   https://github.com/mojohaus/build-helper-maven-plugin/commit/f21a0272a00f6bb4e6d404817a6c144ac65b2778";>f21a027
 Add me as developer
   https://github.com/mojohaus/build-helper-maven-plugin/commit/211d4b9687c79085c3c036aefc14a8428195eb69";>211d4b9
 Delete example about remove-project-artifact as is deprecated
   https://github.com/mojohaus/build-helper-maven-plugin/commit/27ab33494dffaa5d5f5e9cbbbac4f581e4ed9479";>27ab334
 Deprecate remove-project-artifact goal
   https://github.com/mojohaus/build-helper-maven-plugin/commit/8a4c7c41842082f530775a933ab22088d673fd3c";>8a4c7c4
 Bump org.codehaus.mojo:mojo-parent from 81 to 82
   https://github.com/mojohaus/build-helper-maven-plugin/commit/57f54801686afb43b3540c597010f0c9857b5901";>57f5480
 Bump org.codehaus.mojo:mojo-parent from 78 to 81 (https://redirect.github.com/mojohaus/build-helper-maven-plugin/issues/204";>#204)
   https://github.com/mojohaus/build-helper-maven-plugin/commit/c09d77946636cf605515c851cd6ede87b94eb81a";>c09d779
 Use shared action for release drafter
   Additional commits viewable in https://github.com/mojohaus/build-helper-maven-plugin/compare/3.5.0...3.6.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compati

[PR] Bump org.graalvm.buildtools:native-maven-plugin from 0.10.1 to 0.10.2 [cxf]

2024-05-19 Thread via GitHub


dependabot[bot] opened a new pull request, #1883:
URL: https://github.com/apache/cxf/pull/1883

   Bumps 
[org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools)
 from 0.10.1 to 0.10.2.
   
   Release notes
   Sourced from https://github.com/graalvm/native-build-tools/releases";>org.graalvm.buildtools:native-maven-plugin's
 releases.
   
   0.10.2
   What's Changed
   
   Bump repo version to 0.10.2-SNAPSHOT by https://github.com/dnestoro";>@​dnestoro in https://redirect.github.com/graalvm/native-build-tools/pull/578";>graalvm/native-build-tools#578
   Update Getting Started with Maven Plugin doc. by https://github.com/olyagpl";>@​olyagpl in https://redirect.github.com/graalvm/native-build-tools/pull/577";>graalvm/native-build-tools#577
   Update Default Target Directory for MetadataCopy Task by https://github.com/dnestoro";>@​dnestoro in https://redirect.github.com/graalvm/native-build-tools/pull/580";>graalvm/native-build-tools#580
   Delete old stale args file by https://github.com/n0tl3ss";>@​n0tl3ss in https://redirect.github.com/graalvm/native-build-tools/pull/589";>graalvm/native-build-tools#589
   fix class path directroy analyzer by https://github.com/n0tl3ss";>@​n0tl3ss in https://redirect.github.com/graalvm/native-build-tools/pull/590";>graalvm/native-build-tools#590
   Add a parameter to be able to skip build native for pom type modules, 
leave it as false per default for backward compat by https://github.com/olamy";>@​olamy in https://redirect.github.com/graalvm/native-build-tools/pull/593";>graalvm/native-build-tools#593
   Update Reachability Metadata repository version by https://github.com/dnestoro";>@​dnestoro in https://redirect.github.com/graalvm/native-build-tools/pull/594";>graalvm/native-build-tools#594
   
   New Contributors
   
   https://github.com/n0tl3ss";>@​n0tl3ss made 
their first contribution in https://redirect.github.com/graalvm/native-build-tools/pull/589";>graalvm/native-build-tools#589
   https://github.com/olamy";>@​olamy made their 
first contribution in https://redirect.github.com/graalvm/native-build-tools/pull/593";>graalvm/native-build-tools#593
   
   Full Changelog: https://github.com/graalvm/native-build-tools/compare/0.10.1...0.10.2";>https://github.com/graalvm/native-build-tools/compare/0.10.1...0.10.2
   
   
   
   Commits
   
   https://github.com/graalvm/native-build-tools/commit/de7f1dffa4217d82eed4bb99a3099696a20312a3";>de7f1df
 Bump repo version to 0.10.2
   https://github.com/graalvm/native-build-tools/commit/c47f2dc7f08bd2adc4c9e7468657eee753dfe1a2";>c47f2dc
 Merge pull request https://redirect.github.com/graalvm/native-build-tools/issues/594";>#594
 from graalvm/dnestoro/UpdateMetadataVersion
   https://github.com/graalvm/native-build-tools/commit/892da4f7995be821e06a39d62533047fd145dfa6";>892da4f
 Update Reachability Metadata repository version
   https://github.com/graalvm/native-build-tools/commit/9f8dbd02c8d47b201afd67d5b15075d9b050d4c1";>9f8dbd0
 Add a parameter to be able to skip build native for pom type modules, leave 
i...
   https://github.com/graalvm/native-build-tools/commit/d4b5ce3c4a9fbb27d9f48fcbdbc9bf0a2274e446";>d4b5ce3
 fix class path directroy analyzer (https://redirect.github.com/graalvm/native-build-tools/issues/590";>#590)
   https://github.com/graalvm/native-build-tools/commit/08d4a02809a174c7ea752d1f6cba32b7ec0cf03e";>08d4a02
 Merge pull request https://redirect.github.com/graalvm/native-build-tools/issues/589";>#589
 from n0tl3ss/stale-files
   https://github.com/graalvm/native-build-tools/commit/ca05132021e8d2163965362dccdbbdbe4eae7606";>ca05132
 code review fixes
   https://github.com/graalvm/native-build-tools/commit/ca35e20fe3b9e31d773398d2fadb310074053a2c";>ca35e20
 trigger build
   https://github.com/graalvm/native-build-tools/commit/501cf2febc05cce564df99e25d57d4e7e22f";>501
 write-args-file task should delete old stale args file before generating a 
ne...
   https://github.com/graalvm/native-build-tools/commit/6db59badd557f10d25f852d8f7eedaf30bf0496f";>6db59ba
 Merge pull request https://redirect.github.com/graalvm/native-build-tools/issues/580";>#580
 from dnestoro/dnestoro/SetProperDefaultMetadataCopyDir
   Additional commits viewable in https://github.com/graalvm/native-build-tools/compare/0.10.1...0.10.2";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.graalvm.buildtools:native-maven-plugin&package-manager=maven&previous-version=0.10.1&new-version=0.10.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)
   
   ---
   
   
 

Re: [PR] Bump org.graalvm.buildtools:native-maven-plugin from 0.10.1 to 0.10.2 [cxf]

2024-05-19 Thread via GitHub


reta merged PR #1883:
URL: https://github.com/apache/cxf/pull/1883


-- 
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...@cxf.apache.org

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



Re: [PR] Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 [cxf]

2024-05-19 Thread via GitHub


reta merged PR #1882:
URL: https://github.com/apache/cxf/pull/1882


-- 
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...@cxf.apache.org

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



Re: [PR] Bump actions/checkout from 4.1.5 to 4.1.6 [cxf]

2024-05-19 Thread via GitHub


reta merged PR #1880:
URL: https://github.com/apache/cxf/pull/1880


-- 
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...@cxf.apache.org

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



Re: [PR] Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.12.0 to 3.13.0 [cxf-xjc-utils]

2024-05-19 Thread via GitHub


reta merged PR #137:
URL: https://github.com/apache/cxf-xjc-utils/pull/137


-- 
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...@cxf.apache.org

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



Re: [PR] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 [cxf-xjc-utils]

2024-05-19 Thread via GitHub


reta merged PR #136:
URL: https://github.com/apache/cxf-xjc-utils/pull/136


-- 
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...@cxf.apache.org

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