Skip to content

Commit

Permalink
Merge pull request #57 from bitwiseman/task/okhttp-plugin-3.14
Browse files Browse the repository at this point in the history
Bump okhttp-api to 3.14.9
  • Loading branch information
bitwiseman authored Jun 18, 2020
2 parents 8d79429 + b6d5ef9 commit 1564986
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>okhttp-api</artifactId>
<version>3.12.12.2</version>
<version>3.14.9</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
Expand Down Expand Up @@ -78,6 +78,14 @@
</exclusion>
</exclusions>
</dependency>

<!-- Included for backward compatibility, should be removed once downstream plugins are updated to use okhttp3 -->
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>2.7.5</version>
</dependency>

</dependencies>

<!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
Expand Down

0 comments on commit 1564986

Please sign in to comment.