From 12b4cc62a90885d193b2caffb42a4b5a4ee753bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 22:11:14 +0000 Subject: [PATCH 1/2] Bump el-impl from 2.1.2-b03 to 2.2.1 Bumps el-impl from 2.1.2-b03 to 2.2.1. --- updated-dependencies: - dependency-name: org.glassfish.web:el-impl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/test-data-service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test-data-service/build.gradle b/examples/test-data-service/build.gradle index 9e290805..8a6a587a 100644 --- a/examples/test-data-service/build.gradle +++ b/examples/test-data-service/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation "org.grails.plugins:views-json-templates" implementation 'org.grails.plugins:spring-security-rest:3.0.1' profile "org.grails.profiles:rest-api" - runtimeOnly "org.glassfish.web:el-impl:2.1.2-b03" + runtimeOnly "org.glassfish.web:el-impl:2.2.1" runtimeOnly "org.apache.tomcat:tomcat-jdbc" runtimeOnly "javax.xml.bind:jaxb-api:2.3.1" testImplementation "org.grails:grails-gorm-testing-support:$testingSupportVersion" From f58d0e46566791bc70255f65647f2cb2acd3b4e9 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Thu, 22 Jul 2021 03:50:35 +0530 Subject: [PATCH 2/2] Bump el-impl from 2.2.1 to 2.2.1-b05 --- examples/test-data-service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test-data-service/build.gradle b/examples/test-data-service/build.gradle index 8a6a587a..2f61cb22 100644 --- a/examples/test-data-service/build.gradle +++ b/examples/test-data-service/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation "org.grails.plugins:views-json-templates" implementation 'org.grails.plugins:spring-security-rest:3.0.1' profile "org.grails.profiles:rest-api" - runtimeOnly "org.glassfish.web:el-impl:2.2.1" + runtimeOnly "org.glassfish.web:el-impl:2.2.1-b05" runtimeOnly "org.apache.tomcat:tomcat-jdbc" runtimeOnly "javax.xml.bind:jaxb-api:2.3.1" testImplementation "org.grails:grails-gorm-testing-support:$testingSupportVersion"