File tree Expand file tree Collapse file tree 11 files changed +101
-63
lines changed
nifi-commons/nifi-xml-processing
nifi-box-bundle/nifi-box-nar
nifi-email-bundle/nifi-email-processors
nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar
nifi-windows-event-log-bundle/nifi-windows-event-log-processors Expand file tree Collapse file tree 11 files changed +101
-63
lines changed Original file line number Diff line number Diff line change 27
27
<plugin >
28
28
<groupId >com.github.spotbugs</groupId >
29
29
<artifactId >spotbugs-maven-plugin</artifactId >
30
- <version >4.9.5 .0</version >
30
+ <version >4.9.6 .0</version >
31
31
<executions >
32
32
<execution >
33
33
<phase >package</phase >
Original file line number Diff line number Diff line change 44
44
<plugin >
45
45
<groupId >org.codehaus.mojo</groupId >
46
46
<artifactId >license-maven-plugin</artifactId >
47
- <version >2.6 .0</version >
47
+ <version >2.7 .0</version >
48
48
<configuration >
49
49
<!--
50
50
mvn clean license:add-third-party license:download-licenses
Original file line number Diff line number Diff line change 62
62
<dependency >
63
63
<groupId >org.eclipse.angus</groupId >
64
64
<artifactId >angus-mail</artifactId >
65
- <version >2.0.4 </version >
65
+ <version >2.0.5 </version >
66
66
</dependency >
67
67
<dependency >
68
68
<groupId >org.springframework.integration</groupId >
Original file line number Diff line number Diff line change 17
17
</parent >
18
18
<artifactId >nifi-hadoop-libraries-nar</artifactId >
19
19
<packaging >nar</packaging >
20
+ <properties >
21
+ <gcs .version>2.1.5</gcs .version>
22
+ </properties >
20
23
<dependencies >
21
24
<dependency >
22
25
<groupId >org.apache.nifi</groupId >
Original file line number Diff line number Diff line change 407
407
<dependency >
408
408
<groupId >net.datafaker</groupId >
409
409
<artifactId >datafaker</artifactId >
410
- <version >2.5.0 </version >
410
+ <version >2.5.1 </version >
411
411
<exclusions >
412
412
<!-- Exclude snakeyaml with android qualifier -->
413
413
<exclusion >
Original file line number Diff line number Diff line change 81
81
<dependency >
82
82
<groupId >org.eclipse.angus</groupId >
83
83
<artifactId >angus-mail</artifactId >
84
- <version >2.0.4 </version >
84
+ <version >2.0.5 </version >
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >com.sun.mail</groupId >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ language governing permissions and limitations under the License. -->
21
21
<packaging >jar</packaging >
22
22
23
23
<properties >
24
- <jna .version>5.17 .0</jna .version>
24
+ <jna .version>5.18 .0</jna .version>
25
25
<javassist .version>3.30.2-GA</javassist .version>
26
26
</properties >
27
27
Original file line number Diff line number Diff line change 105
105
<dependency >
106
106
<groupId >com.nimbusds</groupId >
107
107
<artifactId >oauth2-oidc-sdk</artifactId >
108
- <version >11.28 </version >
108
+ <version >${nimbus-oauth2-oidc.version} </version >
109
109
</dependency >
110
110
<dependency >
111
111
<groupId >com.nimbusds</groupId >
Original file line number Diff line number Diff line change 104
104
<dependency >
105
105
<groupId >com.nimbusds</groupId >
106
106
<artifactId >oauth2-oidc-sdk</artifactId >
107
- <version >11.28 </version >
107
+ <version >${nimbus-oauth2-oidc.version} </version >
108
108
</dependency >
109
109
<dependency >
110
110
<groupId >com.nimbusds</groupId >
Original file line number Diff line number Diff line change 40
40
<flyway .tests.version>10.0.0</flyway .tests.version>
41
41
<swagger .ui.version>3.12.0</swagger .ui.version>
42
42
<jgit .version>7.3.0.202506031305-r</jgit .version>
43
- <h2 .version>2.3.232 </h2 .version>
43
+ <h2 .version>2.4.240 </h2 .version>
44
44
</properties >
45
45
<dependencyManagement >
46
46
<dependencies >
You can’t perform that action at this time.
0 commit comments