Bump org.junit:junit-bom from 5.13.2 to 5.13.3

Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.2 to 5.13.3.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 5.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: 468f9c175f9c6553b6b1ac796c331c4ff3edcfd6
  1. api/
  2. spec/
  3. src/
  4. tck/
  5. .gitignore
  6. CONTRIBUTING.md
  7. exclude.xml
  8. LICENSE.md
  9. NOTICE.md
  10. pom.xml
  11. README.md
README.md

Jakarta Expression Language

This repository contains the source for:

  • the Jakarta Expression Language API (/api) -
  • the Jakarta Expression Language specification (/spec)

Building

API

Jakarta Expression Language API can be built by executing the following from the project root:

cd api
mvn clean package

The API jar can then be found in /impl/target.

Specification

Jakarta Expression Language specification can be built by executing the following from the project root:

cd spec
mvn clean package

The API jar can then be found in /spec/target.

Making Changes

To make changes, fork this repository, make your changes, and submit a pull request.

About Jakarta Expression Language

Jakarta Expression Language defines an expression language for Java applications.