Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into sharedbtest
Browse files Browse the repository at this point in the history
* upstream/master:
  Bump unirest-java from 3.11.02 to 3.11.03 (#7060)
  Bump xmlunit-matchers from 2.7.0 to 2.8.0 (#7062)
  Bump xmlunit-core from 2.7.0 to 2.8.0 (#7065)
  • Loading branch information
Siedlerchr committed Nov 3, 2020
2 parents 1b15ed5 + 9958b11 commit 83fc123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ dependencies {
implementation 'org.controlsfx:controlsfx:11.0.3'

implementation 'org.jsoup:jsoup:1.13.1'
implementation 'com.konghq:unirest-java:3.11.02'
implementation 'com.konghq:unirest-java:3.11.03'

implementation 'org.slf4j:slf4j-api:2.0.0-alpha1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-jcl', version: '3.0.0-SNAPSHOT'
Expand Down Expand Up @@ -208,8 +208,8 @@ dependencies {
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT'
testImplementation 'org.mockito:mockito-core:3.6.0'
testImplementation 'org.xmlunit:xmlunit-core:2.7.0'
testImplementation 'org.xmlunit:xmlunit-matchers:2.7.0'
testImplementation 'org.xmlunit:xmlunit-core:2.8.0'
testImplementation 'org.xmlunit:xmlunit-matchers:2.8.0'
testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.14.1'
testImplementation 'com.tngtech.archunit:archunit-junit5-api:0.14.1'
testImplementation "org.testfx:testfx-core:4.0.17-alpha-SNAPSHOT"
Expand Down

0 comments on commit 83fc123

Please sign in to comment.