Skip to content

Commit 71f2bbe

Browse files
jorge-ibmpadamstx
authored andcommitted
feat: upgrade okhttp3 dependency to 3.14.9
BREAKING CHANGE: With this change, we're removing support for Java 7. Note: this commit is a re-introduction of commit f4c97b0 with a new commit message
1 parent ee86f76 commit 71f2bbe

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: java
22
dist: trusty
33
jdk:
4-
- openjdk7
5-
- oraclejdk8
4+
- openjdk8
65

76
notifications:
87
email: true
@@ -58,15 +57,15 @@ deploy:
5857
skip_cleanup: true
5958
on:
6059
branch: master
61-
jdk: openjdk7
60+
jdk: openjdk8
6261
- provider: bintray
6362
file: bintray-config.json
6463
user: $BINTRAY_USER
6564
key: $BINTRAY_APIKEY
6665
skip_cleanup: true
6766
on:
6867
tags: true
69-
jdk: openjdk7
68+
jdk: openjdk8
7069
- provider: releases
7170
api_key: $GH_TOKEN
7271
file_glob: true
@@ -75,13 +74,13 @@ deploy:
7574
skip_cleanup: true
7675
on:
7776
tags: true
78-
jdk: openjdk7
77+
jdk: openjdk8
7978
- provider: script
8079
script: "./build/push-javadoc-to-gh-pages.sh"
8180
skip_cleanup: true
8281
on:
8382
tags: true
84-
jdk: openjdk7
83+
jdk: openjdk8
8584

8685
# Ask bintray to sync the just-deployed artifact to maven central
8786
after_script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can use this project by defining it as a dependency within your Java SDK pro
2828
```
2929

3030
## Prerequisites
31-
- Java SE version 7 or newer is required
31+
- Java SE version 8 or newer is required
3232

3333
## Javadoc
3434
You can find the Javadoc for this project here: https://ibm.github.io/java-sdk-core/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<checkstyle-plugin-version>3.0.0</checkstyle-plugin-version>
4141
<jacoco-plugin-version>0.8.3</jacoco-plugin-version>
4242
<compiler-plugin-version>3.8.0</compiler-plugin-version>
43-
<okhttp3-version>3.12.1</okhttp3-version>
43+
<okhttp3-version>3.14.9</okhttp3-version>
4444
<logback-version>1.2.3</logback-version>
4545
<guava-version>27.1-android</guava-version>
4646
<gson-version>2.8.5</gson-version>

0 commit comments

Comments
 (0)