File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
nifi-asana-bundle/nifi-asana-processors
nifi-graph-bundle/nifi-neo4j-cypher-service
nifi-kafka-bundle/nifi-kafka-service-aws
nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 63
63
<dependency >
64
64
<groupId >com.google.http-client</groupId >
65
65
<artifactId >google-http-client</artifactId >
66
- <version >1.36.0 </version >
66
+ <version >1.47.1 </version >
67
67
<scope >provided</scope >
68
68
</dependency >
69
69
</dependencies >
Original file line number Diff line number Diff line change 28
28
29
29
<properties >
30
30
<!-- when changing the Azure SDK version, also update msal4j to the version that is required by azure-identity -->
31
- <azure .sdk.bom.version>1.2.38 </azure .sdk.bom.version>
32
- <msal4j .version>1.22.0 </msal4j .version>
31
+ <azure .sdk.bom.version>1.3.0 </azure .sdk.bom.version>
32
+ <msal4j .version>1.23.1 </msal4j .version>
33
33
<qpid .proton.version>0.34.1</qpid .proton.version>
34
34
</properties >
35
35
Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >com.box</groupId >
41
41
<artifactId >box-java-sdk</artifactId >
42
- <version >4.16.3 </version >
42
+ <version >4.16.4 </version >
43
43
</dependency >
44
44
</dependencies >
45
45
</dependencyManagement >
Original file line number Diff line number Diff line change 19
19
<packaging >jar</packaging >
20
20
21
21
<properties >
22
- <neo4j .driver.version>6.0.0 </neo4j .driver.version>
22
+ <neo4j .driver.version>6.0.1 </neo4j .driver.version>
23
23
<neo4j .docker.version>2025.09</neo4j .docker.version>
24
24
</properties >
25
25
Original file line number Diff line number Diff line change 59
59
<dependency >
60
60
<groupId >software.amazon.msk</groupId >
61
61
<artifactId >aws-msk-iam-auth</artifactId >
62
- <version >2.3.2 </version >
62
+ <version >2.3.4 </version >
63
63
</dependency >
64
64
</dependencies >
65
65
</project >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >org.questdb</groupId >
37
37
<artifactId >questdb</artifactId >
38
- <version >9.0.3 </version >
38
+ <version >9.1.0 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 120
120
<nifi .nar.maven.plugin.version>2.1.0</nifi .nar.maven.plugin.version>
121
121
122
122
<!-- AWS SDK -->
123
- <com .amazonaws.version>1.12.791 </com .amazonaws.version>
124
- <software .amazon.awssdk.version>2.34.8 </software .amazon.awssdk.version>
123
+ <com .amazonaws.version>1.12.792 </com .amazonaws.version>
124
+ <software .amazon.awssdk.version>2.35.0 </software .amazon.awssdk.version>
125
125
126
126
<!-- Apache Commons -->
127
127
<org .apache.commons.cli.version>1.10.0</org .apache.commons.cli.version>
148
148
149
149
<!-- Data formats and serialization -->
150
150
<avro .version>1.12.0</avro .version>
151
- <com .github.luben.zstd-jni.version>1.5.7-4 </com .github.luben.zstd-jni.version>
151
+ <com .github.luben.zstd-jni.version>1.5.7-5 </com .github.luben.zstd-jni.version>
152
152
<com .jayway.jsonpath.version>2.9.0</com .jayway.jsonpath.version>
153
153
<gson .version>2.13.2</gson .version>
154
154
<jackson .annotations.version>2.20</jackson .annotations.version>
You can’t perform that action at this time.
0 commit comments