You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/04/28 17:50:48 UTC

[jmeter] branch master updated: fix(deps): update dependency org.apache.commons:commons-jexl3 to v3.3 (#5851)

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


The following commit(s) were added to refs/heads/master by this push:
     new 3188e93fab fix(deps): update dependency org.apache.commons:commons-jexl3 to v3.3 (#5851)
3188e93fab is described below

commit 3188e93fab5cb138203fb43ed104667a081ab398
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Fri Apr 28 19:50:43 2023 +0200

    fix(deps): update dependency org.apache.commons:commons-jexl3 to v3.3 (#5851)
---
 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 1d5093c15f..d651a157a1 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -82,7 +82,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.2.1")
+        api("org.apache.commons:commons-jexl3:3.3")
         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")