Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the java-production-dependencies group with 6 updates #3295

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

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

Package From To
org.slf4j:slf4j-api 2.0.9 2.0.11
com.fasterxml.jackson.core:jackson-databind 2.16.0 2.16.1
com.google.guava:guava 32.1.3-jre 33.0.0-jre
com.google.dagger:dagger 2.49 2.50
com.google.dagger:dagger-compiler 2.49 2.50
org.cryptomator:integrations-linux 1.4.0 1.4.1

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

Updates com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1

Commits

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 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 org.cryptomator:integrations-linux from 1.4.0 to 1.4.1

Release notes

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

1.4.1

What's Changed

Full Changelog: cryptomator/integrations-linux@1.4.0...1.4.1

Commits
  • 81b2ee7 Merge branch 'release/1.4.1'
  • 6a5b909 prepare 1.4.1
  • 5706476 remove unused import
  • a09e14a closes #56
  • 234a04a Bump the java-production-dependencies group with 1 update (#58)
  • 61fa4b3 only execute KWallet test, if DISPLAY env variable is present
  • 6fa6352 Bump the github-actions group with 2 updates (#55)
  • 5eb7574 Bump the maven-build-plugins group with 3 updates (#53)
  • e8fd9f1 Update dependency-check.yml
  • 042d56c adjust dependency check plugin
  • 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 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 <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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 22, 2024
Copy link

coderabbitai bot commented Jan 22, 2024

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

@dependabot dependabot bot force-pushed the dependabot/maven/java-production-dependencies-2b1d01f22d branch 3 times, most recently from 34bf094 to 1702818 Compare February 2, 2024 09:46
Bumps the java-production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| org.slf4j:slf4j-api | `2.0.9` | `2.0.11` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.16.0` | `2.16.1` |
| [com.google.guava:guava](https://github.com/google/guava) | `32.1.3-jre` | `33.0.0-jre` |
| [com.google.dagger:dagger](https://github.com/google/dagger) | `2.49` | `2.50` |
| [com.google.dagger:dagger-compiler](https://github.com/google/dagger) | `2.49` | `2.50` |
| [org.cryptomator:integrations-linux](https://github.com/cryptomator/integrations-linux) | `1.4.0` | `1.4.1` |


Updates `org.slf4j:slf4j-api` from 2.0.9 to 2.0.11

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.0 to 2.16.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.google.guava:guava` from 32.1.3-jre to 33.0.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.google.dagger:dagger` from 2.49 to 2.50
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.49...dagger-2.50)

Updates `com.google.dagger:dagger-compiler` from 2.49 to 2.50
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.49...dagger-2.50)

Updates `org.cryptomator:integrations-linux` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/cryptomator/integrations-linux/releases)
- [Commits](cryptomator/integrations-linux@1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java-production-dependencies
- dependency-name: com.google.dagger:dagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-production-dependencies
- dependency-name: com.google.dagger:dagger-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-production-dependencies
- dependency-name: org.cryptomator:integrations-linux
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/java-production-dependencies-2b1d01f22d branch from 1702818 to c704c4e Compare February 5, 2024 06:21
@infeo
Copy link
Member

infeo commented Feb 6, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit a30db34 into develop Feb 6, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/java-production-dependencies-2b1d01f22d branch February 6, 2024 10:18
@infeo infeo added this to the 1.12.0 milestone Feb 6, 2024
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.

None yet

1 participant