File tree Expand file tree Collapse file tree
samples/client/petstore/java/native-jackson3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ artifacts {
6767
6868ext {
6969 jackson3_version = " 3.0.4"
70- jackson_annotations_version = " 2.20 "
70+ jackson_annotations_version = " 2.21 "
7171 jakarta_annotation_version = " 1.3.5"
7272 beanvalidation_version = " 2.0.2"
7373 junit_version = " 5.10.2"
Original file line number Diff line number Diff line change 252252 <maven .compiler.source>17</maven .compiler.source>
253253 <maven .compiler.target>17</maven .compiler.target>
254254 <jackson3-version >3.0.4</jackson3-version >
255- <jackson-annotations-version >2.20 </jackson-annotations-version >
255+ <jackson-annotations-version >2.21 </jackson-annotations-version >
256256 <jakarta-annotation-version >1.3.5</jakarta-annotation-version >
257257 <beanvalidation-version >2.0.2</beanvalidation-version >
258258 <httpmime-version >4.5.14</httpmime-version >
You can’t perform that action at this time.
0 commit comments