Skip to content

Commit 377c8c8

Browse files
Update all dependencies
1 parent f83dd76 commit 377c8c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</parent>
1717

1818
<properties>
19-
<kotlin.version>1.5.10</kotlin.version>
19+
<kotlin.version>1.8.20</kotlin.version>
2020
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
2121

2222
<build.profile.id>dev</build.profile.id>
@@ -82,7 +82,7 @@
8282
<plugin>
8383
<groupId>org.openapitools</groupId>
8484
<artifactId>openapi-generator-maven-plugin</artifactId>
85-
<version>5.1.1</version>
85+
<version>6.5.0</version>
8686
<executions>
8787
<execution>
8888
<goals>
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.codehaus.mojo</groupId>
115115
<artifactId>build-helper-maven-plugin</artifactId>
116-
<version>3.2.0</version>
116+
<version>3.3.0</version>
117117
<executions>
118118
<execution>
119119
<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.2.1</version>
173173
<executions>
174174
<execution>
175175
<id>enforce-versions</id>
@@ -257,7 +257,7 @@
257257
<dependency>
258258
<groupId>com.nimbusds</groupId>
259259
<artifactId>oauth2-oidc-sdk</artifactId>
260-
<version>9.7</version>
260+
<version>10.7.1</version>
261261
</dependency>
262262
<dependency>
263263
<groupId>io.jsonwebtoken</groupId>
@@ -309,7 +309,7 @@
309309
<dependency>
310310
<groupId>org.mockito</groupId>
311311
<artifactId>mockito-inline</artifactId>
312-
<version>3.11.1</version>
312+
<version>5.2.0</version>
313313
<scope>test</scope>
314314
</dependency>
315315
</dependencies>

0 commit comments

Comments
 (0)