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 across 1 directory with 9 updates #3422

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps the java-production-dependencies group with 9 updates in the / directory:

Package From To
org.cryptomator:fuse-nio-adapter 4.0.0 5.0.0
org.slf4j:slf4j-api 2.0.12 2.0.13
ch.qos.logback:logback-core 1.5.3 1.5.6
ch.qos.logback:logback-classic 1.5.3 1.5.6
com.fasterxml.jackson.core:jackson-databind 2.16.2 2.17.1
com.nulab-inc:zxcvbn 1.8.2 1.9.0
com.google.guava:guava 33.0.0-jre 33.2.0-jre
com.google.dagger:dagger 2.51 2.51.1
com.google.dagger:dagger-compiler 2.51 2.51.1

Updates org.cryptomator:fuse-nio-adapter from 4.0.0 to 5.0.0

Release notes

Sourced from org.cryptomator:fuse-nio-adapter's releases.

5.0.0

What's Changed

  • *[Breaking Change] Use JDK 22 by @​infeo in cryptomator/fuse-nio-adapter#122
  • Dependency updates
    • org.cryptomator:jfuse from 0.6.1 to 0.7.0
    • org.cryptomator:integrations-api from 1.3.0 to 1.3.1
    • org.slf4j:* from 2.0.9 to 2.0.13

New Contributors

Full Changelog: cryptomator/fuse-nio-adapter@4.0.0...5.0.0

Commits
  • 3d70693 Merge branch 'release/5.0.0'
  • b8b451d prepare 5.0.0
  • eb68b2e Bump the maven-build-plugins group with 2 updates (#123)
  • 2c4268c Merge pull request #122 from cryptomator/feature/jdk-22
  • 6d00e55 use nvdApiKeyEnvironmentVariable key to prevent secret leak
  • 843cb15 adjust IDE run config
  • 6d1d2c9 apply unnamed variable pattern
  • b572c7d update JDK from 21 to 22
  • 44fe2bd Bump slf4j from 2.0.12 to 2.0.13
  • f80f08a Bump the maven-build-plugins group with 2 updates (#121)
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-api from 2.0.12 to 2.0.13

Updates ch.qos.logback:logback-core from 1.5.3 to 1.5.6

Commits
  • 7812a55 prepare release 1.5.6
  • 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional
  • 3d55638 start work on 1.5.6-SNAPSHOT
  • a91d2b6 notes about javadocs
  • c7c5e89 prepare release 1.5.5
  • 7db8797 upgrade build to slf4j 2.0.13
  • f9c04d2 test inclusion with conditionals
  • f32ed30 remove support for metaannotations for NoAutoStart annotation
  • 4476edd Search for @​NoAutoStart annotations in ancestor hierarchy, implemented interf...
  • a649c60 rename IncludeActionTest as IncludeModelHandlerTest
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.3 to 1.5.6

Commits
  • 7812a55 prepare release 1.5.6
  • 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional
  • 3d55638 start work on 1.5.6-SNAPSHOT
  • a91d2b6 notes about javadocs
  • c7c5e89 prepare release 1.5.5
  • 7db8797 upgrade build to slf4j 2.0.13
  • f9c04d2 test inclusion with conditionals
  • f32ed30 remove support for metaannotations for NoAutoStart annotation
  • 4476edd Search for @​NoAutoStart annotations in ancestor hierarchy, implemented interf...
  • a649c60 rename IncludeActionTest as IncludeModelHandlerTest
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.3 to 1.5.6

Commits
  • 7812a55 prepare release 1.5.6
  • 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional
  • 3d55638 start work on 1.5.6-SNAPSHOT
  • a91d2b6 notes about javadocs
  • c7c5e89 prepare release 1.5.5
  • 7db8797 upgrade build to slf4j 2.0.13
  • f9c04d2 test inclusion with conditionals
  • f32ed30 remove support for metaannotations for NoAutoStart annotation
  • 4476edd Search for @​NoAutoStart annotations in ancestor hierarchy, implemented interf...
  • a649c60 rename IncludeActionTest as IncludeModelHandlerTest
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.1

Commits

Updates com.nulab-inc:zxcvbn from 1.8.2 to 1.9.0

Release notes

Sourced from com.nulab-inc:zxcvbn's releases.

1.9.0

What's Changed

New Contributors

Full Changelog: nulab/zxcvbn4j@1.8.2...1.9.0

Changelog

Sourced from com.nulab-inc:zxcvbn's changelog.

1.9.0 (2024-04-06)

  • addition of Portuguese in the languages available for feedback #173 (javcasrod)
  • Add exports com.nulabinc.zxcvbn.io to module-info.java #175 (HaasJona)
  • Updated URL to "Five Algorithms..." article #169 (weberhofer)
  • refactor: modifier 'private' is redundant for enum constructors #168 (vvatanabe)
  • refactor: Deprecate setters in AttackTimes class #167 (vvatanabe)
  • refactor: Deprecate com.nulabinc.zxcvbn.Guess and introduce new interface in com.nulabinc.zxcvbn.guesses #166 (vvatanabe)
  • refactor: Deprecate com.nulabinc.zxcvbn.Matcher and introduce new interface in com.nulabinc.zxcvbn.matchers #165 (vvatanabe)
  • refactor: Initialize all Strength properties via constructor #164 (vvatanabe)
  • fix: fix sonarcloud maintainability phase 4 #163 (vvatanabe)
  • fix: fix sonarcloud maintainability phase 3 #162 (vvatanabe)
  • fix: fix sonar cloud maintainability phase 2 #161 (vvatanabe)
  • fix: fix sonarcloud maintainability #160 (vvatanabe)
  • fix: Fix sonarcloud reliability #159 (vvatanabe)
  • chore: Update GitHub Actions Configuration #158 (vvatanabe)
  • refactor: refactor and improve code readability in Scoring #157 (vvatanabe)
  • fix: fix warning messages of checkstyle #156 (vvatanabe)
  • refactor: Refactoring Feedback #155 (vvatanabe)
  • refactor: refactoring TimeEstimates class #154 (vvatanabe)
  • refactor: refactoring guesses package #153 (vvatanabe)
  • chore: update gradle version to 8.3 and update gradle plugins to latest #152 (vvatanabe)
Commits

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

Release notes

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

33.2.0

Android users: Please test recent Guava versions

If you know of Guava Android users who have not yet upgraded to at least release 33.0.0, please encourage them to upgrade, preferably to today's release, 33.2.0. These releases have begun adding Java 8+ APIs to guava-android. While we don't anticipate problems, we do anticipate that any unexpected problems could force a disruptive rollback. To minimize any disruption, we'd like to catch any such problems early.

Please let us know of any problems you encounter.

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

  • Dropped testing for Android versions before Lollipop (API Level 21). Guava may stop working under older versions in the future, or it may have done so already.
  • Fixed a GWT compilation breakage under Gradle. (858caf425c)
  • collect: Made our Collector APIs (e.g., ImmutableList.toImmutableList()) available in guava-android. More Java 8 APIs will follow in future releases. (96fca0b747)
    • As always, streams are available to Android code only when that code enables library desugaring or targets a new enough API Level (24 (Nougat) for many stream APIs). (But note that we test only with library desugaring, so we don't currently know if API Level 24 is high enough to use our Collector APIs unless you have also enabled library desugaring.) Guava users who avoid the Collector APIs do not need to meet this requirement.
  • collect: Fixed a potential NullPointerException in ImmutableMap.Builder on a rare code path. (70a98115d8)
  • net: Added HttpHeaders constants Ad-Auction-Allowed, Permissions-Policy-Report-Only, and Sec-GPC. (7dc01ed27b, 41d0d9a833, 38c8017bd44b7919b112f1c99f3d8ce4b058ae5d)

33.1.0

Request for Android users

... (truncated)

Commits

Updates com.google.dagger:dagger from 2.51 to 2.51.1

Release notes

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

Dagger 2.51.1

New Dagger Features

  • Added BindingGraphPlugin#onProcessingRoundBegin for pre-processing initialization. (2a6a0b461)

Dagger bug fixes

Fixed #4181: Associate Dagger Android output with the generated Component, so that incremental builds with Ksp won’t fail. Fixed #4254: Support using scoped @LazyClassKey map bindings. Fixed #4262: Support referencing an array of annotations in a map key annotation.

Commits
  • 394cf25 2.51.1 release
  • 8689679 Update xprocessing.jar for Dagger.
  • 2a6a0b4 Reset processingEnv for BindingGraphPlugins for each round.
  • fc2363d Associate Dagger Android output with generated Component.
  • 29d9a8e Make LazyClassKeyMap accept both MapFactory and MapProviderFactory
  • c213e36 Fix bug in AnnotationExpression.
  • e6c2ac8 Delete obsolete documentation
  • e8e1ce6 Fix diagnostic kind in InjectValidator.
  • 3fa9a8a Migrate from soon-to-be-deprecated propagateIfPossible to equivalent `throw...
  • 922ff50 reduce number of times resolving parameter types in an extreme case.
  • Additional commits viewable in compare view

Updates com.google.dagger:dagger-compiler from 2.51 to 2.51.1

Release notes

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

Dagger 2.51.1

New Dagger Features

  • Added BindingGraphPlugin#onProcessingRoundBegin for pre-processing initialization. (2a6a0b461)

Dagger bug fixes

Fixed #4181: Associate Dagger Android output with the generated Component, so that incremental builds with Ksp won’t fail. Fixed #4254: Support using scoped @LazyClassKey map bindings. Fixed #4262: Support referencing an array of annotations in a map key annotation.

Commits
  • 394cf25 2.51.1 release
  • 8689679 Update xprocessing.jar for Dagger.
  • 2a6a0b4 Reset processingEnv for BindingGraphPlugins for each round.
  • fc2363d Associate Dagger Android output with generated Component.
  • 29d9a8e Make LazyClassKeyMap accept both MapFactory and MapProviderFactory
  • c213e36 Fix bug in AnnotationExpression.
  • e6c2ac8 Delete obsolete documentation
  • e8e1ce6 Fix diagnostic kind in InjectValidator.
  • 3fa9a8a Migrate from soon-to-be-deprecated propagateIfPossible to equivalent `throw...
  • 922ff50 reduce number of times resolving parameter types in an extreme case.
  • Additional commits viewable in compare view

Updates com.google.dagger:dagger-compiler from 2.51 to 2.51.1

Release notes

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

Dagger 2.51.1

New Dagger Features

  • Added BindingGraphPlugin#onProcessingRoundBegin for pre-processing initialization. (2a6a0b461)

Dagger bug fixes

Fixed #4181: Associate Dagger Android output with the generated Component, so that incremental builds with Ksp won’t fail. Fixed #4254: Support using scoped @LazyClassKey map bindings. Fixed #4262: Support referencing an array of annotations in a map key annotation.

Commits
  • 394cf25 2.51.1 release
  • 8689679 Update xprocessing.jar for Dagger.
  • 2a6a0b4 Reset processingEnv for BindingGraphPlugins for each round.
  • fc2363d Associate Dagger Android output with generated Component.
  • 29d9a8e Make LazyClassKeyMap accept both MapFactory and MapProviderFactory
  • c213e36 Fix bug in AnnotationExpression.
  • e6c2ac8 Delete obsolete documentation
  • e8e1ce6 Fix diagnostic kind in InjectValidator.
  • 3fa9a8a Migrate from soon-to-be-deprecated propagateIfPossible to equivalent `throw...
  • 922ff50 reduce number of times resolving parameter types in an extreme case.
  • 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

… updates

Bumps the java-production-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.cryptomator:fuse-nio-adapter](https://github.com/cryptomator/fuse-nio-adapter) | `4.0.0` | `5.0.0` |
| org.slf4j:slf4j-api | `2.0.12` | `2.0.13` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.3` | `1.5.6` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.3` | `1.5.6` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.16.2` | `2.17.1` |
| [com.nulab-inc:zxcvbn](https://github.com/nulab/zxcvbn4j) | `1.8.2` | `1.9.0` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.0.0-jre` | `33.2.0-jre` |
| [com.google.dagger:dagger](https://github.com/google/dagger) | `2.51` | `2.51.1` |
| [com.google.dagger:dagger-compiler](https://github.com/google/dagger) | `2.51` | `2.51.1` |



Updates `org.cryptomator:fuse-nio-adapter` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/cryptomator/fuse-nio-adapter/releases)
- [Commits](cryptomator/fuse-nio-adapter@4.0.0...5.0.0)

Updates `org.slf4j:slf4j-api` from 2.0.12 to 2.0.13

Updates `ch.qos.logback:logback-core` from 1.5.3 to 1.5.6
- [Commits](qos-ch/logback@v_1.5.3...v_1.5.6)

Updates `ch.qos.logback:logback-classic` from 1.5.3 to 1.5.6
- [Commits](qos-ch/logback@v_1.5.3...v_1.5.6)

Updates `ch.qos.logback:logback-classic` from 1.5.3 to 1.5.6
- [Commits](qos-ch/logback@v_1.5.3...v_1.5.6)

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

Updates `com.nulab-inc:zxcvbn` from 1.8.2 to 1.9.0
- [Release notes](https://github.com/nulab/zxcvbn4j/releases)
- [Changelog](https://github.com/nulab/zxcvbn4j/blob/main/CHANGELOG.md)
- [Commits](nulab/zxcvbn4j@1.8.2...1.9.0)

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

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

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

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

---
updated-dependencies:
- dependency-name: org.cryptomator:fuse-nio-adapter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java-production-dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
- dependency-name: ch.qos.logback:logback-classic
  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-minor
  dependency-group: java-production-dependencies
- dependency-name: com.nulab-inc:zxcvbn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-production-dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-production-dependencies
- dependency-name: com.google.dagger:dagger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
- dependency-name: com.google.dagger:dagger-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
- dependency-name: com.google.dagger:dagger-compiler
  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 added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 6, 2024
Copy link

coderabbitai bot commented May 6, 2024

Important

Auto Review Skipped

Bot user detected.

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

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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 testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • 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 testing code 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 and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @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.
  • Please see the configuration documentation for more information.
  • 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/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/maven/java-production-dependencies-6488802fbe branch May 13, 2024 06:16
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

0 participants