File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 push_to_registry :
1212 name : Build & Push docker image to dockerhub
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-22 .04
1414 steps :
1515 - name : Checkout code
1616 uses : actions/checkout@v3
5252 run_e2e_tests :
5353 needs : push_to_registry
5454 name : Run e2e tests
55- runs-on : ubuntu-20 .04
55+ runs-on : ubuntu-22 .04
5656 steps :
5757 - name : Extract metadata to env variables
5858 uses : HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
Original file line number Diff line number Diff line change 66jobs :
77 validate :
88 name : Validate renovatebot config
9- runs-on : ubuntu-20 .04
9+ runs-on : ubuntu-22 .04
1010 steps :
1111 - name : Checkout
1212 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 99jobs :
1010 tests :
1111 name : Run auth backend tests
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313
1414 steps :
1515 - name : Checkout code
Original file line number Diff line number Diff line change 8181 <plugin >
8282 <groupId >org.openapitools</groupId >
8383 <artifactId >openapi-generator-maven-plugin</artifactId >
84- <version >5.1.1 </version >
84+ <version >7.0.0 </version >
8585 <executions >
8686 <execution >
8787 <goals >
112112 <plugin >
113113 <groupId >org.codehaus.mojo</groupId >
114114 <artifactId >build-helper-maven-plugin</artifactId >
115- <version >3.2 .0</version >
115+ <version >3.4 .0</version >
116116 <executions >
117117 <execution >
118118 <id >add-api-spec-resources</id >
169169 <plugin >
170170 <groupId >org.apache.maven.plugins</groupId >
171171 <artifactId >maven-enforcer-plugin</artifactId >
172- <version >3.0.0-M3 </version >
172+ <version >3.4.0 </version >
173173 <executions >
174174 <execution >
175175 <id >enforce-versions</id >
258258 <dependency >
259259 <groupId >com.nimbusds</groupId >
260260 <artifactId >oauth2-oidc-sdk</artifactId >
261- <version >9.7 </version >
261+ <version >10.14.2 </version >
262262 </dependency >
263263 <dependency >
264264 <groupId >io.jsonwebtoken</groupId >
304304 <dependency >
305305 <groupId >com.github.tomakehurst</groupId >
306306 <artifactId >wiremock</artifactId >
307- <version >2.27.2 </version >
307+ <version >3.0.1 </version >
308308 <scope >test</scope >
309309 </dependency >
310310 <dependency >
311311 <groupId >org.mockito</groupId >
312312 <artifactId >mockito-inline</artifactId >
313- <version >3.11.1 </version >
313+ <version >5.2.0 </version >
314314 <scope >test</scope >
315315 </dependency >
316316 </dependencies >
You can’t perform that action at this time.
0 commit comments