mirror of
https://github.com/valitydev/swag-disputes.git
synced 2024-11-06 09:05:20 +00:00
Update all non-major maven dependencies
This commit is contained in:
parent
fc22f97204
commit
c0f081919f
12
pom.xml
12
pom.xml
@ -25,11 +25,11 @@
|
|||||||
<java.version>15</java.version>
|
<java.version>15</java.version>
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||||
<slf4j-version>2.0.13</slf4j-version>
|
<slf4j-version>2.0.16</slf4j-version>
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<jackson-version>2.13.1</jackson-version>
|
<jackson-version>2.18.1</jackson-version>
|
||||||
<spring-version>2.7.10</spring-version>
|
<spring-version>2.7.18</spring-version>
|
||||||
<openapi-generator-version>7.6.0</openapi-generator-version>
|
<openapi-generator-version>7.9.0</openapi-generator-version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -62,7 +62,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.swagger.core.v3</groupId>
|
<groupId>io.swagger.core.v3</groupId>
|
||||||
<artifactId>swagger-annotations</artifactId>
|
<artifactId>swagger-annotations</artifactId>
|
||||||
<version>2.2.22</version>
|
<version>2.2.25</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
@ -94,7 +94,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.openapitools</groupId>
|
<groupId>org.openapitools</groupId>
|
||||||
<artifactId>jackson-databind-nullable</artifactId>
|
<artifactId>jackson-databind-nullable</artifactId>
|
||||||
<version>0.2.2</version>
|
<version>0.2.6</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user