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

build(deps): bump neptune.sigv4.signer.version from 2.4.0 to 3.0.1 #2285

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps neptune.sigv4.signer.version from 2.4.0 to 3.0.1.
Updates com.amazonaws:amazon-neptune-sigv4-signer from 2.4.0 to 3.0.1

Release notes

Sourced from com.amazonaws:amazon-neptune-sigv4-signer's releases.

Amazon Neptune SigV4 Signer v3.0.1

  • Add support to use Java SDK V1 Credentials for Backward compatibility
  • Add support to sign requests different AWS Services like Neptune Analytics
Commits
  • 3ae6ba0 Add new constructors in Signer classes to use java v1 credentials and support...
  • 95d2bd6 Bumpt to 3.0.1-SNAPSHOT
  • 760db0a Removed enforcer plugin and just targetting jdk8 for simplicity
  • 984388c Remove java 9 syntax
  • 4675792 Bump to 3.0.0 fo release
  • 5a19cb9 Required JDK17 but build for 8 compatibility.
  • 51aee6e Bumped to 3.0.0-SNAPSHOT
  • ab4acd5 Merge pull request #24 from triggan/iss23
  • 8c6220e Updated library to use AWS Java SDK v2.25.13
  • f24889a Updated links to examples and resources
  • Additional commits viewable in compare view

Updates com.amazonaws:amazon-neptune-gremlin-java-sigv4 from 2.4.0 to 3.0.1

Commits
  • f14463f Update dependencies and Bump up package version to 3.0.1
  • dd17afb Merge pull request #49 from aws/dependabot/maven/com.fasterxml.jackson.core-j...
  • 2ad04c1 Bump jackson-databind from 2.13.4.1 to 2.13.4.2
  • d692a3a Merge pull request #48 from aws/dependabot/maven/com.fasterxml.jackson.core-j...
  • 15ebe94 Bump jackson-databind from 2.12.6.1 to 2.13.4.1
  • b70cdc7 Bump jackson-databind from 2.12.3 to 2.12.6.1
  • f2a24a1 Merge pull request #46 from mattnaku/patch-1
  • 1089f0b Update netty-all version to latest 4.1.79.Final
  • See full diff 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

I'm not approving this PR because it includes a major update of a dependency

@github-actions github-actions bot added the requires-manual-qa Requires Manual Confirmation label Sep 23, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/neptune.sigv4.signer.version-3.0.1 branch from 1530e7e to 8ad6f3d Compare September 23, 2024 06:54
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/neptune.sigv4.signer.version-3.0.1 branch from 8ad6f3d to 41b7c75 Compare September 23, 2024 07:00
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

@dependabot dependabot bot force-pushed the dependabot/maven/neptune.sigv4.signer.version-3.0.1 branch from 41b7c75 to 75d3834 Compare September 23, 2024 07:06
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

Bumps `neptune.sigv4.signer.version` from 2.4.0 to 3.0.1.

Updates `com.amazonaws:amazon-neptune-sigv4-signer` from 2.4.0 to 3.0.1
- [Release notes](https://github.com/aws/amazon-neptune-sigv4-signer/releases)
- [Commits](aws/amazon-neptune-sigv4-signer@v2.4.0...v3.0.1)

Updates `com.amazonaws:amazon-neptune-gremlin-java-sigv4` from 2.4.0 to 3.0.1
- [Release notes](https://github.com/aws/amazon-neptune-gremlin-java-sigv4/releases)
- [Commits](aws/amazon-neptune-gremlin-java-sigv4@v2.4.0...v3.0.1)

---
updated-dependencies:
- dependency-name: com.amazonaws:amazon-neptune-sigv4-signer
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.amazonaws:amazon-neptune-gremlin-java-sigv4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/neptune.sigv4.signer.version-3.0.1 branch from 75d3834 to 47ad3b7 Compare September 23, 2024 07:12
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency

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 requires-manual-qa Requires Manual Confirmation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants