Skip to content

Commit ae4c85c

Browse files
Update all dependencies
1 parent d010355 commit ae4c85c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 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>6.6.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.3.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.13.2</version>
262262
</dependency>
263263
<dependency>
264264
<groupId>io.jsonwebtoken</groupId>
@@ -310,7 +310,7 @@
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)