From 2e80fed3b54a45082f293d19cecc60d7ff4174da Mon Sep 17 00:00:00 2001 From: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:12:22 -0400 Subject: [PATCH] Force expression (#2711) Signed-off-by: Stephen Crawford (cherry picked from commit 87c8e468f4c47bea0a140b52e39197aef4ff45ba) --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 20ee59ec88..7b51c3601d 100644 --- a/build.gradle +++ b/build.gradle @@ -83,6 +83,7 @@ configurations.all { force 'org.apache.httpcomponents:httpcore:4.4.12' force "org.apache.commons:commons-lang3:3.4" force "org.springframework:spring-core:5.3.26" + force "org.springframework:spring-expression:5.3.27" force "com.google.guava:guava:30.0-jre" force "com.fasterxml.woodstox:woodstox-core:6.4.0" force "org.scala-lang:scala-library:2.13.9"