commit | 34251aa066dd52956bf4bb31cca4f25c74e1fb21 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Jul 08 01:39:08 2025 +0000 |
committer | Mark Thomas <mark.thomas@broadcom.com> | Mon Jul 21 16:09:42 2025 +0100 |
tree | 468f9c175f9c6553b6b1ac796c331c4ff3edcfd6 | |
parent | 7e0f4da18ee54b9ad2eb7163b241bad03796ebeb [diff] |
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>
This repository contains the source for:
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
.
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
.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Expression Language defines an expression language for Java applications.