File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
12
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
13
- uses : actions/setup-java@v4
14
14
with :
15
15
distribution : temurin
31
31
environment : Sonatype
32
32
needs : build
33
33
steps :
34
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
34
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
35
35
- name : Set up OpenJDK
36
36
uses : actions/setup-java@v4
37
37
with :
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ kotest-spring = "1.3.0"
5
5
graphql-java = " 22.3"
6
6
graphql-kickstart-spring-boot = " 15.1.0"
7
7
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 "
10
10
11
11
[libraries ]
12
12
# BOMs
You can’t perform that action at this time.
0 commit comments