Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f18dff

Browse files
committedOct 18, 2021
build: update dependency io.fabric8:mockwebserver to v0.1.8
1 parent 5bc6b7f commit 9f18dff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎libs/hydor/backends/pegelonline/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'org.slf4j:slf4j-api:1.7.29'
1717
implementation 'org.slf4j:slf4j-simple:1.7.29'
1818

19-
testImplementation 'io.fabric8:mockwebserver:0.1.7'
19+
testImplementation 'io.fabric8:mockwebserver:0.1.8'
2020
testImplementation 'junit:junit:4.+'
2121
testImplementation 'org.assertj:assertj-core:3.14.0'
2222
}

‎libs/paypal/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation 'org.slf4j:slf4j-simple:1.7.29'
1818
implementation project(':support:ok:okhttp')
1919

20-
testImplementation 'io.fabric8:mockwebserver:0.1.7'
20+
testImplementation 'io.fabric8:mockwebserver:0.1.8'
2121
testImplementation 'junit:junit:4.+'
2222
testImplementation 'org.assertj:assertj-core:3.14.0'
2323
}

‎support/features/replication/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818

1919
processor 'org.projectlombok:lombok:1.18.10'
2020

21-
testImplementation 'io.fabric8:mockwebserver:0.1.7'
21+
testImplementation 'io.fabric8:mockwebserver:0.1.8'
2222
testImplementation 'junit:junit:4.+'
2323
testImplementation 'org.assertj:assertj-core:3.14.0'
2424
testImplementation 'org.slf4j:slf4j-simple:1.7.29'

‎support/ok/okhttp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
api 'com.squareup.okhttp3:logging-interceptor:3.+'
1414
api 'org.slf4j:slf4j-api:1.7.29'
1515

16-
testImplementation 'io.fabric8:mockwebserver:0.1.7'
16+
testImplementation 'io.fabric8:mockwebserver:0.1.8'
1717
testImplementation 'junit:junit:4.+'
1818
testImplementation 'org.assertj:assertj-core:3.14.0'
1919
testImplementation 'org.slf4j:slf4j-simple:1.7.29'

0 commit comments

Comments
 (0)
Please sign in to comment.