Skip to content

Commit

Permalink
Bump unirest-java from 3.4.01 to 3.4.03 (#5932)
Browse files Browse the repository at this point in the history
* Bump unirest-java from 3.4.01 to 3.4.03

Bumps [unirest-java](https://github.com/Kong/unirest-java) from 3.4.01 to 3.4.03.
- [Release notes](https://github.com/Kong/unirest-java/releases)
- [Changelog](https://github.com/Kong/unirest-java/blob/master/CHANGELOG.md)
- [Commits](Kong/unirest-java@v3.4.01...v3.4.03)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add to module-info

* Update module-info.java

Co-authored-by: Tobias Diez <tobiasdiez@gmx.de>
  • Loading branch information
dependabot-preview[bot] and tobiasdiez committed Feb 10, 2020
1 parent 8f9ebfe commit 259bca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ dependencies {
compile 'org.controlsfx:controlsfx:11.0.1'

compile 'org.jsoup:jsoup:1.12.2'
compile 'com.konghq:unirest-java:3.4.01'
compile 'com.konghq:unirest-java:3.4.03'

compile 'org.slf4j:slf4j-api:2.0.0-alpha1'
compile group: 'org.apache.logging.log4j', name: 'log4j-jcl', version: '3.0.0-SNAPSHOT'
Expand Down
1 change: 1 addition & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
requires org.apache.xmpbox;
requires de.saxsys.mvvmfx.validation;
requires richtextfx;
requires com.google.gson;
requires unirest.java;
requires org.apache.httpcomponents.httpclient;
requires org.jsoup;
Expand Down

0 comments on commit 259bca0

Please sign in to comment.