This is an automated email from the ASF dual-hosted git repository.
apkhmv pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 286cd1b8a3 IGNITE-20099 Update okhttp version (#2746)
286cd1b8a3 is described below
commit 286cd1b8a3588ccaf54dc6991202e3f7473c3eba
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Tue Oct 24 19:06:47 2023 +0300
IGNITE-20099 Update okhttp version (#2746)
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index c3408b096f..edd45fac4c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -33,7 +33,7 @@ jmh = "1.35"
junit5 = "5.9.3"
junitPioneer = "2.0.1"
jsr305 = "3.0.2"
-okhttp = "4.9.1"
+okhttp = "4.12.0"
gson = "2.8.9"
gsonFire = "1.8.5"
threetenbp = "1.5.2"