This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 5d18b2ce1ea56c638666ac8b543bc7dcd66fd513 Author: Vladimir Sitnikov <[email protected]> AuthorDate: Sat Apr 29 16:42:00 2023 +0300 Revert "fix(deps): update dependency org.apache.commons:commons-jexl3 to v3.3 (#5851)" This reverts commit 3188e93fab5cb138203fb43ed104667a081ab398. --- src/bom-thirdparty/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bom-thirdparty/build.gradle.kts b/src/bom-thirdparty/build.gradle.kts index a7ef4f6a7f..ae5fab054d 100644 --- a/src/bom-thirdparty/build.gradle.kts +++ b/src/bom-thirdparty/build.gradle.kts @@ -93,7 +93,7 @@ dependencies { api("org.apache-extras.beanshell:bsh:2.0b6") api("org.apache.commons:commons-collections4:4.4") api("org.apache.commons:commons-dbcp2:2.9.0") - api("org.apache.commons:commons-jexl3:3.3") + api("org.apache.commons:commons-jexl3:3.2.1") api("org.apache.commons:commons-jexl:2.1.1") api("org.apache.commons:commons-lang3:3.12.0") api("org.apache.commons:commons-math3:3.6.1")
