Skip to content

Commit

Permalink
Combined dependencies PR (#135)
Browse files Browse the repository at this point in the history
* Bump nebula.optional-base from 5.0.3 to 7.0.0

Bumps nebula.optional-base from 5.0.3 to 7.0.0.

---
updated-dependencies:
- dependency-name: nebula.optional-base
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Bump commons-text from 1.8 to 1.9

Bumps commons-text from 1.8 to 1.9.

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
michel-kraemer and dependabot[bot] authored Feb 26, 2022
1 parent 795c6bd commit 5d45ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions citeproc-java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'nebula.optional-base' version '5.0.3'
id 'nebula.optional-base' version '7.0.0'
}

apply plugin: 'maven'
Expand All @@ -10,7 +10,7 @@ ext.graalVMVersion = "22.0.0.2"

dependencies {
compile 'org.apache.commons:commons-lang3:3.12.0'
compile 'org.apache.commons:commons-text:1.8'
compile 'org.apache.commons:commons-text:1.9'
compile 'org.jbibtex:jbibtex:1.0.19'
compile 'org.antlr:antlr4-runtime:4.9.3'
compile 'org.yaml:snakeyaml:1.30', optional
Expand Down

0 comments on commit 5d45ac1

Please sign in to comment.