This is an automated email from the ASF dual-hosted git repository.
wgtmac pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 18e7d1d32 Bump com.squareup.okhttp3:okhttp-jvm from 5.4.0 to 5.5.0
(#3738)
18e7d1d32 is described below
commit 18e7d1d32c43938908b3b2060e58f4c4dc95242c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 23 11:24:25 2026 +0800
Bump com.squareup.okhttp3:okhttp-jvm from 5.4.0 to 5.5.0 (#3738)
Bumps
[com.squareup.okhttp3:okhttp-jvm](https://github.com/lysine-dev/okhttp) from
5.4.0 to 5.5.0.
- [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/lysine-dev/okhttp/compare/parent-5.4.0...parent-5.5.0)
---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp-jvm
dependency-version: 5.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parquet-hadoop/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index af61f5661..ed3882cde 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -196,7 +196,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-jvm</artifactId>
- <version>5.4.0</version>
+ <version>5.5.0</version>
<scope>test</scope>
</dependency>
<dependency>