Skip to content

Commit

Permalink
build(deps): bump org.apache.commons:commons-jexl3 from 3.3 to 3.4.0 (#…
Browse files Browse the repository at this point in the history
…1572)

* build(deps): bump org.apache.commons:commons-jexl3 from 3.3 to 3.4.0

Bumps org.apache.commons:commons-jexl3 from 3.3 to 3.4.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-jexl3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: Improve jexl module name

Signed-off-by: unknowIfGuestInDream <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: unknowIfGuestInDream <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: unknowIfGuestInDream <[email protected]>
  • Loading branch information
dependabot[bot] and unknowIfGuestInDream authored Jun 9, 2024
1 parent 39b2801 commit a11b8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
requires static com.fasterxml.jackson.databind;
requires static com.fasterxml.jackson.annotation;
requires static org.dom4j;
requires static commons.jexl3;
requires static org.apache.commons.jexl3;
requires static org.apache.groovy;
// JSR223Test测试类时使用
requires static java.scripting;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<caffeine.version>3.1.8</caffeine.version>
<java-diff-utils.version>4.12</java-diff-utils.version>
<dom4j.version>2.1.4</dom4j.version>
<jexl.version>3.3</jexl.version>
<jexl.version>3.4.0</jexl.version>
<pdfbox.version>3.0.2</pdfbox.version>
<pdfviewfx.version>3.1.0</pdfviewfx.version>
<jackson.version>2.17.1</jackson.version>
Expand Down

0 comments on commit a11b8bd

Please sign in to comment.