Skip to content

Commit 8b28c16

Browse files
authored
deps: update jackson-databind to 2.13.4.2 (#3830)
Opening in favor of https://togithub.com/googleapis/java-bigtable-hbase/pull/3817
1 parent 3b302d4 commit 8b28c16

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

2 files changed

+6
-7
lines changed

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)