NIFI-13178 Upgraded extension and framework dependencies

- Upgraded Apache Mina 2.1.8 to 2.2.3
- Upgraded unboundid-ldapsdk from 6.0.11 to 7.0.0
- Upgraded okhttp-digest from 2.7 to 3.1.0
- Upgraded reactor-netty-http from 1.0.44 to 1.1.18
- Upgraded jetbrains-annotations 13.0 to 24.1.0
- Upgraded reactor-core from 3.4.37 to 3.6.5
- Upgraded reactor-test from 3.5.16 to 3.6.5

This closes #8775

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Joseph Witt 2024-05-07 16:38:15 -07:00 committed by exceptionfactory
parent f4d40722fe
commit f0d0676518
No known key found for this signature in database
12 changed files with 13 additions and 13 deletions

View File

@ -65,7 +65,7 @@ limitations under the License.
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>13.0</version>
<version>24.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>

View File

@ -89,7 +89,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<version>1.0.44</version>
<version>1.1.18</version>
</dependency>
<!-- SSHD from Registry and other modules -->
<dependency>

View File

@ -42,7 +42,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>13.0</version>
<version>24.1.0</version>
</dependency>
<dependency>

View File

@ -111,7 +111,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.4.37</version>
<version>3.6.5</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
@ -191,7 +191,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.5.16</version>
<version>3.6.5</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -88,7 +88,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>6.0.11</version>
<version>7.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -116,7 +116,7 @@
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
<version>2.1.8</version>
<version>2.2.3</version>
</dependency>
<dependency>
<groupId>org.opentest4j</groupId>

View File

@ -148,7 +148,7 @@
<dependency>
<groupId>io.github.rburgst</groupId>
<artifactId>okhttp-digest</artifactId>
<version>2.7</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>at.favre.lib</groupId>

View File

@ -121,7 +121,7 @@
<dependency>
<groupId>io.github.rburgst</groupId>
<artifactId>okhttp-digest</artifactId>
<version>2.7</version>
<version>3.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -165,7 +165,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>13.0</version>
<version>24.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -98,7 +98,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>13.0</version>
<version>24.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>

View File

@ -405,7 +405,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>6.0.11</version>
<version>7.0.0</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -315,7 +315,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>6.0.11</version>
<version>7.0.0</version>
<scope>test</scope>
</dependency>
<dependency>