Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2025

Bumps com.azure:azure-json from 1.3.0 to 1.4.0.

Release notes

Sourced from com.azure:azure-json's releases.

azure-json_1.4.0

1.4.0 (2025-01-27)

Features Added

  • Added convenience APIs to JsonArray for adding a boolean, Number, or String without needing to instantiate the corresponding JsonElement subtype.
  • Added convenience APIs to JsonObject for setting boolean, Number, and String without needing to instantiate the corresponding JsonElement subtype.
  • Added JsonObject.hasProperty to check if a property exists in the object.
  • Added convenience fluent methods to JsonElement to cast to a specific subtype if the element is of that type.
Commits
  • 56c7913 Prepare azure-json and azure-xml for February 2025 release (#43948)
  • cf5a43b Port OpenRewrite to Main (#43884)
  • 0f86c1a Improve token credential object caching logic for identity extension (#43936)
  • 7f0d67f Sync eng/common directory with azure-sdk-tools for PR 9687 (#43909)
  • 62e88e4 Move CI version overrides to matrix based approach (#43913)
  • 4bd28aa Change ClientCore's baseline to Java 8 and make it a multi-release JAR (#43931)
  • b50fa28 Sparse checkout 1espt auto-baselining file by default (#43921)
  • 71c2ecf Add necessary condition (#43933)
  • 00c4511 Increment package versions for resourcemanager releases (#43928)
  • 4783bce Increment package versions for kusto releases (#43929)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 Jan 28, 2025
@trask
Copy link
Member

trask commented Jan 28, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/com.azure-azure-json-1.4.0 branch from 759266a to 8fa2970 Compare January 28, 2025 20:25
Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will get autoclosed by #4051

@trask
Copy link
Member

trask commented Jan 30, 2025

@dependabot recreate

Bumps [com.azure:azure-json](https://github.com/Azure/azure-sdk-for-java) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@v1.3.0...azure-json_1.4.0)

---
updated-dependencies:
- dependency-name: com.azure:azure-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.azure-azure-json-1.4.0 branch from e017581 to c993f7f Compare January 30, 2025 16:15
exclude("com.fasterxml.woodstox", "woodstox-core")
// temporarily overriding version until latest azure-json is part of azure-core
resolutionStrategy.force("com.azure:azure-json:1.3.0")
resolutionStrategy.force("com.azure:azure-json:1.4.0")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed this in #4051

@trask trask mentioned this pull request Jan 30, 2025
@trask
Copy link
Member

trask commented Feb 19, 2025

@dependabot recreate

1 similar comment
@trask
Copy link
Member

trask commented Feb 19, 2025

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2025

Looks like com.azure:azure-json is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Feb 19, 2025
@dependabot dependabot bot deleted the dependabot/gradle/com.azure-azure-json-1.4.0 branch February 19, 2025 11:20
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.

2 participants