We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c4e83 commit 339e74aCopy full SHA for 339e74a
pom.xml
@@ -20,7 +20,7 @@
20
21
<groupId>org.apache.nifi</groupId>
22
<artifactId>nifi-generatejson-processor</artifactId>
23
- <version>0.1.1</version>
+ <version>0.1.2</version>
24
<packaging>nar</packaging>
25
26
<developers>
@@ -34,7 +34,7 @@
34
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35
<maven.compiler.source>1.8</maven.compiler.source>
36
<maven.compiler.target>1.8</maven.compiler.target>
37
- <nifi.version>1.9.2</nifi.version>
+ <nifi.version>1.10.0</nifi.version>
38
</properties>
39
40
<dependencies>
@@ -94,7 +94,7 @@
94
<dependency>
95
<groupId>com.fasterxml.jackson.core</groupId>
96
<artifactId>jackson-databind</artifactId>
97
- <version>2.9.9</version>
+ <version>2.9.10.1</version>
98
</dependency>
99
100
<groupId>org.apache.logging.log4j</groupId>
0 commit comments