Skip to content

Commit 407d2c3

Browse files
Update all dependencies
1 parent d75e8cd commit 407d2c3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
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
@@ -52,7 +52,7 @@ jobs:
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

.github/workflows/check-renovatebot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
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

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
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>
@@ -112,7 +112,7 @@
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>
@@ -169,7 +169,7 @@
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>
@@ -258,7 +258,7 @@
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>
@@ -304,13 +304,13 @@
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>

0 commit comments

Comments
 (0)