Skip to content

Commit

Permalink
Bump commons-cli:commons-cli from 1.5.0 to 1.6.0 (JabRef#10607)
Browse files Browse the repository at this point in the history
* Bump commons-cli:commons-cli from 1.5.0 to 1.6.0

Bumps commons-cli:commons-cli from 1.5.0 to 1.6.0.

---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* change module name

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Siedlerchr <[email protected]>
  • Loading branch information
dependabot[bot] and Siedlerchr authored Oct 30, 2023
1 parent 1945a5a commit 7cd95f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dependencies {
// required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635
implementation 'org.bouncycastle:bcprov-jdk18on:1.76'

implementation 'commons-cli:commons-cli:1.5.0'
implementation 'commons-cli:commons-cli:1.6.0'

implementation 'org.libreoffice:unoloader:7.6.1'
implementation 'org.libreoffice:libreoffice:7.6.1'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
uses org.mariadb.jdbc.credential.CredentialPlugin;

// Apache Commons and other (similar) helper libraries
requires commons.cli;
requires org.apache.commons.cli;
requires org.apache.commons.csv;
requires org.apache.commons.lang3;
requires com.google.common;
Expand Down

0 comments on commit 7cd95f6

Please sign in to comment.