Skip to content

Commit 579ef11

Browse files
authored
Merge pull request #71 from gocd-contrib/dependabot/gradle/com.squareup.okhttp3-okhttp-4.1.1
Bump okhttp from 4.1.0 to 4.1.1
2 parents 262fb22 + 2688455 commit 579ef11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '17.5.0'
5454
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
5555
compile group: 'org.kohsuke', name: 'github-api', version: '1.95'
56-
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.1.0'
56+
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.1.1'
5757

5858
testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: '17.4.0'
5959
testCompile group: 'junit', name: 'junit', version: '4.12'

0 commit comments

Comments
 (0)