Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Bump jackson.version from 2.9.9 to 2.10.0 in /zoltar-bom (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and regadas committed Oct 21, 2019
1 parent c852d21 commit 768a0e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/batch-predictor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<maven.install.skip>true</maven.install.skip>
<checkstyle.violationSeverity>warning</checkstyle.violationSeverity>
<jacoco.skip>true</jacoco.skip>
<jackson.version>2.9.2</jackson.version>
</properties>

<dependencyManagement>
Expand Down
1 change: 0 additions & 1 deletion examples/custom-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<maven.install.skip>true</maven.install.skip>
<checkstyle.violationSeverity>warning</checkstyle.violationSeverity>
<jacoco.skip>true</jacoco.skip>
<jackson.version>2.9.2</jackson.version>
</properties>

<dependencyManagement>
Expand Down
1 change: 0 additions & 1 deletion examples/mlengine-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<maven.install.skip>true</maven.install.skip>
<checkstyle.violationSeverity>warning</checkstyle.violationSeverity>
<jacoco.skip>true</jacoco.skip>
<jackson.version>2.9.2</jackson.version>
</properties>

<dependencyManagement>
Expand Down
7 changes: 6 additions & 1 deletion zoltar-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<proto.version>3.9.1</proto.version>
<grpc.version>1.23.0</grpc.version>
<netty.version>4.1.38.Final</netty.version>
<jackson.version>2.9.9</jackson.version>
<jackson.version>2.10.0</jackson.version>
<guava.version>28.1-jre</guava.version>
<errorprone.version>2.3.2</errorprone.version>
<google.auth.version>0.17.1</google.auth.version>
Expand Down Expand Up @@ -331,6 +331,11 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.11</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.paranamer</groupId>
Expand Down

0 comments on commit 768a0e9

Please sign in to comment.