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 8797bab9 Bump com.github.ben-manes.caffeine:caffeine from 3.2.2 to
3.2.3 (#1709)
8797bab9 is described below
commit 8797bab9dc3aaca5c1eb9cfbd5e3a8b27c45a6e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 6 10:13:37 2025 +0100
Bump com.github.ben-manes.caffeine:caffeine from 3.2.2 to 3.2.3 (#1709)
Bumps
[com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine)
from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.2.2...v3.2.3)
---
updated-dependencies:
- dependency-name: com.github.ben-manes.caffeine:caffeine
dependency-version: 3.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/pom.xml b/core/pom.xml
index b17a2cf0..d5b2f186 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -48,7 +48,7 @@ under the License.
<rometools.version>2.1.0</rometools.version>
<cli.version>1.10.0</cli.version>
<okhttp.version>5.3.0</okhttp.version>
- <caffeine.version>3.2.2</caffeine.version>
+ <caffeine.version>3.2.3</caffeine.version>
<xsoup.version>0.3.7</xsoup.version>
<awaitility.version>4.3.0</awaitility.version>
<guava.version>33.5.0-jre</guava.version>