Skip to content

Commit

Permalink
Upgrade jackson-databind to 2.9.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Brooks committed Jul 25, 2019
1 parent 846a256 commit 023c897
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions nifi-standardize-date-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<parent>
<groupId>com.nineteen04labs</groupId>
<artifactId>nifi-standardize-date-bundle</artifactId>
<version>19.02.0</version>
<version>19.02.1</version>
</parent>

<artifactId>nifi-standardize-date-nar</artifactId>
<version>19.02.0</version>
<version>19.02.1</version>
<packaging>nar</packaging>
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>com.nineteen04labs</groupId>
<artifactId>nifi-standardize-date-processors</artifactId>
<version>19.02.0</version>
<version>19.02.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions nifi-standardize-date-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.nineteen04labs</groupId>
<artifactId>nifi-standardize-date-bundle</artifactId>
<version>19.02.0</version>
<version>19.02.1</version>
</parent>

<artifactId>nifi-standardize-date-processors</artifactId>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>[2.9.9]</version>
<version>[2.9.9.1,)</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>com.nineteen04labs</groupId>
<artifactId>nifi-standardize-date-bundle</artifactId>
<version>19.02.0</version>
<version>19.02.1</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 023c897

Please sign in to comment.