File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3333 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434 - uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
3535 with :
36+ distribution : zulu
3637 java-version : 8
3738 - name : Maven cache
3839 uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4849 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4950 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5051 with :
51- node-version : ' 14 '
52- cache : ' npm'
52+ node-version : ' 16 '
53+ cache : npm
5354 cache-dependency-path : vboard-front/package-lock.json
5455 - working-directory : vboard-front
5556 run : npm install && npm run lint
Original file line number Diff line number Diff line change 3131 <mockito .version>1.10.19</mockito .version>
3232 <restassured .version>2.4.1</restassured .version>
3333 <jest .version>6.3.1</jest .version>
34- <keycloak .version>20 .0.0 </keycloak .version>
34+ <keycloak .version>18 .0.2 </keycloak .version>
3535 </properties >
3636
3737 <build >
277277 <dependency >
278278 <groupId >com.rometools</groupId >
279279 <artifactId >rome</artifactId >
280- <version >1.14 .0</version >
280+ <version >1.19 .0</version >
281281 </dependency >
282282 <!-- FindBugs annotations -->
283283 <dependency >
You can’t perform that action at this time.
0 commit comments