This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push: new c2f50c29 Bump okhttp.version from 4.12.0 to 5.1.0 c2f50c29 is described below commit c2f50c2908d92f49be10e3e5a1a05dc69ef59ff2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jul 14 07:54:26 2025 +0000 Bump okhttp.version from 4.12.0 to 5.1.0 Bumps `okhttp.version` from 4.12.0 to 5.1.0. Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.1.0) Updates `com.squareup.okhttp3:okhttp-brotli` from 4.12.0 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.1.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.okhttp3:okhttp-brotli dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index a3c8b148..2c2000d7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -48,7 +48,7 @@ under the License. <rometools.version>2.1.0</rometools.version> <selenium.version>4.34.0</selenium.version> <cli.version>1.9.0</cli.version> - <okhttp.version>4.12.0</okhttp.version> + <okhttp.version>5.1.0</okhttp.version> <caffeine.version>3.2.2</caffeine.version> <xsoup.version>0.3.7</xsoup.version> <awaitility.version>4.3.0</awaitility.version>