Skip to content

Commit 5a5d01d

Browse files
committed
#941 Upgrade Bouncy Castle to 1.84
1 parent b4d8e14 commit 5a5d01d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[versions]
44
jna = "5.18.1"
55
jakarta-servlet = "5.0.0"
6-
bouncy-castle = "1.83"
6+
bouncy-castle = "1.84"
77
jspecify = "1.0.0"
88
credentials = "3.0"
99
asciidoctor-jvm = "4.0.5"

src/docs/asciidoc/release_notes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:toc: left
99
:icons: font
1010
:sectnums:
11-
:bc-version: 1.83
11+
:bc-version: 1.84
1212
:jna-version: 5.18.1
1313
:jaybird-fbclient-version: 5.0.3.0
1414
:firebird-java: https://groups.google.com/g/firebird-java
@@ -50,6 +50,7 @@ See also <<compat-legacy-auth>>.
5050
+
5151
Fix was contributed by Artyom Abakumov.
5252
* Fixed: `NullPointerException` on authentication failure with non-existent user and single plugin in `AuthServer` (https://github.com/FirebirdSQL/jaybird/issues/940[#940])
53+
* Dependency update: updated `org.bouncycastle:bcprov-jdk18on` from 1.83 to 1.84 (used by `chacha64-plugin`) (https://github.com/FirebirdSQL/jaybird/issues/941[#941])
5354

5455
=== Jaybird 6.0.5
5556

0 commit comments

Comments
 (0)