File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 <maven .compiler.source>${java.version} </maven .compiler.source>
1414 <maven .compiler.target>${java.version} </maven .compiler.target>
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16- <jackson-version >2.20.0 </jackson-version >
16+ <jackson-version >2.20.1 </jackson-version >
1717 <jackson-annotations-version >2.20</jackson-annotations-version >
1818 <swagger-annotations-version >2.2.19</swagger-annotations-version >
1919 <maven-plugin-version >1.0.0</maven-plugin-version >
142142 <dependency >
143143 <groupId >com.squareup.okhttp3</groupId >
144144 <artifactId >okhttp-jvm</artifactId >
145- <version >5.2.1 </version >
145+ <version >5.3.0 </version >
146146 </dependency >
147147 <dependency >
148148 <groupId >de.siegmar</groupId >
162162 <dependency >
163163 <groupId >org.junit.jupiter</groupId >
164164 <artifactId >junit-jupiter</artifactId >
165- <version >6.0.0 </version >
165+ <version >6.0.1 </version >
166166 <scope >test</scope >
167167 </dependency >
168168 </dependencies >
193193 <plugin >
194194 <groupId >org.openapitools</groupId >
195195 <artifactId >openapi-generator-maven-plugin</artifactId >
196- <version >7.16 .0</version >
196+ <version >7.17 .0</version >
197197 <executions >
198198 <execution >
199199 <id >api.2b2t.vc</id >
You can’t perform that action at this time.
0 commit comments