File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -529,6 +529,7 @@ workflows:
529529 matrix :
530530 parameters :
531531 args :
532+ - ' -Dadb.jackson.version=2.18.0'
532533 - ' -Dadb.jackson.version=2.17.2'
533534 - ' -Dadb.jackson.version=2.16.2'
534535 - ' -Dadb.jackson.version=2.15.4'
Original file line number Diff line number Diff line change 9292 <dependency >
9393 <groupId >com.fasterxml.jackson</groupId >
9494 <artifactId >jackson-bom</artifactId >
95- <version >2.17.2 </version >
95+ <version >2.18.0 </version >
9696 <scope >import</scope >
9797 <type >pom</type >
9898 </dependency >
Original file line number Diff line number Diff line change 1515
1616 <properties >
1717 <maven .build.cache.enabled>false</maven .build.cache.enabled>
18- <adb .jackson.version>2.17.2 </adb .jackson.version>
18+ <adb .jackson.version>2.18.0 </adb .jackson.version>
1919 <sonar .skip>true</sonar .skip>
2020 <maven .deploy.skip>true</maven .deploy.skip>
2121 <maven .compiler.source>17</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments