Bump org.openjfx:javafx-base from 19.0.2.1 to 22.0.1

Bumps org.openjfx:javafx-base from 19.0.2.1 to 22.0.1.

---
updated-dependencies:
- dependency-name: org.openjfx:javafx-base
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: 057e52a3574d17656857a55e72423c5aa1b3b76e
  1. .github/
  2. bval-bundle/
  3. bval-extras/
  4. bval-jsr/
  5. bval-perf/
  6. bval-tck/
  7. src/
  8. .gitignore
  9. CHANGES.txt
  10. LICENSE
  11. NOTICE
  12. pom.xml
  13. README.md
  14. README.txt
  15. RELEASE-NOTES.adoc
README.md

Apache BVal

Build Status License

This is an implementation of the Java Bean Validation (JSRs 303, 349, 380) specification for Jakarta EE and Java SE. The technical objective is to provide a class level constraint declaration and validation facility for the Java application developer, as well as a constraint metadata repository and query API. See: https://beanvalidation.org/

Branches

Master / 3.0.x

Bean Validation 3.0 implementation

2.x

Bean Validation 2.x implementation

1.1.x

Bean Validation 1.x implementation

Installation

mvn clean install