Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2025

Bumps com.graphql-java:graphql-java-extended-scalars from 22.0 to 24.0.

Release notes

Sourced from com.graphql-java:graphql-java-extended-scalars's releases.

24.0

This new version updates the base dependency to graphql-java 24.0

We have six new Scalars included from members of the community. Thank you one and all.

  • HexColorCode
  • Year
  • YearMonth
  • AccurateDuration
  • NominalDuration
  • SecondsSinceEpoch

What's Changed

New Contributors

Full Changelog: graphql-java/graphql-java-extended-scalars@v22.0...v24.0

Commits
  • 2c594c2 Merge pull request #168 from graphql-java/fix-doco-for-24
  • 2c86983 Updated doco for upcoming 24.0
  • d2dd261 Merge pull request #167 from graphql-java/fix-doco
  • d8a609c Fixed docos for #105
  • 05a3bb9 Merge pull request #162 from graphql-java/dependabot/gradle/org.codehaus.groo...
  • 850ae19 Merge pull request #159 from graphql-java/valueToLiteral_support
  • df78c80 Merge pull request #163 from clutcher/seconds_since_epoch_scalar
  • 4470f60 Update ExtendedScalars.java
  • 64a2449 Merge pull request #165 from graphql-java/update-github-actions
  • 29eb914 Update GitHub action to reduce CI flakes
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Summary by Sourcery

Build:

  • Update com.graphql-java:graphql-java-extended-scalars to 24.0

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 12, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from rm3l July 12, 2025 04:15
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 12, 2025
Copy link

sourcery-ai bot commented Jul 12, 2025

Reviewer's Guide

Dependabot upgrade of the GraphQL Extended Scalars library to version 24.0 in the backend API, adjusting the build script to reference the new release with minimal changes.

Class diagram for new GraphQL scalar types in graphql-java-extended-scalars 24.0

classDiagram
  class HexColorCodeScalar {
    +parseValue(value)
    +serialize(value)
    +parseLiteral(ast)
  }
  class YearScalar {
    +parseValue(value)
    +serialize(value)
    +parseLiteral(ast)
  }
  class YearMonthScalar {
    +parseValue(value)
    +serialize(value)
    +parseLiteral(ast)
  }
  class AccurateDurationScalar {
    +parseValue(value)
    +serialize(value)
    +parseLiteral(ast)
  }
  class NominalDurationScalar {
    +parseValue(value)
    +serialize(value)
    +parseLiteral(ast)
  }
  class SecondsSinceEpochScalar {
    +parseValue(value)
    +serialize(value)
    +parseLiteral(ast)
  }

  HexColorCodeScalar --|> GraphQLScalarType
  YearScalar --|> GraphQLScalarType
  YearMonthScalar --|> GraphQLScalarType
  AccurateDurationScalar --|> GraphQLScalarType
  NominalDurationScalar --|> GraphQLScalarType
  SecondsSinceEpochScalar --|> GraphQLScalarType

  class GraphQLScalarType {
    <<interface>>
  }
Loading

File-Level Changes

Change Details Files
Bump GraphQL Extended Scalars dependency version
  • Updated implementation declaration from version 22.0 to 24.0
backend/api/build.gradle

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@dependabot dependabot bot force-pushed the dependabot/gradle/backend/api/com.graphql-java-graphql-java-extended-scalars-24.0 branch from 1fa0d64 to 0300c5f Compare July 26, 2025 12:25
Bumps [com.graphql-java:graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars) from 22.0 to 24.0.
- [Release notes](https://github.com/graphql-java/graphql-java-extended-scalars/releases)
- [Commits](graphql-java/graphql-java-extended-scalars@v22.0...v24.0)

---
updated-dependencies:
- dependency-name: com.graphql-java:graphql-java-extended-scalars
  dependency-version: '24.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/backend/api/com.graphql-java-graphql-java-extended-scalars-24.0 branch from 0300c5f to 89bbdb4 Compare July 26, 2025 12:29
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants