File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<groupId >org.apache.nifi</groupId >
22
22
<artifactId >nifi-generatejson-processor</artifactId >
23
- <version >0.1.1 </version >
23
+ <version >0.1.2 </version >
24
24
<packaging >nar</packaging >
25
25
26
26
<developers >
34
34
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35
35
<maven .compiler.source>1.8</maven .compiler.source>
36
36
<maven .compiler.target>1.8</maven .compiler.target>
37
- <nifi .version>1.9.2 </nifi .version>
37
+ <nifi .version>1.10.0 </nifi .version>
38
38
</properties >
39
39
40
40
<dependencies >
94
94
<dependency >
95
95
<groupId >com.fasterxml.jackson.core</groupId >
96
96
<artifactId >jackson-databind</artifactId >
97
- <version >2.9.9 </version >
97
+ <version >2.9.10.1 </version >
98
98
</dependency >
99
99
<dependency >
100
100
<groupId >org.apache.logging.log4j</groupId >
You can’t perform that action at this time.
0 commit comments