chore(deps-dev): bump org.cyclonedx:cyclonedx-maven-plugin (#751)

Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.9.2 to 2.9.3.
- [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
- [Commits](https://github.com/CycloneDX/cyclonedx-maven-plugin/compare/cyclonedx-maven-plugin-2.9.2...cyclonedx-maven-plugin-2.9.3)

---
updated-dependencies:
- dependency-name: org.cyclonedx:cyclonedx-maven-plugin
  dependency-version: 2.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 file changed
tree: a77c1fa33a52586bbd6800ce6f3a54808fd09f40
  1. .github/
  2. .mvn/
  3. media/
  4. plc4c/
  5. plc4go/
  6. plc4j/
  7. .asf.yaml
  8. .editorconfig
  9. .gitignore
  10. CHANGELOG.md
  11. LICENSE
  12. mvnw
  13. mvnw.cmd
  14. NOTICE
  15. pom.xml
  16. README.md
  17. RELEASE_NOTES
README.md

Building PLC4X Extras

For building all parts of PLC4X-Extras ensure you‘re running at least Java 21. Maven 4.0.0-rc-5 or newer is required to build, so be sure it’s installed and available on your system (the bundled Maven-Wrapper takes care of this automatically when using ./mvnw or mvnw instead of the normal mvn command).

Run the following command:

./mvnw -P with-c,with-go,with-java install

Licensing

Apache PLC4X is released under the Apache License Version 2.0.