Skip to content

Commit 8a30802

Browse files
committed
Fix: iimplementing support to 23.0.x
Signed-off-by: Kleber Rocha <[email protected]>
1 parent 397fe2f commit 8a30802

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ java {
4646

4747
dependencies {
4848
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '19.2.0'
49-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.1'
50-
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.8.1'
49+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
50+
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0'
5151

5252
testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '19.2.0'
5353
testImplementation group: 'org.mockito', name: 'mockito-core', version: '2.2.28'
5454
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3'
5555
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.4.0'
5656
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.10.2'
57-
testImplementation 'com.squareup.okhttp3:mockwebserver:3.8.1'
57+
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.11.0'
5858

5959
testImplementation group: 'junit', name: 'junit', version: '4.12'
6060
}

0 commit comments

Comments
 (0)