Update deps including guava and okhttp versions

fixes gh-2224
This commit is contained in:
Marcin Grzejszczak
2024-02-09 14:40:33 +01:00
parent 4f47bce169
commit bd8a1fdc32
2 changed files with 6 additions and 7 deletions

View File

@@ -38,7 +38,7 @@
<sonar.skip>true</sonar.skip>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<okhttp.version>4.8.1</okhttp.version>
<okhttp.version>4.12.0</okhttp.version>
<microbenchmark-runner.version>c5f1e7d047</microbenchmark-runner.version>
<jmh.version>1.26</jmh.version>
</properties>