From 2e9312eac2c3b60748090d1d005d81990c09ec52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 12:29:07 +0000 Subject: [PATCH] Bump jakarta.el:jakarta.el-api from 5.0.1 to 6.0.1 Bumps [jakarta.el:jakarta.el-api](https://github.com/eclipse-ee4j/el-ri) from 5.0.1 to 6.0.1. - [Release notes](https://github.com/eclipse-ee4j/el-ri/releases) - [Commits](https://github.com/eclipse-ee4j/el-ri/commits) --- updated-dependencies: - dependency-name: jakarta.el:jakarta.el-api dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1ea4b72..e59abc3 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'jakarta.validation:jakarta.validation-api:3.0.2' implementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final' implementation 'org.hibernate.validator:hibernate-validator-annotation-processor:8.0.1.Final' - implementation 'jakarta.el:jakarta.el-api:5.0.1' + implementation 'jakarta.el:jakarta.el-api:6.0.1' implementation 'org.glassfish:jakarta.el:4.0.2' implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.google.guava:guava:33.0.0-jre'