File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ limitations under the License.
7575 <dependency >
7676 <groupId >com.fasterxml.jackson.core</groupId >
7777 <artifactId >jackson-databind</artifactId >
78- <version >2.13.4</version >
78+ <version >2.13.4.2 </version >
7979 <scope >compile</scope >
8080 </dependency >
8181 <dependency >
Original file line number Diff line number Diff line change @@ -291,12 +291,6 @@ limitations under the License.
291291 <!-- Everything but netty-tcnative-boringssl-static -->
292292 </dependencies >
293293 </requireSameVersions >
294- <requireSameVersions >
295- <dependencies >
296- <dependency >com.fasterxml.jackson.core:*</dependency >
297- <dependency >com.fasterxml.jackson:*</dependency >
298- </dependencies >
299- </requireSameVersions >
300294 <requireSameVersions >
301295 <dependencies >
302296 <dependency >com.google.auto.value</dependency >
@@ -324,6 +318,11 @@ limitations under the License.
324318 <!-- this will need to be updated whenever the opencensus version gets updated -->
325319 <dependency >io.opencensus:*:[${opencensus.version} ]</dependency >
326320 <dependency >io.opencensus:opencensus-proto:[0.2.0]</dependency >
321+ <!-- todo: revert this once we have a unified version -->
322+ <!-- jackson-databind's latest version is 2.13.4.2, while other jackson deps' latest version is 2.13.4 -->
323+ <dependency >com.fasterxml.jackson.core:jackson-databind:[2.13.4.2]</dependency >
324+ <dependency >com.fasterxml.jackson.core:[2.13.4]</dependency >
325+ <dependency >com.fasterxml.jackson:*</dependency >
327326 </includes >
328327 </bannedDependencies >
329328 </rules >
You can’t perform that action at this time.
0 commit comments