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 6 updates #82

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

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

Package From To
org.cryptomator:siv-mode 1.5.2 1.6.0
org.bouncycastle:bcpkix-jdk18on 1.78.1 1.80
com.google.code.gson:gson 2.11.0 2.12.1
com.google.guava:guava 33.3.0-jre 33.4.0-jre
org.slf4j:slf4j-api 2.0.16 2.0.17
org.slf4j:slf4j-simple 2.0.16 2.0.17

Updates org.cryptomator:siv-mode from 1.5.2 to 1.6.0

Release notes

Sourced from org.cryptomator:siv-mode's releases.

1.6.0

Maven Coordinates

  <dependency>
    <groupId>org.cryptomator</groupId>
    <artifactId>siv-mode</artifactId>
    <version>1.6.0</version>
  </dependency>

Artifact Checksums

af7657d31f84edc631efad0a26871b18705aab9578fad329bbaccd0028a3ca5b  target/original-siv-mode-1.6.0.jar
e5ed02d246f0a413234f6c45322683d4a9071fc14a7f64a836ef2817cf152441  target/siv-mode-1.6.0-javadoc.jar
25b297b2a084c025c3af6a70b4a3ab40381469f532a276d0caef23990392abe7  target/siv-mode-1.6.0-sources.jar
355ca14cd4d95a498a1dfa3108ea885447db0a91ccd2e3b6f9a4de6a2f035a2d  target/siv-mode-1.6.0.jar

See README.md section regarding reproducing this build.

What's Changed

Added

  • encrypt(SecretKey key, byte[] plaintext, byte[]... associatedData) and decrypt(SecretKey key, byte[] ciphertext, byte[]... associatedData) using a single 256, 384, or 512 bit key

Other Changes 📎

New Contributors

Full Changelog: cryptomator/siv-mode@1.5.2...1.6.0

Changelog

Sourced from org.cryptomator:siv-mode's changelog.

1.6.0

Added

  • This CHANGELOG file
  • encrypt(SecretKey key, byte[] plaintext, byte[]... associatedData) and decrypt(SecretKey key, byte[] ciphertext, byte[]... associatedData) using a single 256, 384, or 512 bit key

Changed

  • use maven-gpg-plugin's bc-based signer
Commits
  • 01fde51 Merge branch 'release/1.6.0'
  • a9f31ab prepare 1.6.0
  • 8e5ec19 add a changelog
  • 7fd5875 use BC signer for maven-gpg-plugin
  • 540397c Bump the maven-build-plugins group across 1 directory with 6 updates (#60)
  • e046d59 Bump the java-test-dependencies group across 1 directory with 4 updates (#58)
  • 59a2551 convenience method for sole 256, 384, 512 bit key
  • 5529c38 fix grammar mistake in javadoc
  • f37781e Update org.owasp:dependency-check-maven from 9.2.0 to 10.0.2 (#56)
  • eb67103 Merge pull request #53 from cryptomator/ci-hardening
  • Additional commits viewable in compare view

Updates org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.80

Changelog

Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.

2.1.1 Version Release: 1.80 Date:      2025, 14th January.

... (truncated)

Commits

Updates com.google.code.gson:gson from 2.11.0 to 2.12.1

Release notes

Sourced from com.google.code.gson:gson's releases.

Gson 2.12.1

The only difference between this release and 2.12.0 is that OSGi declarations in the Gson jar now specify that com.google.errorprone.annotations is an optional dependency, not a required one. If you do not use OSGi then there is no effective change.

Gson 2.12.0

What's Changed

The biggest change is that we no longer support Java 7. People who still need to run on Java 7 will need to use an earlier version of Gson.

Other changes:

New Contributors

Full Changelog: google/gson@gson-parent-2.11.0...gson-parent-2.12.0

Commits
  • 29e3d1d [maven-release-plugin] prepare release gson-parent-2.12.1
  • be456cf Make the import of com.google.errorprone optional (#2795)
  • b2e26fa Bump the github-actions group with 3 updates (#2785)
  • 10bdd6d Simplify collection type adapters slightly. (#2791)
  • ab9c54f [maven-release-plugin] prepare for next development iteration
  • aaf7a12 [maven-release-plugin] prepare release gson-parent-2.12.0
  • a2b1c3c Allow registering adapters for JsonElement again (#2789)
  • e5dce84 Bump the maven group with 8 updates (#2784)
  • 84e5f16 Bump the maven group with 7 updates (#2777)
  • 9f3e577 Bump the github-actions group with 2 updates (#2778)
  • Additional commits viewable in compare view

Updates com.google.guava:guava from 33.3.0-jre to 33.4.0-jre

Release notes

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

33.4.0

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

  • Exposed additional Java 8 APIs to Android users. (6082782134, 9b0109c662, 6ace8bc8ea, b650b9fe77, c6c268006c, 984f713d76, f9f3fffb87, cdc225474e)
  • base: Deprecated Charsets constants in favor of StandardCharsets. We will not remove the constants, but we recommend using StandardCharsets for consistency. (45e6be2688)
  • base: Added ToStringHelper.omitEmptyValues(). (f5ec2ab85c)
  • collect: Added an optimized copyOf method to TreeRangeMap. (a46565dd1c)
  • collect.testing: Fixed @Require annotations so that features implied by absent features are not also required to be absent. (81be061f85)
  • io: Changed ByteSink and CharSink to no longer call flush() in some cases before close(). This is a no-op for well-behaved streams, which internally flush their data as part of closing. However, we have discovered some stream implementations that have overridden close() to do nothing, including not to flush some buffered data. If this change causes problems, the simplest fix is usually to change the close() override to at least call flush(). (6ace8bc8ea)
  • net: Added HttpHeaders.ALT_SVC and MediaType.CBOR. (503ba429f9, 7c0bf0892d)

33.3.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
</tr></table> 

... (truncated)

Commits

Updates org.slf4j:slf4j-api from 2.0.16 to 2.0.17

Updates org.slf4j:slf4j-simple from 2.0.16 to 2.0.17

Updates org.slf4j:slf4j-simple from 2.0.16 to 2.0.17

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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.cryptomator:siv-mode](https://github.com/cryptomator/siv-mode) | `1.5.2` | `1.6.0` |
| [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.78.1` | `1.80` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.11.0` | `2.12.1` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.3.0-jre` | `33.4.0-jre` |
| org.slf4j:slf4j-api | `2.0.16` | `2.0.17` |
| org.slf4j:slf4j-simple | `2.0.16` | `2.0.17` |



Updates `org.cryptomator:siv-mode` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/cryptomator/siv-mode/releases)
- [Changelog](https://github.com/cryptomator/siv-mode/blob/develop/CHANGELOG.md)
- [Commits](cryptomator/siv-mode@1.5.2...1.6.0)

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.78.1 to 1.80
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `com.google.code.gson:gson` from 2.11.0 to 2.12.1
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.12.1)

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

Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17

Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17

Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17

---
updated-dependencies:
- dependency-name: org.cryptomator:siv-mode
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-production-dependencies
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-production-dependencies
- dependency-name: com.google.code.gson:gson
  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: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 1, 2025
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.

0 participants