Skip to content

Commit e5e24a5

Browse files
Bump com.github.ben-manes.caffeine:caffeine from 3.2.2 to 3.2.3 in the java-production-dependencies group (#323)
* Bump com.github.ben-manes.caffeine:caffeine Bumps the java-production-dependencies group with 1 update: [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine). Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](ben-manes/caffeine@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 dependency-group: java-production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Armin Schrenk <[email protected]>
1 parent db43ae5 commit e5e24a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Changes to prior versions can be found on the [Github release page](https://gith
1616
### Changed
1717
* Use JDK 25 for build (bf26d6c9cd15a2489126ee0409a8ec9eca59da0c)
1818
* Pin external ci actions ([#320](https://github.com/cryptomator/cryptofs/pull/320))
19-
* Updated com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.2 ([#318](https://github.com/cryptomator/cryptofs/pull/318))
19+
* Updated com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.3 ([#323](https://github.com/cryptomator/cryptofs/pull/323))
2020

2121
### Fixed
2222
* Replacing internal path class `CryptoPath` with strings in `FilesystemEvent`s ([#319](https://github.com/cryptomator/cryptofs/pull/319))

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<cryptolib.version>2.2.1</cryptolib.version>
2222
<jwt.version>4.5.0</jwt.version>
2323
<dagger.version>2.55</dagger.version>
24-
<caffeine.version>3.2.2</caffeine.version>
24+
<caffeine.version>3.2.3</caffeine.version>
2525
<slf4j.version>2.0.17</slf4j.version>
2626

2727
<!-- test dependencies -->

0 commit comments

Comments
 (0)