File tree Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
15
15
- name : Set up JDK 17
16
- uses : actions/setup-java@v1
16
+ uses : actions/setup-java@v3
17
17
with :
18
+ distribution : ' temurin'
18
19
java-version : 17
19
20
server-id : ossrh
20
21
server-username : MAVEN_USERNAME
Original file line number Diff line number Diff line change @@ -17,15 +17,16 @@ jobs:
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
19
- name : ' Checkout'
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
22
22
- name : ' Set up JDK'
23
- uses : actions/setup-java@v1
23
+ uses : actions/setup-java@v3
24
24
with :
25
+ distribution : ' temurin'
25
26
java-version : ${{ matrix.java }}
26
27
27
28
- name : Cache maven deps
28
- uses : actions/cache@v2
29
+ uses : actions/cache@v3
29
30
with :
30
31
path : ~/.m2/repository
31
32
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -12,15 +12,16 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
17
17
- name : Set up latest stable JDK
18
- uses : actions/setup-java@v1
18
+ uses : actions/setup-java@v3
19
19
with :
20
+ distribution : ' temurin'
20
21
java-version : 17
21
22
22
23
- name : Cache maven deps
23
- uses : actions/cache@v2
24
+ uses : actions/cache@v3
24
25
with :
25
26
path : ~/.m2/repository
26
27
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 90
90
91
91
<!-- dependencies -->
92
92
<jfx .version>19</jfx .version>
93
- <kotlin .version>1.7.10 </kotlin .version>
94
- <attach .version>4.0.15 </attach .version>
95
- <jackson .version>2.13.4 </jackson .version>
93
+ <kotlin .version>1.8.0 </kotlin .version>
94
+ <attach .version>4.0.16 </attach .version>
95
+ <jackson .version>2.14.1 </jackson .version>
96
96
97
97
<!-- test dependencies -->
98
98
<junit .jupiter.version>5.8.2</junit .jupiter.version>
332
332
</plugin >
333
333
</plugins >
334
334
</build >
335
- </project >
335
+ </project >
You can’t perform that action at this time.
0 commit comments