Skip to content

Commit

Permalink
Revert "chore: bump jackson.version from 2.13.0 to 2.14.2, grpc.versi…
Browse files Browse the repository at this point in the history
…on from 1.39.0 to 1.53.0"

This reverts commit e4cd901.
  • Loading branch information
VGalaxies committed Mar 1, 2024
1 parent e4cd901 commit 37982e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hugegraph-pd/hg-pd-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<os.plugin.version>1.6.0</os.plugin.version>
<grpc.version>1.53.0</grpc.version>
<grpc.version>1.39.0</grpc.version>
<protoc.version>3.17.2</protoc.version>
<protobuf.plugin.version>0.6.1</protobuf.plugin.version>
</properties>
Expand Down
7 changes: 3 additions & 4 deletions hugegraph-pd/hg-pd-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<skip.dump>true</skip.dump>
<!--maven.test.skip>true</maven.test.skip-->
<powermock.version>2.0.0-RC.3</powermock.version>
<jackson.version>2.14.2</jackson.version>
</properties>

<profiles>
Expand Down Expand Up @@ -114,17 +113,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
<version>2.13.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 37982e5

Please sign in to comment.