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 90e6735 commit 22d3beaCopy full SHA for 22d3bea
pom.xml
@@ -73,7 +73,7 @@
73
<dependency>
74
<groupId>org.projectlombok</groupId>
75
<artifactId>lombok</artifactId>
76
- <version>1.18.18</version>
+ <version>1.18.22</version>
77
<scope>provided</scope>
78
<optional>true</optional>
79
</dependency>
@@ -86,13 +86,13 @@
86
87
<groupId>com.fasterxml.jackson.core</groupId>
88
<artifactId>jackson-databind</artifactId>
89
- <version>2.11.0</version>
+ <version>2.13.1</version>
90
91
92
93
<groupId>io.swagger.core.v3</groupId>
94
<artifactId>swagger-annotations</artifactId>
95
- <version>2.1.6</version>
+ <version>2.1.11</version>
96
97
98
</dependencies>
0 commit comments