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

chore(deps): bump the dependencies group with 3 updates #277

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2024

Bumps the dependencies group with 3 updates: org.xerial.snappy:snappy-java, com.nimbusds:nimbus-jose-jwt and com.gradleup.shadow.

Updates org.xerial.snappy:snappy-java from 1.1.10.6 to 1.1.10.7

Release notes

Sourced from org.xerial.snappy:snappy-java's releases.

v1.1.10.7

What's Changed

🔗 Dependency Updates

🛠 Internal Updates

Other Changes

Full Changelog: xerial/snappy-java@v1.1.10.6...v1.1.10.7

Commits
  • 899b9b2 Update sbt-sonatype to 3.11.3 (#592)
  • da1af8b internal: let ByteBuffer read 4 bytes as int in single call (#594)
  • 1af05fe Bump peter-evans/create-pull-request from 6 to 7 (#596)
  • 5290e26 Update airframe-log to 24.9.0 (#597)
  • 01368fe internal: use LambdaMetafactory to generate java.util.zip.CRC32C instances (#...
  • 341377b Update scalafmt-core to 3.8.3 (#588)
  • See full diff in compare view

Updates com.nimbusds:nimbus-jose-jwt from 9.40 to 9.41

Changelog

Sourced from com.nimbusds:nimbus-jose-jwt's changelog.

9.41 (2024-09-10) * JWEHeader receives typed support for the "iss" (issuer), "sub" (subject) and "aud" (audience) claims as replicated JWE header parameters. * Updates the JWE encryption with "PBES2-HS256+A128KW", "PBES2-HS384+A192KW" and "PBES2-HS512+A256KW" to use a JCA provider instead of a local PBKDF2 implementation. "PBKDF2WithHmacSHA256" support is available since Java 8 and Android API level 26 (iss #561). * For "RSA-OAEP" and "RSA-OAEP-256" the cipher mode should be either WRAP or UNWRAP, not ENCRYPT or DECRYPT. Otherwise it will throw an exception when used with a FIPS provider (iss #564).

Commits
  • 81efe49 [maven-release-plugin] prepare for next development iteration
  • 2c2587a JWEHeader receives support for the iss, sub and aud claims as replicated head...
  • ba873c3 Adds Maven org.owasp:dependency-check-maven:10.0.3 plugin
  • c383556 Key derivation changed to use standard java.security API
  • fde898f ISSUE-564 For CEK keywrap , cipher mode should be wither WRAP or UNWRAP. It w...
  • 397e062 Merged in ISSUE-564--incorrect-usage-of-CIPHER-MODES (pull request #121)
  • 0ab8280 Adds change log for iss #564)
  • 9b42b43 Fixes change log
  • a2fa965 Unifies the RSA_OAEP_SHA2.encryptCEK error message on invalid key (size) (iss...
  • 1a4f9b5 Merged in ISSUE-561 (pull request #120)
  • Additional commits viewable in compare view

Updates com.gradleup.shadow from 8.3.0 to 8.3.1

Release notes

Sourced from com.gradleup.shadow's releases.

8.3.1

Added

  • Apply an empty plugin that has the legacy com.github.johnrengelman.shadow plugin ID. This allows existing build logic to keep on reacting to the legacy plugin as the replacement is drop-in currently.

Fixed

  • Explicitly add classifier to maven publication. (#904)
  • Refix excluding Gradle APIs for java-gradle-plugin. (#948)
Commits
  • 8a2aa8e Prepare version 8.3.1
  • a8c933f Note PR 948
  • 6c229f8 Apply legacy plugin (#960)
  • 4105769 chore(deps): update dependency gradle to v8.10.1 (#961)
  • a7936bd Recommend using Shadow task providers (#957)
  • 9cb03f6 fix(deps): update dependency org.apache.logging.log4j:log4j-core to v2.24.0 (...
  • ae72788 Remove downloadDependencies task
  • 34fa5d6 Create pull_request_template.md
  • 3b97870 Explicitly add classifier to maven publication (#904)
  • 4e18245 Rearrange blocks (#954)
  • 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

Bumps the dependencies group with 3 updates: [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java), [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) and [com.gradleup.shadow](https://github.com/GradleUp/shadow).


Updates `org.xerial.snappy:snappy-java` from 1.1.10.6 to 1.1.10.7
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](xerial/snappy-java@v1.1.10.6...v1.1.10.7)

Updates `com.nimbusds:nimbus-jose-jwt` from 9.40 to 9.41
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.41..9.40)

Updates `com.gradleup.shadow` from 8.3.0 to 8.3.1
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@8.3.0...8.3.1)

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.gradleup.shadow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 11, 2024 06:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 11, 2024
@MikAoJk MikAoJk merged commit 55aa6c3 into main Sep 12, 2024
8 checks passed
@MikAoJk MikAoJk deleted the dependabot/gradle/dependencies-5c4a1c31ab branch September 12, 2024 08:40
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