Skip to content

Bump the maven-dependencies group with 3 updates#227

Open
dependabot[bot] wants to merge 3 commits intodevelopfrom
dependabot/maven/maven-dependencies-77f7de8a9c
Open

Bump the maven-dependencies group with 3 updates#227
dependabot[bot] wants to merge 3 commits intodevelopfrom
dependabot/maven/maven-dependencies-77f7de8a9c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps the maven-dependencies group with 3 updates: org.cryptomator:integrations-api, org.mockito:mockito-core and org.cryptomator:cryptofs.

Updates org.cryptomator:integrations-api from 1.7.0 to 1.8.0

Release notes

Sourced from org.cryptomator:integrations-api's releases.

1.8.0

For a list of all notable changes, read the changelog.

What's Changed

New Contributors

Full Changelog: cryptomator/integrations-api@1.7.0...1.8.0

1.8.0-beta1

For a list of all notable changes, read the changelog.

What's Changed

Full Changelog: cryptomator/integrations-api@1.7.0...1.8.0-beta1

Changelog

Sourced from org.cryptomator:integrations-api's changelog.

1.8.0 - 2026-03-12

Added

Fixed

  • Fixed plugin loading/discovery active even if pluginDir property is not set (#86)

Changed

  • [BREAKING] Updated required build JDK to 25 (#73)
  • Pin version of GitHub actions in CI (#87)
Commits
  • 3cd78f1 Merge branch 'release/1.8.0'
  • a38dc82 finalize 1.18.0
  • 37169ea Merge branch 'develop' into release/1.8.0
  • 7708704 [skip ci] update changelog
  • 11b42a1 Merge pull request #87 from mindmonk/feature/pin-ci-actions
  • be707fd pin github action version with SHA checksum
  • a92cced pin github action version with SHA checksum
  • 5d8010b Merge pull request #86 from cryptomator/feature/no-plugin-loading-on-invalid-dir
  • 12fb0ef Bump the java-test-dependencies group across 1 directory with 2 updates (#80)
  • 1e568a0 Bump the maven-build-plugins group across 1 directory with 4 updates (#83)
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.22.0 to 5.23.0

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.23.0

NOTE: Breaking change for Android

The mockito-android artifact has a breaking change: tests now require a device or emulator based on API 28+ (Android P). This is to enable new support for mocking Kotlin classes. See #3788 for more details.


Changelog generated by Shipkit Changelog Gradle Plugin

5.23.0

Commits
  • a231205 Fix StackOverflowError with AbstractList after using mockSingleton (#3790)
  • f6a91a6 Replace mockito-android mock maker implementation with dexmaker-mockito-inlin...
  • aa2298a fix: make spotless happy
  • a6729d6 chore: update BDDMockito with jspecify annotation
  • bb83c92 chore: move jspecify as a compile only dependency
  • 47a4695 chore: add jspecify with minimal change. Fixes #3503
  • See full diff in compare view

Updates org.cryptomator:cryptofs from 2.9.0 to 2.10.0

Release notes

Sourced from org.cryptomator:cryptofs's releases.

2.10.0

Changelog

For a list of all notable changes, read the changelog.

Maven Coordinates

  <dependency>
    <groupId>org.cryptomator</groupId>
    <artifactId>cryptofs</artifactId>
    <version>2.10.0</version>
  </dependency>

Artifact Checksums

b6074fd71663fc56f6e7a26ff0c65715adef2be7c5837fd8630131ec095918ce  target/cryptofs-2.10.0-javadoc.jar
3a7bdc52fea90b62a8005024dc13b9fd2f96e3d639563ba804bc3a9e113bc4f1  target/cryptofs-2.10.0-sources.jar
79aec0a8d802d7ee88bf5f070be179bbd51486841e9935c1c1298f9014ec6bbd  target/cryptofs-2.10.0.jar

What's Changed

Full Changelog: cryptomator/cryptofs@2.9.0...2.10.0

2.10.0-beta3

... (truncated)

Changelog

Sourced from org.cryptomator:cryptofs's changelog.

2.10.0 - 2026-03-05

Added

  • Files-in-Use: Optional feature to indicate for external parties if an encrypted file is currently opened by this filesystem (#312, #338)
  • Changelog file

Changed

  • Use JDK 25 for build (bf26d6c9cd15a2489126ee0409a8ec9eca59da0c)
  • Pin external ci actions (#320)
  • Use Maven wrapper (#341)
  • Updated dependencies:
    • com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.3 (#323)
    • org.cryptomator:cryptolib from 2.2.1 to 2.2.2
    • com.auth0:java-jwt from 4.5.0 to 4.5.1
  • Removed dependencies:
    • com.google.guava:guava

Fixed

  • Replacing internal path class CryptoPath with strings in FilesystemEvents (#319)
  • Make DOS file attribute class immutable (#305)
Commits
  • 488b201 Merge branch 'release/2.10.0'
  • ad6ada5 finalize 2.10.0
  • a220315 Merge branch 'develop' into release/2.10.0
  • ee3011a [skip ci] update changelog
  • 89e1fb3 Bump github/codeql-action in the github-actions group (#343)
  • bb74d13 Merge pull request #342 from cryptomator/feature/refactor-ci
  • c0856f5 fix attestation
  • f77ccb7 Merge branch 'develop' into feature/refactor-ci
  • df84ca1 Merge pull request #344 from cryptomator/feature/fix-use-token-tests
  • 853445a improve move tests
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maven-dependencies group with 3 updates: [org.cryptomator:integrations-api](https://github.com/cryptomator/integrations-api), [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.cryptomator:cryptofs](https://github.com/cryptomator/cryptofs).


Updates `org.cryptomator:integrations-api` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/cryptomator/integrations-api/releases)
- [Changelog](https://github.com/cryptomator/integrations-api/blob/develop/CHANGELOG.md)
- [Commits](cryptomator/integrations-api@1.7.0...1.8.0)

Updates `org.mockito:mockito-core` from 5.22.0 to 5.23.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.22.0...v5.23.0)

Updates `org.cryptomator:cryptofs` from 2.9.0 to 2.10.0
- [Release notes](https://github.com/cryptomator/cryptofs/releases)
- [Changelog](https://github.com/cryptomator/cryptofs/blob/develop/CHANGELOG.md)
- [Commits](cryptomator/cryptofs@2.9.0...2.10.0)

---
updated-dependencies:
- dependency-name: org.cryptomator:integrations-api
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.cryptomator:cryptofs
  dependency-version: 2.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 2, 2026
@infeo infeo self-assigned this Apr 7, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 7, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant