Merge pull request #3119 from OpenRefine/dependabot/maven/com.squareup.okhttp3-mockwebserver-4.8.1

Bump mockwebserver from 4.7.2 to 4.8.1
This commit is contained in:
Tom Morris 2020-08-27 17:25:51 -04:00 committed by GitHub
commit 0f15c61ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.8.0</version>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -23,7 +23,7 @@
Jena 3.15.0 doesn't work. Versions through 3.14.0 appear to, but we'll be conservative
-->
<jena.version>3.9.0</jena.version>
<okhttp.version>4.7.2</okhttp.version>
<okhttp.version>4.8.1</okhttp.version>
</properties>
<scm>