cryptomator / cryptofs

Java Filesystem Provider with integrated encryption
GNU Affero General Public License v3.0
93 stars 35 forks source link

Bump the java-production-dependencies group with 5 updates #197

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps the java-production-dependencies group with 5 updates:

Package From To
com.google.dagger:dagger 2.49 2.50
com.google.dagger:dagger-compiler 2.49 2.50
com.google.guava:guava 32.1.3-jre 33.0.0-jre
org.slf4j:slf4j-api 2.0.9 2.0.10
org.slf4j:slf4j-simple 2.0.9 2.0.10

Updates com.google.dagger:dagger from 2.49 to 2.50

Release notes

Sourced from com.google.dagger:dagger's releases.

Dagger 2.50

Dagger

Potential breaking changes

  • Introduced a new dagger.internal.Provider to facilitate future support for jakarta.inject.Provider types. There should be no visible changes at this time, though with such a large change there is a risk of unanticipated version compatibility issues across libraries built with different Dagger versions. (75d3cbcf9)
  • Flip the default for -Adagger.explicitBindingConflictsWithInject to enabled. This flag fixes a bug where an explicit binding like an @Provides should conflict with @Inject bindings if the @Inject is actually used in a parent component. (8372c6308)

Bug fixes

  • Fixed the error message for an @Binds @IntoSet implementation with duplicate bindings. (8d0122322)
Commits
  • 137995b 2.50 release
  • 8d01223 Fix error message for an @Binds @IntoSet implementation with duplicate bind...
  • be77d24 Dagger build performance optimizations.
  • 8372c63 Flip the default for explicitBindingConflictsWithInject to enabled.
  • 13d64c6 Internal changes
  • 5f8b76c Optimize InjectionSiteFactory#getInjectionSites().
  • 45af1ed Increase timeout for emulator tests from 25min to 35min in CI.
  • 45d3b87 Make minSdk and targetSdk versions consistent across Gradle tests.
  • f4b4519 Internal changes
  • eb9a034 Configure Bazel and Gradle to avoid spurious flakes.
  • Additional commits viewable in compare view


Updates com.google.dagger:dagger-compiler from 2.49 to 2.50

Release notes

Sourced from com.google.dagger:dagger-compiler's releases.

Dagger 2.50

Dagger

Potential breaking changes

  • Introduced a new dagger.internal.Provider to facilitate future support for jakarta.inject.Provider types. There should be no visible changes at this time, though with such a large change there is a risk of unanticipated version compatibility issues across libraries built with different Dagger versions. (75d3cbcf9)
  • Flip the default for -Adagger.explicitBindingConflictsWithInject to enabled. This flag fixes a bug where an explicit binding like an @Provides should conflict with @Inject bindings if the @Inject is actually used in a parent component. (8372c6308)

Bug fixes

  • Fixed the error message for an @Binds @IntoSet implementation with duplicate bindings. (8d0122322)
Commits
  • 137995b 2.50 release
  • 8d01223 Fix error message for an @Binds @IntoSet implementation with duplicate bind...
  • be77d24 Dagger build performance optimizations.
  • 8372c63 Flip the default for explicitBindingConflictsWithInject to enabled.
  • 13d64c6 Internal changes
  • 5f8b76c Optimize InjectionSiteFactory#getInjectionSites().
  • 45af1ed Increase timeout for emulator tests from 25min to 35min in CI.
  • 45d3b87 Make minSdk and targetSdk versions consistent across Gradle tests.
  • f4b4519 Internal changes
  • eb9a034 Configure Bazel and Gradle to avoid spurious flakes.
  • Additional commits viewable in compare view


Updates com.google.guava:guava from 32.1.3-jre to 33.0.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.0.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.0.0-jre</version>
  <!-- or, for Android: -->
  <version>33.0.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • This version of guava-android contains some package-private methods whose signature includes the Java 8 Collector API. This is a test to identify any problems before we expose those methods publicly to users. Please report any problems that you encounter. (73dbf7ef26)
  • Changed various classes to catch Exception instead of RuntimeException even when only RuntimeException is theoretically possible. This can help code that throws undeclared exceptions, as some bytecode rewriters (e.g., Robolectric) and languages (e.g., Kotlin) do. (c294c23760, 747924e, b2baf48)
  • Added an Automatic-Module-Name to failureaccess, Guava's one strong runtime dependency. (280b5d2f60)
  • reflect: In guava-android only, removed Invokable.getAnnotatedReturnType() and Parameter.getAnnotatedType(). These methods never worked in an Android VM, and to reflect that, they were born @Deprecated, @Beta, and @DoNotCall. They're now preventing us from rolling out some new Android compatibility testing. This is the only binary-incompatible change in this release, and it should have no effect in practice. Still, we bump the major version number to follow Semantic Versioning. (045cd8428f)
  • util.concurrent: Changed our implementations to avoid eagerly initializing loggers during class loading. This can help performance, especially under Android. (4fe1df56bd)
Commits


Updates org.slf4j:slf4j-api from 2.0.9 to 2.0.10

Updates org.slf4j:slf4j-simple from 2.0.9 to 2.0.10

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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 8 months ago

Superseded by #201.