mirror of https://github.com/apache/nifi.git
NIFI-14010 Upgraded Netty to 4.1.115 and Bouncy Castle to 1.79
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #9524.
This commit is contained in:
parent
b7e49bfac1
commit
31e4c3728a
4
pom.xml
4
pom.xml
|
@ -127,7 +127,7 @@
|
|||
<org.apache.commons.text.version>1.12.0</org.apache.commons.text.version>
|
||||
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
|
||||
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
|
||||
<org.bouncycastle.version>1.78.1</org.bouncycastle.version>
|
||||
<org.bouncycastle.version>1.79</org.bouncycastle.version>
|
||||
<testcontainers.version>1.20.3</testcontainers.version>
|
||||
<org.slf4j.version>2.0.16</org.slf4j.version>
|
||||
<com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
|
||||
|
@ -152,7 +152,7 @@
|
|||
<mockito.version>5.14.2</mockito.version>
|
||||
<netty.3.version>3.10.6.Final</netty.3.version>
|
||||
<snakeyaml.version>2.3</snakeyaml.version>
|
||||
<netty.4.version>4.1.114.Final</netty.4.version>
|
||||
<netty.4.version>4.1.115.Final</netty.4.version>
|
||||
<servlet-api.version>6.1.0</servlet-api.version>
|
||||
<spring.version>6.1.14</spring.version>
|
||||
<spring.security.version>6.3.4</spring.security.version>
|
||||
|
|
Loading…
Reference in New Issue