NIFI-12391 Upgraded Bouncy Castle from 1.76 to 1.77

This closes #8051

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-11-19 07:54:52 -08:00 committed by exceptionfactory
parent d5c7fcb5dd
commit 89aef60fbe
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
<org.apache.commons.text.version>1.11.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.76</org.bouncycastle.version>
<org.bouncycastle.version>1.77</org.bouncycastle.version>
<testcontainers.version>1.19.1</testcontainers.version>
<org.slf4j.version>2.0.9</org.slf4j.version>
<derby.version>10.16.1.1</derby.version>