We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b607ad6 commit ea9b15cCopy full SHA for ea9b15c
pom.xml
@@ -55,7 +55,7 @@
55
<maven.compiler.target>1.8</maven.compiler.target>
56
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
57
<slf4j.version>2.0.6</slf4j.version>
58
- <jackson.version>2.14.2</jackson.version>
+ <jackson.version>2.15.0</jackson.version>
59
<velocity.version>2.3</velocity.version>
60
<netty.version>4.1.89.Final</netty.version>
61
<httpcomponents.version>4.4.1</httpcomponents.version>
@@ -354,7 +354,7 @@
354
<dependency>
355
<groupId>io.swagger.parser.v3</groupId>
356
<artifactId>swagger-parser</artifactId>
357
- <version>2.1.12</version>
+ <version>2.1.16</version>
358
<exclusions>
359
<exclusion>
360
<groupId>com.github.fge</groupId>
0 commit comments