-
Notifications
You must be signed in to change notification settings - Fork 567
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
3.x: Upgrade OCI SDK to 3.34.0 #8351
Merged
barchetta
merged 2 commits into
helidon-io:helidon-3.x
from
barchetta:3.x-oci-sdk-3.34.0
Feb 8, 2024
Merged
3.x: Upgrade OCI SDK to 3.34.0 #8351
barchetta
merged 2 commits into
helidon-io:helidon-3.x
from
barchetta:3.x-oci-sdk-3.34.0
Feb 8, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
klustria
previously approved these changes
Feb 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
klustria
approved these changes
Feb 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
barchetta
pushed a commit
that referenced
this pull request
Feb 13, 2024
…pendencies (#8361) * Bump com.oracle.oci.sdk:oci-java-sdk-bom in /dependencies Bumps [com.oracle.oci.sdk:oci-java-sdk-bom](https://github.com/oracle/oci-java-sdk) from 3.31.1 to 3.34.0. - [Release notes](https://github.com/oracle/oci-java-sdk/releases) - [Changelog](https://github.com/oracle/oci-java-sdk/blob/master/CHANGELOG.md) - [Commits](oracle/oci-java-sdk@v3.31.1...v3.34.0) --- updated-dependencies: - dependency-name: com.oracle.oci.sdk:oci-java-sdk-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * 3.x: Upgrade OCI SDK to 3.34.0 (#8351) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe DiPol <[email protected]>
hrstoyanov
pushed a commit
to hrstoyanov/helidon
that referenced
this pull request
Feb 23, 2024
…pendencies (helidon-io#8361) * Bump com.oracle.oci.sdk:oci-java-sdk-bom in /dependencies Bumps [com.oracle.oci.sdk:oci-java-sdk-bom](https://github.com/oracle/oci-java-sdk) from 3.31.1 to 3.34.0. - [Release notes](https://github.com/oracle/oci-java-sdk/releases) - [Changelog](https://github.com/oracle/oci-java-sdk/blob/master/CHANGELOG.md) - [Commits](oracle/oci-java-sdk@v3.31.1...v3.34.0) --- updated-dependencies: - dependency-name: com.oracle.oci.sdk:oci-java-sdk-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * 3.x: Upgrade OCI SDK to 3.34.0 (helidon-io#8351) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe DiPol <[email protected]>
tvallin
pushed a commit
to tvallin/helidon
that referenced
this pull request
Feb 28, 2024
…pendencies (helidon-io#8361) * Bump com.oracle.oci.sdk:oci-java-sdk-bom in /dependencies Bumps [com.oracle.oci.sdk:oci-java-sdk-bom](https://github.com/oracle/oci-java-sdk) from 3.31.1 to 3.34.0. - [Release notes](https://github.com/oracle/oci-java-sdk/releases) - [Changelog](https://github.com/oracle/oci-java-sdk/blob/master/CHANGELOG.md) - [Commits](oracle/oci-java-sdk@v3.31.1...v3.34.0) --- updated-dependencies: - dependency-name: com.oracle.oci.sdk:oci-java-sdk-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * 3.x: Upgrade OCI SDK to 3.34.0 (helidon-io#8351) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe DiPol <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.x
Issues for 3.x version branch
dependencies
Pull requests that update a dependency file
OCA Verified
All contributors have signed the Oracle Contributor Agreement.
OCI
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Upgrade OCI SDK to 3.34.0. This required adding some methods to a mock test class.
Documentation
No impact