This is an automated email from the ASF dual-hosted git repository.

alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cdf08c7e2 Bump org.apache.commons:commons-jexl from 2.0 to 2.1.1
cdf08c7e2 is described below

commit cdf08c7e2c808110c3aa591062b1cdbdde1b1341
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 17 17:43:30 2025 +0000

    Bump org.apache.commons:commons-jexl from 2.0 to 2.1.1
    
    Bumps org.apache.commons:commons-jexl from 2.0 to 2.1.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-jexl
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 blueprint/blueprint-jexl-evaluator/pom.xml | 2 +-
 blueprint/itests/blueprint-itests/pom.xml  | 2 +-
 jmx/jmx-itests/pom.xml                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/blueprint/blueprint-jexl-evaluator/pom.xml 
b/blueprint/blueprint-jexl-evaluator/pom.xml
index 725965bd2..6a2296f02 100644
--- a/blueprint/blueprint-jexl-evaluator/pom.xml
+++ b/blueprint/blueprint-jexl-evaluator/pom.xml
@@ -58,7 +58,7 @@
         <lastReleaseVersion>1.0.0</lastReleaseVersion>
 
         <blueprint.core.version>1.10.0</blueprint.core.version>
-        <commons-jexl.version>2.0</commons-jexl.version>
+        <commons-jexl.version>2.1.1</commons-jexl.version>
     </properties>
 
     <profiles>
diff --git a/blueprint/itests/blueprint-itests/pom.xml 
b/blueprint/itests/blueprint-itests/pom.xml
index 3116bc911..cdf870289 100644
--- a/blueprint/itests/blueprint-itests/pom.xml
+++ b/blueprint/itests/blueprint-itests/pom.xml
@@ -53,7 +53,7 @@
         
<blueprint.sample.version>${blueprint.sample.dev.version}</blueprint.sample.version>
         
<blueprint.spring.extender.version>${blueprint.spring.extender.dev.version}</blueprint.spring.extender.version>
         
<blueprint.spring.version>${blueprint.spring.dev.version}</blueprint.spring.version>
-        <commons-jexl.version>2.0</commons-jexl.version>
+        <commons-jexl.version>2.1.1</commons-jexl.version>
         <depends-maven-plugin.version>1.4.0</depends-maven-plugin.version>
         <exam.version>4.10.0</exam.version>
         <org.apache.aries.proxy.version>1.1.0</org.apache.aries.proxy.version>
diff --git a/jmx/jmx-itests/pom.xml b/jmx/jmx-itests/pom.xml
index 203275d17..3ae395367 100644
--- a/jmx/jmx-itests/pom.xml
+++ b/jmx/jmx-itests/pom.xml
@@ -38,7 +38,7 @@
 
     <properties>
         <asm-debug-all.version>5.0.3</asm-debug-all.version>
-        <commons-jexl.version>2.0</commons-jexl.version>
+        <commons-jexl.version>2.1.1</commons-jexl.version>
         <depends-maven-plugin.version>1.2</depends-maven-plugin.version>
         
<org.apache.aries.blueprint.jexl.evaluator.version>1.0.0</org.apache.aries.blueprint.jexl.evaluator.version>
         
<org.apache.aries.blueprint.sample.version>1.0.0</org.apache.aries.blueprint.sample.version>

Reply via email to