Skip to content

Commit 5fbd7bf

Browse files
authored
Merge pull request #413 from seratch/okhttp-4.4.1
Bump the okhttp patch version from 4.4.0 to 4.4.1
2 parents e71cde1 + cfa75c2 commit 5fbd7bf

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

json-logs/raw/status/api/v1.0.0/current.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,18 @@
160160
{
161161
"date_created": "2020-03-24T17:18:02-07:00",
162162
"body": "We\u0027re looking into reports of access issues for some people using web browsers. Please hold tight. In the meantime, using a different type of web browser or the desktop app will hopefully get you back into your workspace."
163+
},
164+
{
165+
"date_created": "2020-03-30T19:11:11-07:00",
166+
"body": "Issue Summary: \r\n\r\nOn March 30, 2020 from 3:20 p.m. to 6:26 p.m. PDT, some customers may have experienced elevated API response times or timeouts. This was caused by an issue with a third-party provider. Once they resolved the issue, Slack API response times returned to normal."
167+
},
168+
{
169+
"date_created": "2020-03-30T18:36:12-07:00",
170+
"body": "Customers should no longer be experiencing elevated API response times or timeouts. Thank you for being patient with us, we appreciate it. \r\n\r\nIf you have any further issues, please reach out to us at [email protected]."
171+
},
172+
{
173+
"date_created": "2020-03-30T17:38:55-07:00",
174+
"body": "Issues with a third-party provider are causing elevated response times in the API, leading to potential timeouts. We are monitoring the situation and working to mitigate this from our end as best we can. We apologize for the disruption."
163175
}
164176
]
165177
}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
<jetty-for-tests.version>9.2.27.v20190403</jetty-for-tests.version>
3838
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
39-
<okhttp.version>4.4.0</okhttp.version>
39+
<okhttp.version>4.4.1</okhttp.version>
4040
<gson.version>2.8.6</gson.version>
4141
<lombok.version>1.18.12</lombok.version>
4242
<lombok-maven-plugin.version>1.18.10.0</lombok-maven-plugin.version>
@@ -46,7 +46,7 @@
4646
<junit.version>4.13</junit.version>
4747
<hamcrest.version>1.3</hamcrest.version>
4848
<logback.version>1.2.3</logback.version>
49-
<mockito-core.version>3.3.0</mockito-core.version>
49+
<mockito-core.version>3.3.3</mockito-core.version>
5050
<duplicate-finder-maven-plugin.version>1.3.0</duplicate-finder-maven-plugin.version>
5151
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
5252
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>

0 commit comments

Comments
 (0)