Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tailrocks/graphql-java-datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
donbeave committed Nov 19, 2024
2 parents 785197d + 4e9e9af commit 13b36a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-java@v4
with:
distribution: temurin
Expand All @@ -31,7 +31,7 @@ jobs:
environment: Sonatype
needs: build
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up OpenJDK
uses: actions/setup-java@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ kotest-spring = "1.3.0"
graphql-java = "22.3"
graphql-kickstart-spring-boot = "15.1.0"
commons-text = "1.12.0"
spring-boot = "3.3.3"
dgs = "9.1.2"
spring-boot = "3.3.5"
dgs = "9.2.0"

[libraries]
# BOMs
Expand Down

0 comments on commit 13b36a1

Please sign in to comment.