Skip to content

Commit

Permalink
Bump org.apache.commons:commons-jexl3 from 3.3 to 3.4.0 (#5107)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2024
1 parent a93eee7 commit bd9481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vividus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {
implementation(group: 'com.google.guava', name: 'guava', version: '33.2.1-jre')
implementation(group: 'io.github.classgraph', name: 'classgraph', version: '4.8.170')
implementation(group: 'io.github.java-diff-utils', name: 'java-diff-utils', version: '4.12')
implementation(group: 'org.apache.commons', name: 'commons-jexl3', version: '3.3')
implementation(group: 'org.apache.commons', name: 'commons-jexl3', version: '3.4.0')
implementation(group: 'net.datafaker', name: 'datafaker', version: '2.2.2')

compileOnly(group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: spotbugsVersion)
Expand Down

0 comments on commit bd9481c

Please sign in to comment.