Skip to content

Commit

Permalink
Bump org.apache.commons:commons-jexl from 2.0 to 2.1.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and alien11689 committed Jan 17, 2025
1 parent 96de191 commit cdf08c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blueprint/blueprint-jexl-evaluator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion blueprint/itests/blueprint-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion jmx/jmx-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cdf08c7

Please sign in to comment.