Skip to content

Commit 13b36a1

Browse files
committed
Merge branch 'main' of github.com:tailrocks/graphql-java-datetime
2 parents 785197d + 4e9e9af commit 13b36a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
12+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313
- uses: actions/setup-java@v4
1414
with:
1515
distribution: temurin
@@ -31,7 +31,7 @@ jobs:
3131
environment: Sonatype
3232
needs: build
3333
steps:
34-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
34+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535
- name: Set up OpenJDK
3636
uses: actions/setup-java@v4
3737
with:

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ kotest-spring = "1.3.0"
55
graphql-java = "22.3"
66
graphql-kickstart-spring-boot = "15.1.0"
77
commons-text = "1.12.0"
8-
spring-boot = "3.3.3"
9-
dgs = "9.1.2"
8+
spring-boot = "3.3.5"
9+
dgs = "9.2.0"
1010

1111
[libraries]
1212
# BOMs

0 commit comments

Comments
 (0)