File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - name : Set up JDK 11
17
+ - name : Set up JDK 17
18
18
uses : actions/setup-java@v1
19
19
with :
20
- java-version : 11
20
+ java-version : 17
21
21
22
22
- name : Checkout sources
23
23
uses : actions/checkout@v1
Original file line number Diff line number Diff line change 15
15
<parent >
16
16
<groupId >com.powsybl</groupId >
17
17
<artifactId >powsybl-parent-ws</artifactId >
18
- <version >10 </version >
18
+ <version >11 </version >
19
19
<relativePath />
20
20
</parent >
21
21
44
44
</developers >
45
45
46
46
<properties >
47
- <java .version>11</java .version>
48
-
49
47
<gridsuite-dependencies .version>23</gridsuite-dependencies .version>
50
48
51
49
<nimbus-jose-jwt .version>8.14</nimbus-jose-jwt .version>
You can’t perform that action at this time.
0 commit comments