Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github/codeql-action from 3.25.15 to 3.26.0 #620

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps github/codeql-action from 3.25.15 to 3.26.0.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the 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.26.0 - 06 Aug 2024

  • Deprecation: Swift analysis on Ubuntu runner images is no longer supported. Please migrate to a macOS runner if this affects you. #2403
  • Bump the minimum CodeQL bundle version to 2.13.5. #2408

3.25.15 - 26 Jul 2024

  • Update default CodeQL bundle version to 2.18.1. #2385

3.25.14 - 25 Jul 2024

  • Experimental: add a new start-proxy action which starts the same HTTP proxy as used by github/dependabot-action. Do not use this in production as it is part of an internal experiment and subject to change at any time. #2376

3.25.13 - 19 Jul 2024

  • Add codeql-version to outputs. #2368
  • Add a deprecation warning for customers using CodeQL version 2.13.4 and earlier. These versions of CodeQL were discontinued on 9 July 2024 alongside GitHub Enterprise Server 3.9, and will be unsupported by CodeQL Action versions 3.26.0 and later and versions 2.26.0 and later. #2375
    • If you are using one of these versions, please update to CodeQL CLI version 2.13.5 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.12.6 and 2.13.4, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.25.13 and github/codeql-action/*@v2 by github/codeql-action/*@v2.25.13 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

3.25.12 - 12 Jul 2024

  • Improve the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode on GitHub Enterprise Server. This feature is already available to GitHub.com users. #2353
  • Update default CodeQL bundle version to 2.18.0. #2364

3.25.11 - 28 Jun 2024

  • Avoid failing the workflow run if there is an error while uploading debug artifacts. #2349
  • Update default CodeQL bundle version to 2.17.6. #2352

3.25.10 - 13 Jun 2024

  • Update default CodeQL bundle version to 2.17.5. #2327

3.25.9 - 12 Jun 2024

  • Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #2330
  • The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #2332

3.25.8 - 04 Jun 2024

... (truncated)

Commits
  • eb055d7 Merge pull request #2410 from github/update-v3.26.0-c24926b73
  • 3884d04 Update changelog for v3.26.0
  • c24926b Merge pull request #2407 from github/dependabot/npm_and_yarn/npm-7954a73ad2
  • 68ba39b Merge branch 'main' into dependabot/npm_and_yarn/npm-7954a73ad2
  • 8dd1773 Merge pull request #2408 from github/henrymercer/deprecate-codeql-2.13.4
  • 441c9d9 Merge pull request #2409 from github/henrymercer/fix-required-checks
  • f03da13 Exclude push-only unit tests job from required PR checks script
  • 29a5cfc Bump version to 3.26.0
  • 9e440ad Add changelog note
  • 136f5a5 Add CodeQL v2.17.6 to default test versions
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.15 to 3.26.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@afb54ba...eb055d7)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Aug 7, 2024
@bjhargrave bjhargrave merged commit d0c210e into main Aug 7, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/github/codeql-action-3.26.0 branch August 7, 2024 12:05
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Sep 6, 2024
…gin to v1 (main) (#22046)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[org.eclipse.transformer:transformer-maven-plugin](https://projects.eclipse.org/projects/technology.transformer)
([source](https://redirect.github.com/eclipse/transformer)) | `0.5.0` ->
`1.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.eclipse.transformer:transformer-maven-plugin/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.eclipse.transformer:transformer-maven-plugin/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.eclipse.transformer:transformer-maven-plugin/0.5.0/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.eclipse.transformer:transformer-maven-plugin/0.5.0/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>eclipse/transformer
(org.eclipse.transformer:transformer-maven-plugin)</summary>

###
[`v1.0.0`](https://redirect.github.com/eclipse/transformer/releases/tag/1.0.0):
Eclipse Transformer 1.0.0

[Compare
Source](https://redirect.github.com/eclipse/transformer/compare/0.5.0...1.0.0)

See [Release
Notes](https://redirect.github.com/eclipse/transformer/wiki/Release-Notes-1.0.0).

#### What's Changed

- build(deps): Bump maven-assembly-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/347](https://redirect.github.com/eclipse/transformer/pull/347)
- build(deps): Bump exec-maven-plugin from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/348](https://redirect.github.com/eclipse/transformer/pull/348)
- build(deps): Bump maven-install-plugin from 2.5.2 to 3.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/349](https://redirect.github.com/eclipse/transformer/pull/349)
- build(deps): Bump maven-install-plugin from 3.0.0 to 3.0.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/351](https://redirect.github.com/eclipse/transformer/pull/351)
- build(deps): Bump maven-assembly-plugin from 3.4.1 to 3.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/350](https://redirect.github.com/eclipse/transformer/pull/350)
- build(deps): Bump maven-resources-plugin from 3.2.0 to 3.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/352](https://redirect.github.com/eclipse/transformer/pull/352)
- rules: Add default Jakarta rule for orm.xml by
[@&#8203;bjhargrave](https://redirect.github.com/bjhargrave) in
[https://github.com/eclipse/transformer/pull/357](https://redirect.github.com/eclipse/transformer/pull/357)
- build(deps-dev): Bump byte-buddy from 1.12.12 to 1.12.13 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/354](https://redirect.github.com/eclipse/transformer/pull/354)
- build(deps): Bump junit-bom from 5.8.2 to 5.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/353](https://redirect.github.com/eclipse/transformer/pull/353)
- build(deps): Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/358](https://redirect.github.com/eclipse/transformer/pull/358)
- build(deps): Bump flatten-maven-plugin from 1.2.7 to 1.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/359](https://redirect.github.com/eclipse/transformer/pull/359)
- Organize imports by
[@&#8203;bjhargrave](https://redirect.github.com/bjhargrave) in
[https://github.com/eclipse/transformer/pull/360](https://redirect.github.com/eclipse/transformer/pull/360)
- build(deps-dev): Bump byte-buddy from 1.12.13 to 1.12.14 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/363](https://redirect.github.com/eclipse/transformer/pull/363)
- build(deps-dev): Bump byte-buddy from 1.12.14 to 1.12.16 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/366](https://redirect.github.com/eclipse/transformer/pull/366)
- build(deps): Bump maven-jar-plugin from 3.2.2 to 3.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/367](https://redirect.github.com/eclipse/transformer/pull/367)
- build(deps): Bump junit-bom from 5.9.0 to 5.9.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/368](https://redirect.github.com/eclipse/transformer/pull/368)
- build(deps-dev): Bump byte-buddy from 1.12.16 to 1.12.17 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/369](https://redirect.github.com/eclipse/transformer/pull/369)
- build(deps): Bump actions/stale from 5 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/370](https://redirect.github.com/eclipse/transformer/pull/370)
- build(deps-dev): Bump byte-buddy from 1.12.17 to 1.12.18 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/371](https://redirect.github.com/eclipse/transformer/pull/371)
- build(deps): Bump maven-plugin-plugin from 3.6.4 to 3.7.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/372](https://redirect.github.com/eclipse/transformer/pull/372)
- build(deps-dev): Bump byte-buddy from 1.12.18 to 1.12.19 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/373](https://redirect.github.com/eclipse/transformer/pull/373)
- build(deps): Bump maven-install-plugin from 3.0.1 to 3.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/374](https://redirect.github.com/eclipse/transformer/pull/374)
- build(deps): Bump maven-dependency-plugin from 3.3.0 to 3.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/375](https://redirect.github.com/eclipse/transformer/pull/375)
- build(deps): Bump bnd.version from 6.3.1 to 6.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/376](https://redirect.github.com/eclipse/transformer/pull/376)
- \[StepSecurity] ci: Harden GitHub Actions by
[@&#8203;step-security-bot](https://redirect.github.com/step-security-bot)
in
[https://github.com/eclipse/transformer/pull/377](https://redirect.github.com/eclipse/transformer/pull/377)
- build(deps): Bump github/codeql-action from 2.1.35 to 2.1.36 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/378](https://redirect.github.com/eclipse/transformer/pull/378)
- build(deps): Bump actions/checkout from 3.1.0 to 3.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/379](https://redirect.github.com/eclipse/transformer/pull/379)
- build(deps): Bump github/codeql-action from 2.1.36 to 2.1.37 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/380](https://redirect.github.com/eclipse/transformer/pull/380)
- build(deps): Bump actions/setup-java from 3.8.0 to 3.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/381](https://redirect.github.com/eclipse/transformer/pull/381)
- build(deps-dev): Bump byte-buddy from 1.12.19 to 1.12.20 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/382](https://redirect.github.com/eclipse/transformer/pull/382)
- build(deps): Bump maven-invoker-plugin from 3.3.0 to 3.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/383](https://redirect.github.com/eclipse/transformer/pull/383)
- build(deps): Bump actions/stale from 6.0.1 to 7.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/385](https://redirect.github.com/eclipse/transformer/pull/385)
- build(deps-dev): Bump org.osgi.service.component.annotations from
1.5.0 to 1.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/384](https://redirect.github.com/eclipse/transformer/pull/384)
- build: Update maven version to 3.8.7 by
[@&#8203;bjhargrave](https://redirect.github.com/bjhargrave) in
[https://github.com/eclipse/transformer/pull/386](https://redirect.github.com/eclipse/transformer/pull/386)
- build(deps-dev): Bump byte-buddy from 1.12.20 to 1.12.21 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/387](https://redirect.github.com/eclipse/transformer/pull/387)
- build(deps): Bump actions/checkout from 3.2.0 to 3.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/388](https://redirect.github.com/eclipse/transformer/pull/388)
- build(deps-dev): Bump assertj-core from 3.23.1 to 3.24.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/389](https://redirect.github.com/eclipse/transformer/pull/389)
- build(deps): Bump junit-bom from 5.9.1 to 5.9.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/390](https://redirect.github.com/eclipse/transformer/pull/390)
- build(deps-dev): Bump xmlunit-assertj from 2.9.0 to 2.9.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/391](https://redirect.github.com/eclipse/transformer/pull/391)
- build(deps): Bump maven-dependency-plugin from 3.4.0 to 3.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/392](https://redirect.github.com/eclipse/transformer/pull/392)
- build(deps): Bump github/codeql-action from 2.1.37 to 2.1.38 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/394](https://redirect.github.com/eclipse/transformer/pull/394)
- build(deps-dev): Bump byte-buddy from 1.12.21 to 1.12.22 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/393](https://redirect.github.com/eclipse/transformer/pull/393)
- build(deps): Bump step-security/harden-runner from 2.0.0 to 2.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/395](https://redirect.github.com/eclipse/transformer/pull/395)
- build(deps-dev): Bump assertj-core from 3.24.1 to 3.24.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/397](https://redirect.github.com/eclipse/transformer/pull/397)
- build(deps): Bump maven-plugin-plugin from 3.7.0 to 3.7.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/396](https://redirect.github.com/eclipse/transformer/pull/396)
- build(deps): Bump github/codeql-action from 2.1.38 to 2.1.39 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/398](https://redirect.github.com/eclipse/transformer/pull/398)
- build(deps): Bump github/codeql-action from 2.1.39 to 2.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/400](https://redirect.github.com/eclipse/transformer/pull/400)
- build(deps): Bump github/codeql-action from 2.2.0 to 2.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/401](https://redirect.github.com/eclipse/transformer/pull/401)
- build(deps-dev): Bump byte-buddy from 1.12.22 to 1.12.23 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/402](https://redirect.github.com/eclipse/transformer/pull/402)
- build(deps): Bump github/codeql-action from 2.2.1 to 2.2.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/403](https://redirect.github.com/eclipse/transformer/pull/403)
- build(deps): Bump actions/setup-java from 3.9.0 to 3.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/404](https://redirect.github.com/eclipse/transformer/pull/404)
- build(deps): Bump github/codeql-action from 2.2.2 to 2.2.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/405](https://redirect.github.com/eclipse/transformer/pull/405)
- build(deps): Bump github/codeql-action from 2.2.3 to 2.2.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/406](https://redirect.github.com/eclipse/transformer/pull/406)
- build(deps-dev): Bump byte-buddy from 1.12.23 to 1.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/407](https://redirect.github.com/eclipse/transformer/pull/407)
- build(deps): Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/408](https://redirect.github.com/eclipse/transformer/pull/408)
- build(deps): Bump maven-assembly-plugin from 3.4.2 to 3.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/412](https://redirect.github.com/eclipse/transformer/pull/412)
- build(deps): Bump maven-plugin-plugin from 3.7.1 to 3.8.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/414](https://redirect.github.com/eclipse/transformer/pull/414)
- build(deps): Bump actions/stale from 7.0.0 to 8.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/421](https://redirect.github.com/eclipse/transformer/pull/421)
- build(deps): Bump actions/setup-java from 3.10.0 to 3.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/424](https://redirect.github.com/eclipse/transformer/pull/424)
- build(deps): Bump step-security/harden-runner from 2.1.0 to 2.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/428](https://redirect.github.com/eclipse/transformer/pull/428)
- build(deps): Bump github/codeql-action from 2.2.4 to 2.2.12 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/433](https://redirect.github.com/eclipse/transformer/pull/433)
- build(deps-dev): Bump byte-buddy from 1.13.0 to 1.14.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/430](https://redirect.github.com/eclipse/transformer/pull/430)
- build(deps): Bump maven-invoker-plugin from 3.4.0 to 3.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/427](https://redirect.github.com/eclipse/transformer/pull/427)
- build(deps): Bump actions/checkout from 3.3.0 to 3.5.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/434](https://redirect.github.com/eclipse/transformer/pull/434)
- build(deps): Bump flatten-maven-plugin from 1.3.0 to 1.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/437](https://redirect.github.com/eclipse/transformer/pull/437)
- build(deps): Bump maven-resources-plugin from 3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/435](https://redirect.github.com/eclipse/transformer/pull/435)
- build(deps): Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/439](https://redirect.github.com/eclipse/transformer/pull/439)
- build(deps): Bump maven-surefire-plugin from 2.22.2 to 3.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/438](https://redirect.github.com/eclipse/transformer/pull/438)
- build(deps): Bump maven-install-plugin from 3.1.0 to 3.1.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/436](https://redirect.github.com/eclipse/transformer/pull/436)
- build(deps): Bump github/codeql-action from 2.2.12 to 2.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/443](https://redirect.github.com/eclipse/transformer/pull/443)
- build(deps): Bump maven-plugin-plugin from 3.8.1 to 3.8.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/444](https://redirect.github.com/eclipse/transformer/pull/444)
- build(deps): Bump step-security/harden-runner from 2.3.0 to 2.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/442](https://redirect.github.com/eclipse/transformer/pull/442)
- build(deps): Bump github/codeql-action from 2.3.0 to 2.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/446](https://redirect.github.com/eclipse/transformer/pull/446)
- build(deps): Bump junit-bom from 5.9.2 to 5.9.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/445](https://redirect.github.com/eclipse/transformer/pull/445)
- bnd: Avoid java imports in test case by
[@&#8203;bjhargrave](https://redirect.github.com/bjhargrave) in
[https://github.com/eclipse/transformer/pull/447](https://redirect.github.com/eclipse/transformer/pull/447)
- build(deps): Bump github/codeql-action from 2.3.1 to 2.3.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/448](https://redirect.github.com/eclipse/transformer/pull/448)
- build(deps): Bump step-security/harden-runner from 2.3.1 to 2.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/450](https://redirect.github.com/eclipse/transformer/pull/450)
- build(deps): Bump github/codeql-action from 2.3.2 to 2.3.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/449](https://redirect.github.com/eclipse/transformer/pull/449)
- build(deps): Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/452](https://redirect.github.com/eclipse/transformer/pull/452)
- build(deps): Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/451](https://redirect.github.com/eclipse/transformer/pull/451)
- build(deps): Bump flatten-maven-plugin from 1.4.1 to 1.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/453](https://redirect.github.com/eclipse/transformer/pull/453)
- build(deps): Bump maven-assembly-plugin from 3.5.0 to 3.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/455](https://redirect.github.com/eclipse/transformer/pull/455)
- build(deps): Bump maven-plugin-plugin from 3.8.2 to 3.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/454](https://redirect.github.com/eclipse/transformer/pull/454)
- build(deps): Bump maven-source-plugin from 3.2.1 to 3.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/456](https://redirect.github.com/eclipse/transformer/pull/456)
- build(deps): Bump maven-dependency-plugin from 3.5.0 to 3.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/457](https://redirect.github.com/eclipse/transformer/pull/457)
- build(deps): Bump github/codeql-action from 2.3.3 to 2.3.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/458](https://redirect.github.com/eclipse/transformer/pull/458)
- build(deps): Bump github/codeql-action from 2.3.4 to 2.3.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/459](https://redirect.github.com/eclipse/transformer/pull/459)
- build(deps): Bump github/codeql-action from 2.3.5 to 2.3.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/466](https://redirect.github.com/eclipse/transformer/pull/466)
- build(deps-dev): Bump byte-buddy from 1.14.4 to 1.14.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/467](https://redirect.github.com/eclipse/transformer/pull/467)
- build(deps): Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/469](https://redirect.github.com/eclipse/transformer/pull/469)
-
feat([#&#8203;462](https://redirect.github.com/eclipse/transformer/issues/462))
add timings jar war by
[@&#8203;jeanouii](https://redirect.github.com/jeanouii) in
[https://github.com/eclipse/transformer/pull/470](https://redirect.github.com/eclipse/transformer/pull/470)
-
feat([#&#8203;464](https://redirect.github.com/eclipse/transformer/issues/464))
add date time cli option by
[@&#8203;jeanouii](https://redirect.github.com/jeanouii) in
[https://github.com/eclipse/transformer/pull/471](https://redirect.github.com/eclipse/transformer/pull/471)
- fix: small typos by
[@&#8203;jeanouii](https://redirect.github.com/jeanouii) in
[https://github.com/eclipse/transformer/pull/473](https://redirect.github.com/eclipse/transformer/pull/473)
- build(deps): Bump actions/checkout from 3.5.2 to 3.5.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/477](https://redirect.github.com/eclipse/transformer/pull/477)
- build(deps): Bump github/codeql-action from 2.3.6 to 2.13.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/478](https://redirect.github.com/eclipse/transformer/pull/478)
- build(deps): Bump maven-invoker-plugin from 3.5.1 to 3.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/479](https://redirect.github.com/eclipse/transformer/pull/479)
- build(deps): Bump step-security/harden-runner from 2.4.0 to 2.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/480](https://redirect.github.com/eclipse/transformer/pull/480)
- build(deps): Bump org.junit:junit-bom from 5.9.3 to 5.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/481](https://redirect.github.com/eclipse/transformer/pull/481)
- build(deps): Bump step-security/harden-runner from 2.4.1 to 2.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/482](https://redirect.github.com/eclipse/transformer/pull/482)
- build(deps): Bump actions/setup-java from 3.11.0 to 3.12.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/483](https://redirect.github.com/eclipse/transformer/pull/483)
- build(deps): Bump step-security/harden-runner from 2.5.0 to 2.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/484](https://redirect.github.com/eclipse/transformer/pull/484)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/490](https://redirect.github.com/eclipse/transformer/pull/490)
- build(deps): Bump actions/checkout from 3.5.3 to 3.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/493](https://redirect.github.com/eclipse/transformer/pull/493)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.6 to 1.14.7
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/494](https://redirect.github.com/eclipse/transformer/pull/494)
- build(deps): Bump actions/checkout from 3.6.0 to 4.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/495](https://redirect.github.com/eclipse/transformer/pull/495)
- build(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.5.0 to 3.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/496](https://redirect.github.com/eclipse/transformer/pull/496)
- build(deps): Bump actions/setup-java from 3.12.0 to 3.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/497](https://redirect.github.com/eclipse/transformer/pull/497)
- build(deps): Bump actions/checkout from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/498](https://redirect.github.com/eclipse/transformer/pull/498)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.8
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/499](https://redirect.github.com/eclipse/transformer/pull/499)
- build(deps): Bump step-security/harden-runner from 2.5.1 to 2.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/500](https://redirect.github.com/eclipse/transformer/pull/500)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.8 to 1.14.9
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/503](https://redirect.github.com/eclipse/transformer/pull/503)
- build(deps): Bump actions/checkout from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/504](https://redirect.github.com/eclipse/transformer/pull/504)
- build(deps): Bump
org.apache.maven.plugin-tools:maven-plugin-annotations from 3.6.4 to
3.10.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/506](https://redirect.github.com/eclipse/transformer/pull/506)
- build(deps): Bump org.apache.maven.plugins:maven-plugin-plugin from
3.9.0 to 3.10.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/507](https://redirect.github.com/eclipse/transformer/pull/507)
- build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from
3.1.2 to 3.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/508](https://redirect.github.com/eclipse/transformer/pull/508)
- build(deps): Bump org.apache.maven.plugins:maven-dependency-plugin
from 3.6.0 to 3.6.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/509](https://redirect.github.com/eclipse/transformer/pull/509)
- build(deps): Bump commons-cli:commons-cli from 1.5.0 to 1.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/510](https://redirect.github.com/eclipse/transformer/pull/510)
- build(deps): Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/511](https://redirect.github.com/eclipse/transformer/pull/511)
- build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from
3.2.1 to 3.2.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/514](https://redirect.github.com/eclipse/transformer/pull/514)
- build(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.6.0 to 3.6.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/512](https://redirect.github.com/eclipse/transformer/pull/512)
- build(deps): Bump
org.apache.maven.plugin-tools:maven-plugin-annotations from 3.10.1 to
3.10.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/513](https://redirect.github.com/eclipse/transformer/pull/513)
- build(deps): Bump org.apache.maven.plugins:maven-plugin-plugin from
3.10.1 to 3.10.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/515](https://redirect.github.com/eclipse/transformer/pull/515)
- build(deps): Bump step-security/harden-runner from 2.6.0 to 2.6.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/516](https://redirect.github.com/eclipse/transformer/pull/516)
- build(deps): Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to
3.1.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/517](https://redirect.github.com/eclipse/transformer/pull/517)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/518](https://redirect.github.com/eclipse/transformer/pull/518)
- build(deps): Bump actions/setup-java from 3.13.0 to 4.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/520](https://redirect.github.com/eclipse/transformer/pull/520)
- build(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.6.2 to 3.6.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/521](https://redirect.github.com/eclipse/transformer/pull/521)
- build(deps): Bump actions/stale from 8.0.0 to 9.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/523](https://redirect.github.com/eclipse/transformer/pull/523)
- build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from
3.2.2 to 3.2.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/524](https://redirect.github.com/eclipse/transformer/pull/524)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/526](https://redirect.github.com/eclipse/transformer/pull/526)
- Fixes
[#&#8203;519](https://redirect.github.com/eclipse/transformer/issues/519)
- Unable to run Eclipse Transformer on Java 21 using the Maven plugin by
[@&#8203;mnriem](https://redirect.github.com/mnriem) in
[https://github.com/eclipse/transformer/pull/529](https://redirect.github.com/eclipse/transformer/pull/529)
- build(deps-dev): Bump org.assertj:assertj-core from 3.24.2 to 3.25.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/530](https://redirect.github.com/eclipse/transformer/pull/530)
- build(deps-dev): Bump org.assertj:assertj-core from 3.25.0 to 3.25.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/531](https://redirect.github.com/eclipse/transformer/pull/531)
- build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from
3.2.3 to 3.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/532](https://redirect.github.com/eclipse/transformer/pull/532)
- build(deps): Bump org.apache.maven.plugins:maven-plugin-plugin from
3.10.2 to 3.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/533](https://redirect.github.com/eclipse/transformer/pull/533)
- build(deps): Bump
org.apache.maven.plugin-tools:maven-plugin-annotations from 3.10.2 to
3.11.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/534](https://redirect.github.com/eclipse/transformer/pull/534)
- build(deps): Bump step-security/harden-runner from 2.6.1 to 2.7.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/537](https://redirect.github.com/eclipse/transformer/pull/537)
- build(deps): Bump actions/setup-java from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/539](https://redirect.github.com/eclipse/transformer/pull/539)
- build(deps): Bump actions/setup-java from 4.1.0 to 4.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/542](https://redirect.github.com/eclipse/transformer/pull/542)
- build(deps): Bump actions/setup-java from 4.2.0 to 4.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/543](https://redirect.github.com/eclipse/transformer/pull/543)
- build(deps): Bump org.apache.maven.plugins:maven-compiler-plugin from
3.11.0 to 3.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/545](https://redirect.github.com/eclipse/transformer/pull/545)
- build(deps): Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to
1.6.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/535](https://redirect.github.com/eclipse/transformer/pull/535)
- build(deps): Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/546](https://redirect.github.com/eclipse/transformer/pull/546)
- build(deps): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0
to 3.2.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/547](https://redirect.github.com/eclipse/transformer/pull/547)
- build(deps): Bump org.codehaus.plexus:plexus-component-metadata from
2.1.1 to 2.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/527](https://redirect.github.com/eclipse/transformer/pull/527)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/550](https://redirect.github.com/eclipse/transformer/pull/550)
- build(deps-dev): Bump org.assertj:assertj-core from 3.25.1 to 3.25.3
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/549](https://redirect.github.com/eclipse/transformer/pull/549)
- build(deps): Bump org.apache.maven.plugins:maven-assembly-plugin from
3.6.0 to 3.7.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/548](https://redirect.github.com/eclipse/transformer/pull/548)
- build(deps): Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to
3.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/551](https://redirect.github.com/eclipse/transformer/pull/551)
- build(deps): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1
to 3.2.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/552](https://redirect.github.com/eclipse/transformer/pull/552)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/553](https://redirect.github.com/eclipse/transformer/pull/553)
- build(deps): Bump org.apache.maven.plugins:maven-invoker-plugin from
3.6.0 to 3.6.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/556](https://redirect.github.com/eclipse/transformer/pull/556)
- build(deps): Bump org.apache.maven.plugins:maven-plugin-plugin from
3.11.0 to 3.12.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/558](https://redirect.github.com/eclipse/transformer/pull/558)
- build(deps): Bump
org.apache.maven.plugin-tools:maven-plugin-annotations from 3.11.0 to
3.12.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/557](https://redirect.github.com/eclipse/transformer/pull/557)
- build(deps): Bump org.apache.maven.plugins:maven-source-plugin from
3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/559](https://redirect.github.com/eclipse/transformer/pull/559)
- build(deps): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2
to 3.2.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/560](https://redirect.github.com/eclipse/transformer/pull/560)
- build(deps): Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0
to 3.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/561](https://redirect.github.com/eclipse/transformer/pull/561)
- build(deps): Bump commons-cli:commons-cli from 1.6.0 to 1.7.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/562](https://redirect.github.com/eclipse/transformer/pull/562)
- build(deps): Bump actions/checkout from 4.1.1 to 4.1.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/565](https://redirect.github.com/eclipse/transformer/pull/565)
- build(deps): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3
to 3.2.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/564](https://redirect.github.com/eclipse/transformer/pull/564)
- build(deps): Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0
to 3.4.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/563](https://redirect.github.com/eclipse/transformer/pull/563)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/566](https://redirect.github.com/eclipse/transformer/pull/566)
- build(deps): Bump actions/checkout from 4.1.3 to 4.1.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/567](https://redirect.github.com/eclipse/transformer/pull/567)
- build(deps-dev): Bump org.xmlunit:xmlunit-assertj from 2.9.1 to 2.10.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/568](https://redirect.github.com/eclipse/transformer/pull/568)
- build(deps): Bump step-security/harden-runner from 2.7.0 to 2.7.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/570](https://redirect.github.com/eclipse/transformer/pull/570)
- build(deps): Bump org.apache.maven.plugins:maven-install-plugin from
3.1.1 to 3.1.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/569](https://redirect.github.com/eclipse/transformer/pull/569)
- build(deps): Bump org.apache.maven.plugins:maven-plugin-plugin from
3.12.0 to 3.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/572](https://redirect.github.com/eclipse/transformer/pull/572)
- build(deps): Bump
org.apache.maven.plugin-tools:maven-plugin-annotations from 3.12.0 to
3.13.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/571](https://redirect.github.com/eclipse/transformer/pull/571)
- build(deps): Bump actions/checkout from 4.1.4 to 4.1.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/574](https://redirect.github.com/eclipse/transformer/pull/574)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/575](https://redirect.github.com/eclipse/transformer/pull/575)
- build(deps): Bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/576](https://redirect.github.com/eclipse/transformer/pull/576)
- build(deps): Bump github/codeql-action from 2.13.4 to 3.25.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/577](https://redirect.github.com/eclipse/transformer/pull/577)
- build(deps): Bump github/codeql-action from 3.25.5 to 3.25.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/578](https://redirect.github.com/eclipse/transformer/pull/578)
- Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/579](https://redirect.github.com/eclipse/transformer/pull/579)
- Bump net.bytebuddy:byte-buddy from 1.14.15 to 1.14.16 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/581](https://redirect.github.com/eclipse/transformer/pull/581)
- Bump step-security/harden-runner from 2.7.1 to 2.8.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/580](https://redirect.github.com/eclipse/transformer/pull/580)
- Bump commons-cli:commons-cli from 1.7.0 to 1.8.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/582](https://redirect.github.com/eclipse/transformer/pull/582)
- Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/585](https://redirect.github.com/eclipse/transformer/pull/585)
- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/584](https://redirect.github.com/eclipse/transformer/pull/584)
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to
1.7.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/586](https://redirect.github.com/eclipse/transformer/pull/586)
- Bump net.bytebuddy:byte-buddy from 1.14.16 to 1.14.17 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/587](https://redirect.github.com/eclipse/transformer/pull/587)
- Bump github/codeql-action from 3.25.6 to 3.25.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/588](https://redirect.github.com/eclipse/transformer/pull/588)
- Bump org.apache.maven.plugin-tools:maven-plugin-annotations from
3.13.0 to 3.13.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/591](https://redirect.github.com/eclipse/transformer/pull/591)
- Bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.0 to
3.13.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/589](https://redirect.github.com/eclipse/transformer/pull/589)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/590](https://redirect.github.com/eclipse/transformer/pull/590)
- Bump github/codeql-action from 3.25.7 to 3.25.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/592](https://redirect.github.com/eclipse/transformer/pull/592)
- Bump step-security/harden-runner from 2.8.0 to 2.8.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/593](https://redirect.github.com/eclipse/transformer/pull/593)
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to
3.7.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/594](https://redirect.github.com/eclipse/transformer/pull/594)
- Bump github/codeql-action from 3.25.8 to 3.25.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/597](https://redirect.github.com/eclipse/transformer/pull/597)
- Bump actions/checkout from 4.1.6 to 4.1.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/596](https://redirect.github.com/eclipse/transformer/pull/596)
- Bump github/codeql-action from 3.25.9 to 3.25.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/598](https://redirect.github.com/eclipse/transformer/pull/598)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to
3.3.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/599](https://redirect.github.com/eclipse/transformer/pull/599)
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/601](https://redirect.github.com/eclipse/transformer/pull/601)
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0 to
3.7.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/602](https://redirect.github.com/eclipse/transformer/pull/602)
- Bump org.junit:junit-bom from 5.10.2 to 5.10.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/604](https://redirect.github.com/eclipse/transformer/pull/604)
- Bump github/codeql-action from 3.25.10 to 3.25.11 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/605](https://redirect.github.com/eclipse/transformer/pull/605)
- Bump net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/608](https://redirect.github.com/eclipse/transformer/pull/608)
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/609](https://redirect.github.com/eclipse/transformer/pull/609)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to
3.3.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/610](https://redirect.github.com/eclipse/transformer/pull/610)
- Bump github/codeql-action from 3.25.11 to 3.25.12 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/612](https://redirect.github.com/eclipse/transformer/pull/612)
- Bump step-security/harden-runner from 2.8.1 to 2.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/613](https://redirect.github.com/eclipse/transformer/pull/613)
- Bump github/codeql-action from 3.25.12 to 3.25.13 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/615](https://redirect.github.com/eclipse/transformer/pull/615)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/614](https://redirect.github.com/eclipse/transformer/pull/614)
- Bump github/codeql-action from 3.25.13 to 3.25.14 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/616](https://redirect.github.com/eclipse/transformer/pull/616)
- Bump github/codeql-action from 3.25.14 to 3.25.15 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/617](https://redirect.github.com/eclipse/transformer/pull/617)
- Bump step-security/harden-runner from 2.9.0 to 2.9.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/619](https://redirect.github.com/eclipse/transformer/pull/619)
- Bump actions/setup-java from 4.2.1 to 4.2.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/618](https://redirect.github.com/eclipse/transformer/pull/618)
- Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/621](https://redirect.github.com/eclipse/transformer/pull/621)
- Bump github/codeql-action from 3.25.15 to 3.26.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/620](https://redirect.github.com/eclipse/transformer/pull/620)
- Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/622](https://redirect.github.com/eclipse/transformer/pull/622)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/623](https://redirect.github.com/eclipse/transformer/pull/623)
- Bump github/codeql-action from 3.26.0 to 3.26.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/624](https://redirect.github.com/eclipse/transformer/pull/624)
- Bump github/codeql-action from 3.26.1 to 3.26.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/627](https://redirect.github.com/eclipse/transformer/pull/627)
- Bump org.junit:junit-bom from 5.10.3 to 5.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/626](https://redirect.github.com/eclipse/transformer/pull/626)
- Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/625](https://redirect.github.com/eclipse/transformer/pull/625)
- Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.14.19 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/628](https://redirect.github.com/eclipse/transformer/pull/628)
- Bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.1 to
3.14.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/632](https://redirect.github.com/eclipse/transformer/pull/632)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to
3.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/629](https://redirect.github.com/eclipse/transformer/pull/629)
- Bump org.apache.maven.plugin-tools:maven-plugin-annotations from
3.13.1 to 3.14.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/630](https://redirect.github.com/eclipse/transformer/pull/630)
- Bump github/codeql-action from 3.26.2 to 3.26.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/634](https://redirect.github.com/eclipse/transformer/pull/634)
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/633](https://redirect.github.com/eclipse/transformer/pull/633)
- \[ISSUE 606] Discard signatures from jar file that was mutated by
[@&#8203;jluehe](https://redirect.github.com/jluehe) in
[https://github.com/eclipse/transformer/pull/607](https://redirect.github.com/eclipse/transformer/pull/607)
- Bump github/codeql-action from 3.26.3 to 3.26.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/636](https://redirect.github.com/eclipse/transformer/pull/636)
- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/638](https://redirect.github.com/eclipse/transformer/pull/638)
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to
3.8.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/637](https://redirect.github.com/eclipse/transformer/pull/637)
- Prepare for 1.0 release by
[@&#8203;bjhargrave](https://redirect.github.com/bjhargrave) in
[https://github.com/eclipse/transformer/pull/635](https://redirect.github.com/eclipse/transformer/pull/635)

#### New Contributors

-
[@&#8203;step-security-bot](https://redirect.github.com/step-security-bot)
made their first contribution in
[https://github.com/eclipse/transformer/pull/377](https://redirect.github.com/eclipse/transformer/pull/377)
- [@&#8203;jeanouii](https://redirect.github.com/jeanouii) made their
first contribution in
[https://github.com/eclipse/transformer/pull/470](https://redirect.github.com/eclipse/transformer/pull/470)
- [@&#8203;mnriem](https://redirect.github.com/mnriem) made their first
contribution in
[https://github.com/eclipse/transformer/pull/529](https://redirect.github.com/eclipse/transformer/pull/529)
- [@&#8203;jluehe](https://redirect.github.com/jluehe) made their first
contribution in
[https://github.com/eclipse/transformer/pull/607](https://redirect.github.com/eclipse/transformer/pull/607)

**Full Changelog**:
https://github.com/eclipse/transformer/compare/0.5.0...1.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Sep 7, 2024
…gin to v1 (main) (#22046)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[org.eclipse.transformer:transformer-maven-plugin](https://projects.eclipse.org/projects/technology.transformer)
([source](https://redirect.github.com/eclipse/transformer)) | `0.5.0` ->
`1.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.eclipse.transformer:transformer-maven-plugin/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.eclipse.transformer:transformer-maven-plugin/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.eclipse.transformer:transformer-maven-plugin/0.5.0/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.eclipse.transformer:transformer-maven-plugin/0.5.0/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>eclipse/transformer
(org.eclipse.transformer:transformer-maven-plugin)</summary>

###
[`v1.0.0`](https://redirect.github.com/eclipse/transformer/releases/tag/1.0.0):
Eclipse Transformer 1.0.0

[Compare
Source](https://redirect.github.com/eclipse/transformer/compare/0.5.0...1.0.0)

See [Release
Notes](https://redirect.github.com/eclipse/transformer/wiki/Release-Notes-1.0.0).

#### What's Changed

- build(deps): Bump maven-assembly-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/347](https://redirect.github.com/eclipse/transformer/pull/347)
- build(deps): Bump exec-maven-plugin from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/348](https://redirect.github.com/eclipse/transformer/pull/348)
- build(deps): Bump maven-install-plugin from 2.5.2 to 3.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/349](https://redirect.github.com/eclipse/transformer/pull/349)
- build(deps): Bump maven-install-plugin from 3.0.0 to 3.0.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/351](https://redirect.github.com/eclipse/transformer/pull/351)
- build(deps): Bump maven-assembly-plugin from 3.4.1 to 3.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/350](https://redirect.github.com/eclipse/transformer/pull/350)
- build(deps): Bump maven-resources-plugin from 3.2.0 to 3.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/352](https://redirect.github.com/eclipse/transformer/pull/352)
- rules: Add default Jakarta rule for orm.xml by
[@&#8203;bjhargrave](https://redirect.github.com/bjhargrave) in
[https://github.com/eclipse/transformer/pull/357](https://redirect.github.com/eclipse/transformer/pull/357)
- build(deps-dev): Bump byte-buddy from 1.12.12 to 1.12.13 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/354](https://redirect.github.com/eclipse/transformer/pull/354)
- build(deps): Bump junit-bom from 5.8.2 to 5.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/353](https://redirect.github.com/eclipse/transformer/pull/353)
- build(deps): Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/358](https://redirect.github.com/eclipse/transformer/pull/358)
- build(deps): Bump flatten-maven-plugin from 1.2.7 to 1.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/359](https://redirect.github.com/eclipse/transformer/pull/359)
- Organize imports by
[@&#8203;bjhargrave](https://redirect.github.com/bjhargrave) in
[https://github.com/eclipse/transformer/pull/360](https://redirect.github.com/eclipse/transformer/pull/360)
- build(deps-dev): Bump byte-buddy from 1.12.13 to 1.12.14 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/363](https://redirect.github.com/eclipse/transformer/pull/363)
- build(deps-dev): Bump byte-buddy from 1.12.14 to 1.12.16 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/366](https://redirect.github.com/eclipse/transformer/pull/366)
- build(deps): Bump maven-jar-plugin from 3.2.2 to 3.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/367](https://redirect.github.com/eclipse/transformer/pull/367)
- build(deps): Bump junit-bom from 5.9.0 to 5.9.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/368](https://redirect.github.com/eclipse/transformer/pull/368)
- build(deps-dev): Bump byte-buddy from 1.12.16 to 1.12.17 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/369](https://redirect.github.com/eclipse/transformer/pull/369)
- build(deps): Bump actions/stale from 5 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/370](https://redirect.github.com/eclipse/transformer/pull/370)
- build(deps-dev): Bump byte-buddy from 1.12.17 to 1.12.18 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/371](https://redirect.github.com/eclipse/transformer/pull/371)
- build(deps): Bump maven-plugin-plugin from 3.6.4 to 3.7.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/372](https://redirect.github.com/eclipse/transformer/pull/372)
- build(deps-dev): Bump byte-buddy from 1.12.18 to 1.12.19 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/373](https://redirect.github.com/eclipse/transformer/pull/373)
- build(deps): Bump maven-install-plugin from 3.0.1 to 3.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/374](https://redirect.github.com/eclipse/transformer/pull/374)
- build(deps): Bump maven-dependency-plugin from 3.3.0 to 3.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/375](https://redirect.github.com/eclipse/transformer/pull/375)
- build(deps): Bump bnd.version from 6.3.1 to 6.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/376](https://redirect.github.com/eclipse/transformer/pull/376)
- \[StepSecurity] ci: Harden GitHub Actions by
[@&#8203;step-security-bot](https://redirect.github.com/step-security-bot)
in
[https://github.com/eclipse/transformer/pull/377](https://redirect.github.com/eclipse/transformer/pull/377)
- build(deps): Bump github/codeql-action from 2.1.35 to 2.1.36 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/378](https://redirect.github.com/eclipse/transformer/pull/378)
- build(deps): Bump actions/checkout from 3.1.0 to 3.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/379](https://redirect.github.com/eclipse/transformer/pull/379)
- build(deps): Bump github/codeql-action from 2.1.36 to 2.1.37 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/380](https://redirect.github.com/eclipse/transformer/pull/380)
- build(deps): Bump actions/setup-java from 3.8.0 to 3.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/381](https://redirect.github.com/eclipse/transformer/pull/381)
- build(deps-dev): Bump byte-buddy from 1.12.19 to 1.12.20 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/382](https://redirect.github.com/eclipse/transformer/pull/382)
- build(deps): Bump maven-invoker-plugin from 3.3.0 to 3.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/383](https://redirect.github.com/eclipse/transformer/pull/383)
- build(deps): Bump actions/stale from 6.0.1 to 7.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/385](https://redirect.github.com/eclipse/transformer/pull/385)
- build(deps-dev): Bump org.osgi.service.component.annotations from
1.5.0 to 1.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/384](https://redirect.github.com/eclipse/transformer/pull/384)
- build: Update maven version to 3.8.7 by
[@&#8203;bjhargrave](https://redirect.github.com/bjhargrave) in
[https://github.com/eclipse/transformer/pull/386](https://redirect.github.com/eclipse/transformer/pull/386)
- build(deps-dev): Bump byte-buddy from 1.12.20 to 1.12.21 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/387](https://redirect.github.com/eclipse/transformer/pull/387)
- build(deps): Bump actions/checkout from 3.2.0 to 3.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/388](https://redirect.github.com/eclipse/transformer/pull/388)
- build(deps-dev): Bump assertj-core from 3.23.1 to 3.24.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/389](https://redirect.github.com/eclipse/transformer/pull/389)
- build(deps): Bump junit-bom from 5.9.1 to 5.9.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/390](https://redirect.github.com/eclipse/transformer/pull/390)
- build(deps-dev): Bump xmlunit-assertj from 2.9.0 to 2.9.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/391](https://redirect.github.com/eclipse/transformer/pull/391)
- build(deps): Bump maven-dependency-plugin from 3.4.0 to 3.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/392](https://redirect.github.com/eclipse/transformer/pull/392)
- build(deps): Bump github/codeql-action from 2.1.37 to 2.1.38 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/394](https://redirect.github.com/eclipse/transformer/pull/394)
- build(deps-dev): Bump byte-buddy from 1.12.21 to 1.12.22 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/393](https://redirect.github.com/eclipse/transformer/pull/393)
- build(deps): Bump step-security/harden-runner from 2.0.0 to 2.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/395](https://redirect.github.com/eclipse/transformer/pull/395)
- build(deps-dev): Bump assertj-core from 3.24.1 to 3.24.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/397](https://redirect.github.com/eclipse/transformer/pull/397)
- build(deps): Bump maven-plugin-plugin from 3.7.0 to 3.7.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/396](https://redirect.github.com/eclipse/transformer/pull/396)
- build(deps): Bump github/codeql-action from 2.1.38 to 2.1.39 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/398](https://redirect.github.com/eclipse/transformer/pull/398)
- build(deps): Bump github/codeql-action from 2.1.39 to 2.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/400](https://redirect.github.com/eclipse/transformer/pull/400)
- build(deps): Bump github/codeql-action from 2.2.0 to 2.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/401](https://redirect.github.com/eclipse/transformer/pull/401)
- build(deps-dev): Bump byte-buddy from 1.12.22 to 1.12.23 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/402](https://redirect.github.com/eclipse/transformer/pull/402)
- build(deps): Bump github/codeql-action from 2.2.1 to 2.2.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/403](https://redirect.github.com/eclipse/transformer/pull/403)
- build(deps): Bump actions/setup-java from 3.9.0 to 3.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/404](https://redirect.github.com/eclipse/transformer/pull/404)
- build(deps): Bump github/codeql-action from 2.2.2 to 2.2.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/405](https://redirect.github.com/eclipse/transformer/pull/405)
- build(deps): Bump github/codeql-action from 2.2.3 to 2.2.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/406](https://redirect.github.com/eclipse/transformer/pull/406)
- build(deps-dev): Bump byte-buddy from 1.12.23 to 1.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/407](https://redirect.github.com/eclipse/transformer/pull/407)
- build(deps): Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/408](https://redirect.github.com/eclipse/transformer/pull/408)
- build(deps): Bump maven-assembly-plugin from 3.4.2 to 3.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/412](https://redirect.github.com/eclipse/transformer/pull/412)
- build(deps): Bump maven-plugin-plugin from 3.7.1 to 3.8.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/414](https://redirect.github.com/eclipse/transformer/pull/414)
- build(deps): Bump actions/stale from 7.0.0 to 8.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/421](https://redirect.github.com/eclipse/transformer/pull/421)
- build(deps): Bump actions/setup-java from 3.10.0 to 3.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/424](https://redirect.github.com/eclipse/transformer/pull/424)
- build(deps): Bump step-security/harden-runner from 2.1.0 to 2.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/428](https://redirect.github.com/eclipse/transformer/pull/428)
- build(deps): Bump github/codeql-action from 2.2.4 to 2.2.12 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/433](https://redirect.github.com/eclipse/transformer/pull/433)
- build(deps-dev): Bump byte-buddy from 1.13.0 to 1.14.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/430](https://redirect.github.com/eclipse/transformer/pull/430)
- build(deps): Bump maven-invoker-plugin from 3.4.0 to 3.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/427](https://redirect.github.com/eclipse/transformer/pull/427)
- build(deps): Bump actions/checkout from 3.3.0 to 3.5.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/434](https://redirect.github.com/eclipse/transformer/pull/434)
- build(deps): Bump flatten-maven-plugin from 1.3.0 to 1.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/437](https://redirect.github.com/eclipse/transformer/pull/437)
- build(deps): Bump maven-resources-plugin from 3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/435](https://redirect.github.com/eclipse/transformer/pull/435)
- build(deps): Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/439](https://redirect.github.com/eclipse/transformer/pull/439)
- build(deps): Bump maven-surefire-plugin from 2.22.2 to 3.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/438](https://redirect.github.com/eclipse/transformer/pull/438)
- build(deps): Bump maven-install-plugin from 3.1.0 to 3.1.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/436](https://redirect.github.com/eclipse/transformer/pull/436)
- build(deps): Bump github/codeql-action from 2.2.12 to 2.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/443](https://redirect.github.com/eclipse/transformer/pull/443)
- build(deps): Bump maven-plugin-plugin from 3.8.1 to 3.8.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/444](https://redirect.github.com/eclipse/transformer/pull/444)
- build(deps): Bump step-security/harden-runner from 2.3.0 to 2.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/442](https://redirect.github.com/eclipse/transformer/pull/442)
- build(deps): Bump github/codeql-action from 2.3.0 to 2.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/446](https://redirect.github.com/eclipse/transformer/pull/446)
- build(deps): Bump junit-bom from 5.9.2 to 5.9.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/445](https://redirect.github.com/eclipse/transformer/pull/445)
- bnd: Avoid java imports in test case by
[@&#8203;bjhargrave](https://redirect.github.com/bjhargrave) in
[https://github.com/eclipse/transformer/pull/447](https://redirect.github.com/eclipse/transformer/pull/447)
- build(deps): Bump github/codeql-action from 2.3.1 to 2.3.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/448](https://redirect.github.com/eclipse/transformer/pull/448)
- build(deps): Bump step-security/harden-runner from 2.3.1 to 2.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/450](https://redirect.github.com/eclipse/transformer/pull/450)
- build(deps): Bump github/codeql-action from 2.3.2 to 2.3.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/449](https://redirect.github.com/eclipse/transformer/pull/449)
- build(deps): Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/452](https://redirect.github.com/eclipse/transformer/pull/452)
- build(deps): Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/451](https://redirect.github.com/eclipse/transformer/pull/451)
- build(deps): Bump flatten-maven-plugin from 1.4.1 to 1.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/453](https://redirect.github.com/eclipse/transformer/pull/453)
- build(deps): Bump maven-assembly-plugin from 3.5.0 to 3.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/455](https://redirect.github.com/eclipse/transformer/pull/455)
- build(deps): Bump maven-plugin-plugin from 3.8.2 to 3.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/454](https://redirect.github.com/eclipse/transformer/pull/454)
- build(deps): Bump maven-source-plugin from 3.2.1 to 3.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/456](https://redirect.github.com/eclipse/transformer/pull/456)
- build(deps): Bump maven-dependency-plugin from 3.5.0 to 3.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/457](https://redirect.github.com/eclipse/transformer/pull/457)
- build(deps): Bump github/codeql-action from 2.3.3 to 2.3.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/458](https://redirect.github.com/eclipse/transformer/pull/458)
- build(deps): Bump github/codeql-action from 2.3.4 to 2.3.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/459](https://redirect.github.com/eclipse/transformer/pull/459)
- build(deps): Bump github/codeql-action from 2.3.5 to 2.3.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/466](https://redirect.github.com/eclipse/transformer/pull/466)
- build(deps-dev): Bump byte-buddy from 1.14.4 to 1.14.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/467](https://redirect.github.com/eclipse/transformer/pull/467)
- build(deps): Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/469](https://redirect.github.com/eclipse/transformer/pull/469)
-
feat([#&#8203;462](https://redirect.github.com/eclipse/transformer/issues/462))
add timings jar war by
[@&#8203;jeanouii](https://redirect.github.com/jeanouii) in
[https://github.com/eclipse/transformer/pull/470](https://redirect.github.com/eclipse/transformer/pull/470)
-
feat([#&#8203;464](https://redirect.github.com/eclipse/transformer/issues/464))
add date time cli option by
[@&#8203;jeanouii](https://redirect.github.com/jeanouii) in
[https://github.com/eclipse/transformer/pull/471](https://redirect.github.com/eclipse/transformer/pull/471)
- fix: small typos by
[@&#8203;jeanouii](https://redirect.github.com/jeanouii) in
[https://github.com/eclipse/transformer/pull/473](https://redirect.github.com/eclipse/transformer/pull/473)
- build(deps): Bump actions/checkout from 3.5.2 to 3.5.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/477](https://redirect.github.com/eclipse/transformer/pull/477)
- build(deps): Bump github/codeql-action from 2.3.6 to 2.13.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/478](https://redirect.github.com/eclipse/transformer/pull/478)
- build(deps): Bump maven-invoker-plugin from 3.5.1 to 3.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/479](https://redirect.github.com/eclipse/transformer/pull/479)
- build(deps): Bump step-security/harden-runner from 2.4.0 to 2.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/480](https://redirect.github.com/eclipse/transformer/pull/480)
- build(deps): Bump org.junit:junit-bom from 5.9.3 to 5.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/481](https://redirect.github.com/eclipse/transformer/pull/481)
- build(deps): Bump step-security/harden-runner from 2.4.1 to 2.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/482](https://redirect.github.com/eclipse/transformer/pull/482)
- build(deps): Bump actions/setup-java from 3.11.0 to 3.12.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/483](https://redirect.github.com/eclipse/transformer/pull/483)
- build(deps): Bump step-security/harden-runner from 2.5.0 to 2.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/484](https://redirect.github.com/eclipse/transformer/pull/484)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/490](https://redirect.github.com/eclipse/transformer/pull/490)
- build(deps): Bump actions/checkout from 3.5.3 to 3.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/493](https://redirect.github.com/eclipse/transformer/pull/493)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.6 to 1.14.7
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/494](https://redirect.github.com/eclipse/transformer/pull/494)
- build(deps): Bump actions/checkout from 3.6.0 to 4.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/495](https://redirect.github.com/eclipse/transformer/pull/495)
- build(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.5.0 to 3.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/496](https://redirect.github.com/eclipse/transformer/pull/496)
- build(deps): Bump actions/setup-java from 3.12.0 to 3.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/497](https://redirect.github.com/eclipse/transformer/pull/497)
- build(deps): Bump actions/checkout from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/498](https://redirect.github.com/eclipse/transformer/pull/498)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.8
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/499](https://redirect.github.com/eclipse/transformer/pull/499)
- build(deps): Bump step-security/harden-runner from 2.5.1 to 2.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/500](https://redirect.github.com/eclipse/transformer/pull/500)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.8 to 1.14.9
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/503](https://redirect.github.com/eclipse/transformer/pull/503)
- build(deps): Bump actions/checkout from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/504](https://redirect.github.com/eclipse/transformer/pull/504)
- build(deps): Bump
org.apache.maven.plugin-tools:maven-plugin-annotations from 3.6.4 to
3.10.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/506](https://redirect.github.com/eclipse/transformer/pull/506)
- build(deps): Bump org.apache.maven.plugins:maven-plugin-plugin from
3.9.0 to 3.10.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/507](https://redirect.github.com/eclipse/transformer/pull/507)
- build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from
3.1.2 to 3.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/508](https://redirect.github.com/eclipse/transformer/pull/508)
- build(deps): Bump org.apache.maven.plugins:maven-dependency-plugin
from 3.6.0 to 3.6.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/509](https://redirect.github.com/eclipse/transformer/pull/509)
- build(deps): Bump commons-cli:commons-cli from 1.5.0 to 1.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/510](https://redirect.github.com/eclipse/transformer/pull/510)
- build(deps): Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/511](https://redirect.github.com/eclipse/transformer/pull/511)
- build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from
3.2.1 to 3.2.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/514](https://redirect.github.com/eclipse/transformer/pull/514)
- build(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.6.0 to 3.6.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/512](https://redirect.github.com/eclipse/transformer/pull/512)
- build(deps): Bump
org.apache.maven.plugin-tools:maven-plugin-annotations from 3.10.1 to
3.10.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/513](https://redirect.github.com/eclipse/transformer/pull/513)
- build(deps): Bump org.apache.maven.plugins:maven-plugin-plugin from
3.10.1 to 3.10.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/515](https://redirect.github.com/eclipse/transformer/pull/515)
- build(deps): Bump step-security/harden-runner from 2.6.0 to 2.6.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/516](https://redirect.github.com/eclipse/transformer/pull/516)
- build(deps): Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to
3.1.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/517](https://redirect.github.com/eclipse/transformer/pull/517)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/518](https://redirect.github.com/eclipse/transformer/pull/518)
- build(deps): Bump actions/setup-java from 3.13.0 to 4.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/520](https://redirect.github.com/eclipse/transformer/pull/520)
- build(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.6.2 to 3.6.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/521](https://redirect.github.com/eclipse/transformer/pull/521)
- build(deps): Bump actions/stale from 8.0.0 to 9.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/523](https://redirect.github.com/eclipse/transformer/pull/523)
- build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from
3.2.2 to 3.2.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/524](https://redirect.github.com/eclipse/transformer/pull/524)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/526](https://redirect.github.com/eclipse/transformer/pull/526)
- Fixes
[#&#8203;519](https://redirect.github.com/eclipse/transformer/issues/519)
- Unable to run Eclipse Transformer on Java 21 using the Maven plugin by
[@&#8203;mnriem](https://redirect.github.com/mnriem) in
[https://github.com/eclipse/transformer/pull/529](https://redirect.github.com/eclipse/transformer/pull/529)
- build(deps-dev): Bump org.assertj:assertj-core from 3.24.2 to 3.25.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/530](https://redirect.github.com/eclipse/transformer/pull/530)
- build(deps-dev): Bump org.assertj:assertj-core from 3.25.0 to 3.25.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/531](https://redirect.github.com/eclipse/transformer/pull/531)
- build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from
3.2.3 to 3.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/532](https://redirect.github.com/eclipse/transformer/pull/532)
- build(deps): Bump org.apache.maven.plugins:maven-plugin-plugin from
3.10.2 to 3.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/533](https://redirect.github.com/eclipse/transformer/pull/533)
- build(deps): Bump
org.apache.maven.plugin-tools:maven-plugin-annotations from 3.10.2 to
3.11.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/534](https://redirect.github.com/eclipse/transformer/pull/534)
- build(deps): Bump step-security/harden-runner from 2.6.1 to 2.7.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/537](https://redirect.github.com/eclipse/transformer/pull/537)
- build(deps): Bump actions/setup-java from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/539](https://redirect.github.com/eclipse/transformer/pull/539)
- build(deps): Bump actions/setup-java from 4.1.0 to 4.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/542](https://redirect.github.com/eclipse/transformer/pull/542)
- build(deps): Bump actions/setup-java from 4.2.0 to 4.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/543](https://redirect.github.com/eclipse/transformer/pull/543)
- build(deps): Bump org.apache.maven.plugins:maven-compiler-plugin from
3.11.0 to 3.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/545](https://redirect.github.com/eclipse/transformer/pull/545)
- build(deps): Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to
1.6.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/535](https://redirect.github.com/eclipse/transformer/pull/535)
- build(deps): Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/546](https://redirect.github.com/eclipse/transformer/pull/546)
- build(deps): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0
to 3.2.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/547](https://redirect.github.com/eclipse/transformer/pull/547)
- build(deps): Bump org.codehaus.plexus:plexus-component-metadata from
2.1.1 to 2.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/527](https://redirect.github.com/eclipse/transformer/pull/527)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/550](https://redirect.github.com/eclipse/transformer/pull/550)
- build(deps-dev): Bump org.assertj:assertj-core from 3.25.1 to 3.25.3
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/549](https://redirect.github.com/eclipse/transformer/pull/549)
- build(deps): Bump org.apache.maven.plugins:maven-assembly-plugin from
3.6.0 to 3.7.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/548](https://redirect.github.com/eclipse/transformer/pull/548)
- build(deps): Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to
3.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/551](https://redirect.github.com/eclipse/transformer/pull/551)
- build(deps): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1
to 3.2.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/552](https://redirect.github.com/eclipse/transformer/pull/552)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/553](https://redirect.github.com/eclipse/transformer/pull/553)
- build(deps): Bump org.apache.maven.plugins:maven-invoker-plugin from
3.6.0 to 3.6.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/556](https://redirect.github.com/eclipse/transformer/pull/556)
- build(deps): Bump org.apache.maven.plugins:maven-plugin-plugin from
3.11.0 to 3.12.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/558](https://redirect.github.com/eclipse/transformer/pull/558)
- build(deps): Bump
org.apache.maven.plugin-tools:maven-plugin-annotations from 3.11.0 to
3.12.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/557](https://redirect.github.com/eclipse/transformer/pull/557)
- build(deps): Bump org.apache.maven.plugins:maven-source-plugin from
3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/559](https://redirect.github.com/eclipse/transformer/pull/559)
- build(deps): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2
to 3.2.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/560](https://redirect.github.com/eclipse/transformer/pull/560)
- build(deps): Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0
to 3.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/561](https://redirect.github.com/eclipse/transformer/pull/561)
- build(deps): Bump commons-cli:commons-cli from 1.6.0 to 1.7.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/562](https://redirect.github.com/eclipse/transformer/pull/562)
- build(deps): Bump actions/checkout from 4.1.1 to 4.1.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/565](https://redirect.github.com/eclipse/transformer/pull/565)
- build(deps): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3
to 3.2.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/564](https://redirect.github.com/eclipse/transformer/pull/564)
- build(deps): Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0
to 3.4.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/563](https://redirect.github.com/eclipse/transformer/pull/563)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/566](https://redirect.github.com/eclipse/transformer/pull/566)
- build(deps): Bump actions/checkout from 4.1.3 to 4.1.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/567](https://redirect.github.com/eclipse/transformer/pull/567)
- build(deps-dev): Bump org.xmlunit:xmlunit-assertj from 2.9.1 to 2.10.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/568](https://redirect.github.com/eclipse/transformer/pull/568)
- build(deps): Bump step-security/harden-runner from 2.7.0 to 2.7.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/570](https://redirect.github.com/eclipse/transformer/pull/570)
- build(deps): Bump org.apache.maven.plugins:maven-install-plugin from
3.1.1 to 3.1.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/569](https://redirect.github.com/eclipse/transformer/pull/569)
- build(deps): Bump org.apache.maven.plugins:maven-plugin-plugin from
3.12.0 to 3.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/572](https://redirect.github.com/eclipse/transformer/pull/572)
- build(deps): Bump
org.apache.maven.plugin-tools:maven-plugin-annotations from 3.12.0 to
3.13.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/571](https://redirect.github.com/eclipse/transformer/pull/571)
- build(deps): Bump actions/checkout from 4.1.4 to 4.1.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/574](https://redirect.github.com/eclipse/transformer/pull/574)
- build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/575](https://redirect.github.com/eclipse/transformer/pull/575)
- build(deps): Bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/576](https://redirect.github.com/eclipse/transformer/pull/576)
- build(deps): Bump github/codeql-action from 2.13.4 to 3.25.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/577](https://redirect.github.com/eclipse/transformer/pull/577)
- build(deps): Bump github/codeql-action from 3.25.5 to 3.25.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/578](https://redirect.github.com/eclipse/transformer/pull/578)
- Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/579](https://redirect.github.com/eclipse/transformer/pull/579)
- Bump net.bytebuddy:byte-buddy from 1.14.15 to 1.14.16 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/581](https://redirect.github.com/eclipse/transformer/pull/581)
- Bump step-security/harden-runner from 2.7.1 to 2.8.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/580](https://redirect.github.com/eclipse/transformer/pull/580)
- Bump commons-cli:commons-cli from 1.7.0 to 1.8.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/582](https://redirect.github.com/eclipse/transformer/pull/582)
- Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/585](https://redirect.github.com/eclipse/transformer/pull/585)
- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/584](https://redirect.github.com/eclipse/transformer/pull/584)
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to
1.7.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/586](https://redirect.github.com/eclipse/transformer/pull/586)
- Bump net.bytebuddy:byte-buddy from 1.14.16 to 1.14.17 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/587](https://redirect.github.com/eclipse/transformer/pull/587)
- Bump github/codeql-action from 3.25.6 to 3.25.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/588](https://redirect.github.com/eclipse/transformer/pull/588)
- Bump org.apache.maven.plugin-tools:maven-plugin-annotations from
3.13.0 to 3.13.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/591](https://redirect.github.com/eclipse/transformer/pull/591)
- Bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.0 to
3.13.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/589](https://redirect.github.com/eclipse/transformer/pull/589)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/590](https://redirect.github.com/eclipse/transformer/pull/590)
- Bump github/codeql-action from 3.25.7 to 3.25.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/592](https://redirect.github.com/eclipse/transformer/pull/592)
- Bump step-security/harden-runner from 2.8.0 to 2.8.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/593](https://redirect.github.com/eclipse/transformer/pull/593)
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to
3.7.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/594](https://redirect.github.com/eclipse/transformer/pull/594)
- Bump github/codeql-action from 3.25.8 to 3.25.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/597](https://redirect.github.com/eclipse/transformer/pull/597)
- Bump actions/checkout from 4.1.6 to 4.1.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/596](https://redirect.github.com/eclipse/transformer/pull/596)
- Bump github/codeql-action from 3.25.9 to 3.25.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/598](https://redirect.github.com/eclipse/transformer/pull/598)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to
3.3.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/599](https://redirect.github.com/eclipse/transformer/pull/599)
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/601](https://redirect.github.com/eclipse/transformer/pull/601)
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0 to
3.7.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/602](https://redirect.github.com/eclipse/transformer/pull/602)
- Bump org.junit:junit-bom from 5.10.2 to 5.10.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/604](https://redirect.github.com/eclipse/transformer/pull/604)
- Bump github/codeql-action from 3.25.10 to 3.25.11 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/605](https://redirect.github.com/eclipse/transformer/pull/605)
- Bump net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/608](https://redirect.github.com/eclipse/transformer/pull/608)
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/609](https://redirect.github.com/eclipse/transformer/pull/609)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to
3.3.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/610](https://redirect.github.com/eclipse/transformer/pull/610)
- Bump github/codeql-action from 3.25.11 to 3.25.12 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/612](https://redirect.github.com/eclipse/transformer/pull/612)
- Bump step-security/harden-runner from 2.8.1 to 2.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/613](https://redirect.github.com/eclipse/transformer/pull/613)
- Bump github/codeql-action from 3.25.12 to 3.25.13 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/615](https://redirect.github.com/eclipse/transformer/pull/615)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/614](https://redirect.github.com/eclipse/transformer/pull/614)
- Bump github/codeql-action from 3.25.13 to 3.25.14 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/616](https://redirect.github.com/eclipse/transformer/pull/616)
- Bump github/codeql-action from 3.25.14 to 3.25.15 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/617](https://redirect.github.com/eclipse/transformer/pull/617)
- Bump step-security/harden-runner from 2.9.0 to 2.9.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/619](https://redirect.github.com/eclipse/transformer/pull/619)
- Bump actions/setup-java from 4.2.1 to 4.2.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/618](https://redirect.github.com/eclipse/transformer/pull/618)
- Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/621](https://redirect.github.com/eclipse/transformer/pull/621)
- Bump github/codeql-action from 3.25.15 to 3.26.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/620](https://redirect.github.com/eclipse/transformer/pull/620)
- Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/622](https://redirect.github.com/eclipse/transformer/pull/622)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/623](https://redirect.github.com/eclipse/transformer/pull/623)
- Bump github/codeql-action from 3.26.0 to 3.26.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/624](https://redirect.github.com/eclipse/transformer/pull/624)
- Bump github/codeql-action from 3.26.1 to 3.26.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/627](https://redirect.github.com/eclipse/transformer/pull/627)
- Bump org.junit:junit-bom from 5.10.3 to 5.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/626](https://redirect.github.com/eclipse/transformer/pull/626)
- Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/625](https://redirect.github.com/eclipse/transformer/pull/625)
- Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.14.19 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/628](https://redirect.github.com/eclipse/transformer/pull/628)
- Bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.1 to
3.14.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/eclipse/transformer/pull/632](https://redirect.github.com/eclipse/transformer/pull/632)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to
3.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/629](https://redirect.github.com/eclipse/transformer/pull/629)
- Bump org.apache.maven.plugin-tools:maven-plugin-annotations from
3.13.1 to 3.14.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/630](https://redirect.github.com/eclipse/transformer/pull/630)
- Bump github/codeql-action from 3.26.2 to 3.26.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/634](https://redirect.github.com/eclipse/transformer/pull/634)
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/633](https://redirect.github.com/eclipse/transformer/pull/633)
- \[ISSUE 606] Discard signatures from jar file that was mutated by
[@&#8203;jluehe](https://redirect.github.com/jluehe) in
[https://github.com/eclipse/transformer/pull/607](https://redirect.github.com/eclipse/transformer/pull/607)
- Bump github/codeql-action from 3.26.3 to 3.26.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/636](https://redirect.github.com/eclipse/transformer/pull/636)
- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/638](https://redirect.github.com/eclipse/transformer/pull/638)
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to
3.8.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/eclipse/transformer/pull/637](https://redirect.github.com/eclipse/transformer/pull/637)
- Prepare for 1.0 release by
[@&#8203;bjhargrave](https://redirect.github.com/bjhargrave) in
[https://github.com/eclipse/transformer/pull/635](https://redirect.github.com/eclipse/transformer/pull/635)

#### New Contributors

-
[@&#8203;step-security-bot](https://redirect.github.com/step-security-bot)
made their first contribution in
[https://github.com/eclipse/transformer/pull/377](https://redirect.github.com/eclipse/transformer/pull/377)
- [@&#8203;jeanouii](https://redirect.github.com/jeanouii) made their
first contribution in
[https://github.com/eclipse/transformer/pull/470](https://redirect.github.com/eclipse/transformer/pull/470)
- [@&#8203;mnriem](https://redirect.github.com/mnriem) made their first
contribution in
[https://github.com/eclipse/transformer/pull/529](https://redirect.github.com/eclipse/transformer/pull/529)
- [@&#8203;jluehe](https://redirect.github.com/jluehe) made their first
contribution in
[https://github.com/eclipse/transformer/pull/607](https://redirect.github.com/eclipse/transformer/pull/607)

**Full Changelog**:
https://github.com/eclipse/transformer/compare/0.5.0...1.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant